about summary refs log tree commit diff
path: root/src/liballoc/collections/mod.rs
AgeCommit message (Collapse)AuthorLines
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