summaryrefslogtreecommitdiffstats
path: root/rust/alloc
Commit message (Expand)AuthorAgeFilesLines
* rust: alloc: remove our fork of the `alloc` crateWedson Almeida Filho2024-04-1615-9885/+0
* rust: upgrade to Rust 1.77.1Miguel Ojeda2024-03-297-86/+157
* rust: upgrade to Rust 1.76.0Miguel Ojeda2024-02-297-42/+123
* rust: upgrade to Rust 1.75.0Miguel Ojeda2024-01-225-22/+49
* rust: upgrade to Rust 1.74.1Miguel Ojeda2023-12-214-15/+112
* rust: upgrade to Rust 1.73.0Miguel Ojeda2023-10-156-57/+60
* rust: upgrade to Rust 1.72.1Miguel Ojeda2023-10-056-264/+185
* rust: upgrade to Rust 1.71.1Miguel Ojeda2023-08-149-200/+195
* rust: upgrade to Rust 1.68.2Miguel Ojeda2023-05-3113-671/+1261
* rust: alloc: clarify what is the upstream versionMiguel Ojeda2023-05-311-0/+3
* rust: alloc: vec: Add some try_* methods we needMiguel Ojeda2023-04-102-3/+219
* rust: Add SPDX headers to alloc::vec::{spec_extend, set_len_on_drop}Asahi Lina2023-04-102-0/+4
* rust: Import upstream `alloc::vec::spec_extend` moduleAsahi Lina2023-04-101-0/+87
* rust: Import upstream `alloc::vec::set_len_on_drop` moduleAsahi Lina2023-04-101-0/+28
* rust: alloc: remove the `borrow` module (`ToOwned`, `Cow`)Miguel Ojeda2023-01-163-499/+5
* rust: alloc: add `Vec::try_with_capacity{,_in}()` constructorsMiguel Ojeda2022-12-042-1/+89
* rust: alloc: add `RawVec::try_with_capacity_in()` constructorMiguel Ojeda2022-12-041-1/+33
* rust: adapt `alloc` crate to the kernelMiguel Ojeda2022-09-2814-1/+100
* rust: import upstream `alloc` crateMiguel Ojeda2022-09-2813-0/+9037