aboutsummaryrefslogtreecommitdiff
path: root/rust/alloc
AgeCommit message (Expand)AuthorFilesLines
2022-12-04rust: alloc: add `Vec::try_with_capacity{,_in}()` constructorsGravatar Miguel Ojeda 2-1/+89
2022-12-04rust: alloc: add `RawVec::try_with_capacity_in()` constructorGravatar Miguel Ojeda 1-1/+33
2022-09-28rust: adapt `alloc` crate to the kernelGravatar Miguel Ojeda 14-1/+100
2022-09-28rust: import upstream `alloc` crateGravatar Miguel Ojeda 13-0/+9037