aboutsummaryrefslogtreecommitdiff
path: root/rust/alloc/vec
AgeCommit message (Expand)AuthorFilesLines
2024-02-29rust: upgrade to Rust 1.76.0Gravatar Miguel Ojeda 2-19/+62
2024-01-22rust: upgrade to Rust 1.75.0Gravatar Miguel Ojeda 1-6/+10
2023-12-21rust: upgrade to Rust 1.74.1Gravatar Miguel Ojeda 1-2/+85
2023-10-15rust: upgrade to Rust 1.73.0Gravatar Miguel Ojeda 2-6/+6
2023-10-05rust: upgrade to Rust 1.72.1Gravatar Miguel Ojeda 3-254/+166
2023-08-14rust: upgrade to Rust 1.71.1Gravatar Miguel Ojeda 4-86/+49
2023-05-31rust: upgrade to Rust 1.68.2Gravatar Miguel Ojeda 7-209/+685
2023-04-10rust: alloc: vec: Add some try_* methods we needGravatar Miguel Ojeda 2-3/+219
2023-04-10rust: Add SPDX headers to alloc::vec::{spec_extend, set_len_on_drop}Gravatar Asahi Lina 2-0/+4
2023-04-10rust: Import upstream `alloc::vec::spec_extend` moduleGravatar Asahi Lina 1-0/+87
2023-04-10rust: Import upstream `alloc::vec::set_len_on_drop` moduleGravatar Asahi Lina 1-0/+28
2023-01-16rust: alloc: remove the `borrow` module (`ToOwned`, `Cow`)Gravatar Miguel Ojeda 1-0/+3
2022-12-04rust: alloc: add `Vec::try_with_capacity{,_in}()` constructorsGravatar Miguel Ojeda 1-0/+89
2022-09-28rust: adapt `alloc` crate to the kernelGravatar Miguel Ojeda 6-0/+37
2022-09-28rust: import upstream `alloc` crateGravatar Miguel Ojeda 6-0/+3969