summaryrefslogtreecommitdiff
path: root/rust/alloc/vec/mod.rs
AgeCommit message (Expand)AuthorFilesLines
2024-02-16rust: upgrade to Rust 1.73.0Miguel Ojeda1-2/+2
2024-02-16rust: upgrade to Rust 1.72.1Miguel Ojeda1-55/+51
2023-08-14rust: upgrade to Rust 1.71.1Miguel Ojeda1-65/+19
2023-05-31rust: upgrade to Rust 1.68.2Miguel Ojeda1-109/+355
2023-04-11rust: alloc: vec: Add some try_* methods we needMiguel Ojeda1-3/+134
2023-01-16rust: alloc: remove the `borrow` module (`ToOwned`, `Cow`)Miguel Ojeda1-0/+3
2022-12-04rust: alloc: add `Vec::try_with_capacity{,_in}()` constructorsMiguel Ojeda1-0/+89
2022-09-28rust: adapt `alloc` crate to the kernelMiguel Ojeda1-0/+25
2022-09-28rust: import upstream `alloc` crateMiguel Ojeda1-0/+3115