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