summaryrefslogtreecommitdiffstats
path: root/rust/alloc
AgeCommit message (Expand)AuthorFilesLines
2022-12-04rust: alloc: add `Vec::try_with_capacity{,_in}()` constructorsMiguel Ojeda2-1/+89
2022-12-04rust: alloc: add `RawVec::try_with_capacity_in()` constructorMiguel Ojeda1-1/+33
2022-09-28rust: adapt `alloc` crate to the kernelMiguel Ojeda14-1/+100
2022-09-28rust: import upstream `alloc` crateMiguel Ojeda13-0/+9037