summaryrefslogtreecommitdiff
path: root/rust/alloc/vec
Commit message (Expand)AuthorAgeFilesLines
* rust: alloc: vec: Add some try_* methods we needMiguel Ojeda2023-04-102-3/+219
* rust: Add SPDX headers to alloc::vec::{spec_extend, set_len_on_drop}Asahi Lina2023-04-102-0/+4
* rust: Import upstream `alloc::vec::spec_extend` moduleAsahi Lina2023-04-101-0/+87
* rust: Import upstream `alloc::vec::set_len_on_drop` moduleAsahi Lina2023-04-101-0/+28
* 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-286-0/+37
* rust: import upstream `alloc` crateMiguel Ojeda2022-09-286-0/+3969