summaryrefslogtreecommitdiff
path: root/rust/alloc/vec/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* rust: alloc: vec: Add some try_* methods we needMiguel Ojeda2023-04-101-3/+134
* rust: alloc: remove the `borrow` module (`ToOwned`, `Cow`)Miguel Ojeda2023-01-161-0/+3
* rust: alloc: add `Vec::try_with_capacity{,_in}()` constructorsMiguel Ojeda2022-12-041-0/+89
* rust: adapt `alloc` crate to the kernelMiguel Ojeda2022-09-281-0/+25
* rust: import upstream `alloc` crateMiguel Ojeda2022-09-281-0/+3115