aboutsummaryrefslogtreecommitdiffstats
path: root/rust/alloc/vec/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* rust: alloc: remove our fork of the `alloc` crateWedson Almeida Filho2024-04-161-3724/+0
* rust: upgrade to Rust 1.77.1Miguel Ojeda2024-03-291-30/+71
* rust: upgrade to Rust 1.76.0Miguel Ojeda2024-02-291-14/+51
* rust: upgrade to Rust 1.75.0Miguel Ojeda2024-01-221-6/+10
* rust: upgrade to Rust 1.74.1Miguel Ojeda2023-12-211-2/+85
* rust: upgrade to Rust 1.73.0Miguel Ojeda2023-10-151-2/+2
* rust: upgrade to Rust 1.72.1Miguel Ojeda2023-10-051-55/+51
* rust: upgrade to Rust 1.71.1Miguel Ojeda2023-08-141-65/+19
* rust: upgrade to Rust 1.68.2Miguel Ojeda2023-05-311-109/+355
* 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