| Age | Commit message (Expand) | Author | Lines |
| 2020-05-06 | Rollup merge of #71510 - ssomers:btreemap_iter_intertwined, r=Mark-Simulacrum | Dylan DPC | -29/+47 |
| 2020-05-04 | Update btree_map::VacantEntry::insert docs to actually call insert | Carol (Nichols || Goulding) | -6/+5 |
| 2020-04-26 | Fix stable(since) attribute for BTreeMap::remove_entry | Jonas Platte | -1/+1 |
| 2020-04-25 | Rollup merge of #70712 - :stabilize-remove-entry, r=Amanieu | Dylan DPC | -2/+1 |
| 2020-04-25 | Speed up BTreeMap iteration by intertwined descend to the initial leaf edges | Stein Somers | -29/+47 |
| 2020-04-24 | Take a single root node in range_search | Mark Rousskov | -10/+7 |
| 2020-04-17 | Rollup merge of #71167 - RalfJung:big-o, r=shepmaster | Dylan DPC | -1/+1 |
| 2020-04-16 | Dogfood or_patterns in the standard library | Josh Stone | -6/+1 |
| 2020-04-15 | don't specify log base in big-O | Ralf Jung | -1/+1 |
| 2020-04-15 | big-O notation: parenthesis, multiplication and backticks | Ralf Jung | -1/+1 |
| 2020-04-11 | Rollup merge of #70996 - ChaiTRex:master, r=Amanieu | Dylan DPC | -0/+28 |
| 2020-04-11 | Change issue number to point to tracking issue | Chai T. Rex | -1/+1 |
| 2020-04-10 | Fixed doc tests for added methods | Chai T. Rex | -0/+1 |
| 2020-04-10 | Add or_insert_with_key to Entry of HashMap/BTreeMap | Chai T. Rex | -0/+27 |
| 2020-04-10 | Rollup merge of #70981 - ssomers:btreemap_into_into_iter, r=Mark-Simulacrum | Mazdak Farrokhzad | -13/+13 |
| 2020-04-10 | Rollup merge of #70979 - ssomers:btreemap_the_alice_merton_variations, r=Amanieu | Mazdak Farrokhzad | -2/+0 |
| 2020-04-10 | Rollup merge of #70843 - ssomers:btree_drain_filter_epilogue, r=Amanieu | Mazdak Farrokhzad | -29/+12 |
| 2020-04-10 | Rearrange BTreeMap::into_iter to match range_mut. | Stein Somers | -13/+13 |
| 2020-04-09 | Kill comment left behind by a last minute change in #70795 | Stein Somers | -2/+0 |
| 2020-04-06 | BTreeMap first/last: add pop methods | Stein Somers | -0/+48 |
| 2020-04-06 | BTreeMap first/last: make examples more to the point | Stein Somers | -10/+12 |
| 2020-04-06 | BTreeMap first/last: simplify implementations | Stein Somers | -38/+16 |
| 2020-04-06 | Remove the Ord bound that was plaguing drain_filter, and superfluous lifetimes | Stein Somers | -29/+12 |
| 2020-04-05 | Rollup merge of #70795 - Amanieu:btree_remove_tracking, r=Mark-Simulacrum | Dylan DPC | -49/+59 |
| 2020-04-05 | Apply review feedback | Amanieu d'Antras | -15/+10 |
| 2020-04-05 | Keep track of position when deleting from a BTreeMap | Amanieu d'Antras | -39/+54 |
| 2020-04-04 | use ManuallyDrop instead of forget inside collections | Trevor Spiteri | -8/+8 |
| 2020-04-02 | stabilize BTreeMap::remove_entry | DutchGhost | -2/+1 |
| 2020-03-29 | BTreeMap/BTreeSet: implement and test drain_filter | Stein Somers | -10/+200 |
| 2020-03-22 | remove redundant closures (clippy::redundant_closure) | Matthias Krüger | -2/+2 |
| 2020-03-20 | Simplify ensure_root_is_owned callers | Mark Rousskov | -15/+13 |
| 2020-03-20 | Make functions dependent only on shared root avoidance safe | Mark Rousskov | -2/+2 |
| 2020-03-20 | Replace shared root with optional root | Mark Rousskov | -77/+112 |
| 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 |