| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-07-27 | mv std libs to library/ | mark | -103/+0 | |
| 2020-03-11 | Reformat match statement to make the check pass | Lena Wildervanck | -3/+1 | |
| 2020-03-11 | Format the match statement | Lena Wildervanck | -3/+6 | |
| 2020-03-07 | Implement Error for TryReserveError | Lena Wildervanck | -0/+17 | |
| 2019-12-22 | Format the world | Mark Rousskov | -4/+8 | |
| 2019-12-21 | Require issue = "none" over issue = "0" in unstable attributes | Ross MacArthur | -1/+1 | |
| 2019-08-16 | Add the Layout of the failed allocation to TryReserveError::AllocError | Simon 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-16 | Rename CollectionAllocError to TryReserveError | Simon Sapin | -5/+5 | |
| 2019-02-02 | liballoc: apply uniform_paths. | Mazdak Farrokhzad | -5/+5 | |
| 2019-02-02 | liballoc: cargo check passes on 2018 | Mazdak Farrokhzad | -1/+1 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-06-29 | Move core::alloc::CollectionAllocErr to alloc::collections | Simon Sapin | -0/+29 | |
| 2018-06-29 | Move some alloc crate top-level items to a new alloc::collections module | Simon Sapin | -0/+59 | |
| This matches std::collections | ||||
