about summary refs log tree commit diff
path: root/library/alloc/src/collections/mod.rs
AgeCommit message (Expand)AuthorLines
2025-03-07Add commentsbjorn3-0/+3
2025-03-07Fully test the alloc crate through alloctestsbjorn3-0/+21
2024-07-29Reformat `use` declarations.Nicholas Nethercote-5/+2
2023-11-28Add proper cfgsr0cky-0/+1
2022-11-07Modify comment syntax errorwanghaha-dev-1/+1
2022-09-26remove cfg(bootstrap)Pietro Albini-1/+0
2022-08-22Move error trait into coreJane Losare-Lusby-0/+4
2022-01-09Clarify explicitly that BTree{Map,Set} are ordered.Brennan Vincent-2/+2
2021-10-15Add #[must_use] to remaining alloc functionsJohn Kugelman-0/+1
2021-10-04Stabilize try_reserveKornel-2/+2
2021-08-21Don't stabilize creation of TryReserveError instancesKornel-3/+3
2021-08-07Inline from of TryReserveErrorKindKornel-0/+1
2021-07-24Hide allocator details from TryReserveErrorKornel-6/+43
2021-07-06Add doc comment for `impl From<LayoutError> for TryReserveError`Michael Howell-0/+1
2021-05-05alloc: Add unstable Cfg feature `no-global_oom_handling`John Ericson-0/+11
2020-10-08Rename LayoutErr to LayoutError outside of coreJacob Hughes-3/+3
2020-07-27mv std libs to library/mark-0/+103