aboutsummaryrefslogtreecommitdiff
path: root/rust/alloc
AgeCommit message (Expand)AuthorFilesLines
2024-04-16rust: alloc: remove our fork of the `alloc` crateGravatar Wedson Almeida Filho 15-9885/+0
2024-03-29rust: upgrade to Rust 1.77.1Gravatar Miguel Ojeda 7-86/+157
2024-02-29rust: upgrade to Rust 1.76.0Gravatar Miguel Ojeda 7-42/+123
2024-01-22rust: upgrade to Rust 1.75.0Gravatar Miguel Ojeda 5-22/+49
2023-12-21rust: upgrade to Rust 1.74.1Gravatar Miguel Ojeda 4-15/+112
2023-10-15rust: upgrade to Rust 1.73.0Gravatar Miguel Ojeda 6-57/+60
2023-10-05rust: upgrade to Rust 1.72.1Gravatar Miguel Ojeda 6-264/+185
2023-08-14rust: upgrade to Rust 1.71.1Gravatar Miguel Ojeda 9-200/+195
2023-05-31rust: upgrade to Rust 1.68.2Gravatar Miguel Ojeda 13-671/+1261
2023-05-31rust: alloc: clarify what is the upstream versionGravatar Miguel Ojeda 1-0/+3
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 3-499/+5
2022-12-04rust: alloc: add `Vec::try_with_capacity{,_in}()` constructorsGravatar Miguel Ojeda 2-1/+89
2022-12-04rust: alloc: add `RawVec::try_with_capacity_in()` constructorGravatar Miguel Ojeda 1-1/+33
2022-09-28rust: adapt `alloc` crate to the kernelGravatar Miguel Ojeda 14-1/+100
2022-09-28rust: import upstream `alloc` crateGravatar Miguel Ojeda 13-0/+9037