about summary refs log tree commit diff
path: root/src/liballoc/collections/mod.rs
AgeCommit message (Collapse)AuthorLines
2020-07-27mv std libs to library/mark-103/+0
2020-03-11Reformat match statement to make the check passLena Wildervanck-3/+1
2020-03-11Format the match statementLena Wildervanck-3/+6
2020-03-07Implement Error for TryReserveErrorLena Wildervanck-0/+17
2019-12-22Format the worldMark Rousskov-4/+8
2019-12-21Require issue = "none" over issue = "0" in unstable attributesRoss MacArthur-1/+1
2019-08-16Add the Layout of the failed allocation to TryReserveError::AllocErrorSimon Sapin-11/+14
… and add a separately-unstable field to force non-exhaustive matching (`#[non_exhaustive]` is no implemented yet on enum variants) so that we have the option to later expose the allocator’s error value. CC https://github.com/rust-lang/wg-allocators/issues/23
2019-08-16Rename CollectionAllocError to TryReserveErrorSimon Sapin-5/+5
2019-02-02liballoc: apply uniform_paths.Mazdak Farrokhzad-5/+5
2019-02-02liballoc: cargo check passes on 2018Mazdak Farrokhzad-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-06-29Move core::alloc::CollectionAllocErr to alloc::collectionsSimon Sapin-0/+29
2018-06-29Move some alloc crate top-level items to a new alloc::collections moduleSimon Sapin-0/+59
This matches std::collections