summaryrefslogtreecommitdiffstats
path: root/rust/alloc
Commit message (Expand)AuthorAgeFilesLines
* rust: alloc: remove the `borrow` module (`ToOwned`, `Cow`)Miguel Ojeda2023-01-163-499/+5
* rust: alloc: add `Vec::try_with_capacity{,_in}()` constructorsMiguel Ojeda2022-12-042-1/+89
* rust: alloc: add `RawVec::try_with_capacity_in()` constructorMiguel Ojeda2022-12-041-1/+33
* rust: adapt `alloc` crate to the kernelMiguel Ojeda2022-09-2814-1/+100
* rust: import upstream `alloc` crateMiguel Ojeda2022-09-2813-0/+9037