| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-02-02 | liballoc: refactor & fix some imports. | Mazdak Farrokhzad | -16/+17 | |
| 2019-02-02 | liballoc: cargo check passes on 2018 | Mazdak Farrokhzad | -1/+1 | |
| 2018-12-28 | Auto merge of #55519 - fhartwig:hashmap-index-example, r=Centril | bors | -0/+3 | |
| Add example of using the indexing operator to HashMap docs Fixes #52575 | ||||
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-12-07 | Fix broken doc test | Corey Farwell | -1/+1 | |
| 2018-12-05 | Fix typo in variable name | Corey Farwell | -1/+1 | |
| 2018-12-04 | Add example of using the indexing operator to BTreeMap docs | Corey Farwell | -0/+3 | |
| 2018-11-06 | Format BtreeMap::range_mut example | kngwyu | -3/+4 | |
| 2018-10-23 | fix typos in various places | Matthias Krüger | -1/+1 | |
| 2018-07-02 | add outlives annotations to `BTreeMap` | Niko Matsakis | -7/+10 | |
| nll requires these annotations, I believe because of https://github.com/rust-lang/rust/issues/29149 | ||||
| 2018-07-02 | Make `BTreeMap::clone()` not allocate when cloning an empty tree. | Nicholas Nethercote | -1/+10 | |
| 2018-06-29 | Move some alloc crate top-level items to a new alloc::collections module | Simon Sapin | -0/+2578 | |
| This matches std::collections | ||||
