| Age | Commit message (Expand) | Author | Lines |
| 2020-01-29 | BTreeMap: tag and explain unsafe internal functions or assert preconditions | Stein Somers | -2/+7 |
| 2020-01-29 | Rollup merge of #68378 - billyrieger:btreemap-remove-entry, r=KodrAus | Yuki Okushi | -1/+30 |
| 2020-01-28 | Reformat truncation section of clone_from | Charles Gleason | -10/+10 |
| 2020-01-28 | Add private is_empty method to RangeMut | Charles Gleason | -3/+7 |
| 2020-01-28 | Format safety comment as per tidy | Charles Gleason | -1/+1 |
| 2020-01-28 | Add BTreeMap::remove_entry | Billy Rieger | -1/+30 |
| 2020-01-19 | Fix leak in btree_map::IntoIter when drop panics | Jonas Schievink | -1/+16 |
| 2020-01-10 | Simplify NodeHeader by avoiding slices in BTreeMaps with shared roots | Stein Somers | -3/+3 |
| 2020-01-04 | Tweak and extend internal documentation, including debug asserts. | Stein Somers | -2/+2 |
| 2019-12-26 | Remove redundant link texts | Matthew Kraai | -1/+1 |
| 2019-12-23 | Implement clone_from for BTree collections | Charles Gleason | -0/+54 |
| 2019-12-23 | Make RangeMut::next_unchecked() output a mutable key reference | Charles Gleason | -7/+15 |
| 2019-12-22 | Format the world | Mark Rousskov | -204/+167 |
| 2019-10-23 | proposal for access to BTreeMap/BTreeSet first/last, #62924 | Stein Somers | -0/+115 |
| 2019-10-01 | Remove unneeded `fn main` blocks from docs | Lzu Tao | -2/+0 |
| 2019-09-27 | Stabilize map_get_key_value feature | Lzu Tao | -2/+1 |
| 2019-07-28 | Rollup merge of #62806 - mati865:clippy, r=TimNN | Mazdak Farrokhzad | -3/+3 |
| 2019-07-21 | Change wrong variable name. | Tomasz Różański | -4/+4 |
| 2019-07-18 | Fix clippy::len_zero warnings | Mateusz Mikuła | -3/+3 |
| 2019-07-05 | Rollup merge of #62123 - jeremystucki:needless_lifetimes_std, r=alexcrichton | Mazdak Farrokhzad | -4/+4 |
| 2019-07-04 | Rollup merge of #62316 - khuey:efficient_last, r=sfackler | Mazdak Farrokhzad | -0/+28 |
| 2019-07-02 | When possible without changing semantics, implement Iterator::last in terms o... | Kyle Huey | -0/+28 |
| 2019-07-01 | Convert more usages over | Chris Gregory | -2/+2 |
| 2019-07-01 | Remove needless lifetimes | Jeremy Stucki | -4/+4 |
| 2019-05-22 | Revert "Add implementations of last in terms of next_back on a bunch of Doubl... | Steven Fackler | -40/+0 |
| 2019-04-19 | Add implementations of last in terms of next_back on a bunch of DoubleEndedIt... | Kyle Huey | -0/+40 |
| 2019-04-05 | Use for_each to extend collections | Josh Stone | -2/+2 |
| 2019-02-22 | Rollup merge of #58431 - RalfJung:btree, r=Mark-Simulacrum | Mazdak Farrokhzad | -12/+20 |
| 2019-02-20 | Rollup merge of #58553 - scottmcm:more-ihle, r=Centril | kennytm | -8/+8 |
| 2019-02-17 | Use more impl header lifetime elision | Scott McMurray | -8/+8 |
| 2019-02-13 | fix invalidating references in BTree iterators | Ralf Jung | -12/+20 |
| 2019-02-10 | libs: doc comments | Alexander Regueiro | -1/+1 |
| 2019-02-03 | liballoc: revert nested imports style changes. | Mazdak Farrokhzad | -18/+12 |
| 2019-02-02 | liballoc: fix some idiom lints. | Mazdak Farrokhzad | -17/+17 |
| 2019-02-02 | liballoc: elide some lifetimes. | Mazdak Farrokhzad | -22/+21 |
| 2019-02-02 | liballoc: apply uniform_paths. | Mazdak Farrokhzad | -1/+2 |
| 2019-02-02 | liballoc: prefer imports of borrow from libcore. | Mazdak Farrokhzad | -2/+1 |
| 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 |
| 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 |
| 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 |