summaryrefslogtreecommitdiff
path: root/rust/alloc/vec/mod.rs
AgeCommit message (Expand)AuthorFilesLines
2024-04-16rust: alloc: remove our fork of the `alloc` crateWedson Almeida Filho1-3724/+0
2024-03-29rust: upgrade to Rust 1.77.1Miguel Ojeda1-30/+71
2024-03-01rust: upgrade to Rust 1.76.0Miguel Ojeda1-14/+51
2024-01-22rust: upgrade to Rust 1.75.0Miguel Ojeda1-6/+10
2023-12-21rust: upgrade to Rust 1.74.1Miguel Ojeda1-2/+85
2023-10-15rust: upgrade to Rust 1.73.0Miguel Ojeda1-2/+2
2023-10-05rust: 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