| Age | Commit message (Expand) | Author | Lines |
| 2020-03-06 | Fix & test leak of some BTreeMap nodes on panic during `into_iter` | Stein Somers | -1/+10 |
| 2020-02-28 | Auto merge of #68827 - ssomers:btree_navigation_revisited, r=Mark-Simulacrum | bors | -7/+4 |
| 2020-02-28 | Make implementation of navigation simpler, safer and faster | Stein Somers | -7/+4 |
| 2020-02-28 | Fix and test implementation of BTreeMap's first_entry, last_entry, pop_first,... | Stein Somers | -10/+14 |
| 2020-02-26 | Auto merge of #67290 - jonas-schievink:leak-audit, r=KodrAus | bors | -1/+16 |
| 2020-02-16 | Fix comments outdated during #66648 | Stein Somers | -5/+4 |
| 2020-02-09 | Rollup merge of #68834 - ssomers:btree_first_last_fix68829, r=KodrAus | Dylan DPC | -10/+14 |
| 2020-02-07 | Lift range_search up one level of abstraction | Stein Somers | -40/+26 |
| 2020-02-04 | Fix and test implementation of BTreeMap's first_entry, last_entry, pop_first,... | Stein Somers | -10/+14 |
| 2020-01-31 | Bundle and document 6 BTreeMap navigation algorithms | Stein Somers | -236/+42 |
| 2020-01-30 | Rollup merge of #68468 - ssomers:btreemap_prefer_middle, r=Mark-Simulacrum | Dylan DPC | -2/+7 |
| 2020-01-30 | Rollup merge of #66648 - crgl:btree-clone-from, r=Amanieu | Dylan DPC | -8/+74 |
| 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 |