summaryrefslogtreecommitdiffstats
path: root/rust/alloc
AgeCommit message (Expand)AuthorLines
2023-05-31rust: upgrade to Rust 1.68.2Miguel Ojeda-671/+1261
2023-05-31rust: alloc: clarify what is the upstream versionMiguel Ojeda-0/+3
2023-04-10rust: alloc: vec: Add some try_* methods we needMiguel Ojeda-3/+219
2023-04-10rust: Add SPDX headers to alloc::vec::{spec_extend, set_len_on_drop}Asahi Lina-0/+4
2023-04-10rust: Import upstream `alloc::vec::spec_extend` moduleAsahi Lina-0/+87
2023-04-10rust: Import upstream `alloc::vec::set_len_on_drop` moduleAsahi Lina-0/+28
2023-01-16rust: alloc: remove the `borrow` module (`ToOwned`, `Cow`)Miguel Ojeda-499/+5
2022-12-04rust: alloc: add `Vec::try_with_capacity{,_in}()` constructorsMiguel Ojeda-1/+89
2022-12-04rust: alloc: add `RawVec::try_with_capacity_in()` constructorMiguel Ojeda-1/+33
2022-09-28rust: adapt `alloc` crate to the kernelMiguel Ojeda-1/+100
2022-09-28rust: import upstream `alloc` crateMiguel Ojeda-0/+9037