| Age | Commit message (Expand) | Author | Lines |
| 2021-02-06 | BTreeMap: remove Ord bound where it is absent elsewhere | Stein Somers | -13/+4 |
| 2021-02-06 | BTreeMap: fix documentation of unstable public members | Stein Somers | -15/+17 |
| 2021-02-06 | Rollup merge of #81610 - ssomers:btree_emphasize_ord_bound, r=dtolnay | Mara Bos | -26/+70 |
| 2021-02-02 | BTreeMap: make Ord bound explicit, compile-test its absence | Stein Somers | -26/+70 |
| 2021-01-31 | Add doc aliases for "delete" | Konrad Borowski | -0/+1 |
| 2021-01-29 | btree: use Option's unwrap_unchecked() | Miguel Ojeda | -6/+5 |
| 2021-01-26 | BTreeMap: stop tree from being owned by non-root node | Stein Somers | -3/+3 |
| 2021-01-24 | BTreeMap: lightly refactor the split_off implementation | Stein Somers | -12/+12 |
| 2021-01-18 | BTreeMap: convert search functions to methods | Stein Somers | -9/+9 |
| 2021-01-16 | Clarify what the effects of a 'logic error' are | Chris Jefferson | -0/+3 |
| 2020-12-28 | Add "length" as doc alias to len methods | Konrad Borowski | -0/+1 |
| 2020-12-17 | BTreeMap: relax the explicit borrow rule to make code shorter and safer | Stein Somers | -1/+1 |
| 2020-11-24 | Rollup merge of #79358 - ssomers:btree_public_comments, r=Mark-Simulacrum | Jonas Schievink | -2/+2 |
| 2020-11-23 | BTreeMap/BTreeSet: make public doc more consistent | Stein Somers | -2/+2 |
| 2020-11-23 | doc typo | oliver | -2/+2 |
| 2020-11-22 | BTreeMap: swap the names of NodeRef::new and Root::new_leaf | Stein Somers | -8/+8 |
| 2020-11-21 | More consistently use spaces after commas in lists in docs | Carol (Nichols || Goulding) | -1/+1 |
| 2020-11-18 | BTreeMap: reuse NodeRef as Root, keep BoxedNode for edges only, ban Unique | Stein Somers | -22/+22 |
| 2020-11-13 | Add BTreeMap::retain and BTreeSet::retain | Matt Brubeck | -0/+24 |
| 2020-11-08 | BTreeMap: split off most code of append, slightly improve interfaces | Stein Somers | -94/+2 |
| 2020-10-30 | Constantify more BTreeMap and BTreeSet functions | Benoît du Garreau | -2/+4 |
| 2020-10-25 | Auto merge of #78015 - ssomers:btree_merge_mergers, r=Mark-Simulacrum | bors | -24/+11 |
| 2020-10-24 | BTreeMap: stop mistaking node::MIN_LEN as a node level constraint | Stein Somers | -2/+6 |
| 2020-10-22 | BTreeMap/Set: merge the implementations of MergeIter | Stein Somers | -24/+11 |
| 2020-10-18 | BTreeMap: split off most code of remove and split_off | Stein Somers | -222/+1 |
| 2020-10-12 | BTreeMap: refactor Entry out of map.rs into its own file | Jacob Hughes | -468/+5 |
| 2020-10-08 | Rollup merge of #77449 - ssomers:btree_drain_filter_size_hint, r=Mark-Simulacrum | Jonas Schievink | -0/+4 |
| 2020-10-04 | Rollup merge of #77447 - ssomers:btree_cleanup_8, r=Mark-Simulacrum | Yuki Okushi | -2/+6 |
| 2020-10-03 | BTreeMap: comment why drain_filter's size_hint is somewhat pessimistictid | Stein Somers | -0/+4 |
| 2020-10-03 | Rollup merge of #75377 - canova:map_debug_impl, r=dtolnay | Jonas Schievink | -7/+51 |
| 2020-10-02 | BTreeMap: document DrainFilterInner better | Stein Somers | -2/+6 |
| 2020-09-27 | Use relative links instead of intra-doc links | Joshua Nelson | -1/+1 |
| 2020-09-20 | Rollup merge of #76926 - ssomers:btree_cleanup_1, r=Mark-Simulacrum | Ralf Jung | -1/+1 |
| 2020-09-19 | Use intra-doc links | Denis Vasilik | -11/+7 |
| 2020-09-19 | BTreeMap: code readability tweaks | Stein Somers | -1/+1 |
| 2020-09-10 | BTreeMap: pull the map's root out of NodeRef | Stein Somers | -49/+72 |
| 2020-09-09 | BTreeMap: avoid aliasing by avoiding slices | Stein Somers | -2/+2 |
| 2020-08-19 | BTreeMap: introduce marker::ValMut and reserve marker::Mut for unique access | Stein Somers | -124/+10 |
| 2020-08-18 | BTreeMap: check some invariants, avoid recursion in depth first search | Stein Somers | -32/+3 |
| 2020-08-15 | Auto merge of #75488 - ssomers:btree_revert_75257, r=Mark-Simulacrum | bors | -49/+20 |
| 2020-08-14 | Rollup merge of #75531 - ssomers:btree_tests_migration, r=Mark-Simulacrum | Tyler Mandry | -0/+3 |
| 2020-08-14 | Move btree unit test to their native, privileged location | Stein Somers | -0/+3 |
| 2020-08-13 | Reverts the fundamental changes in #74762 and #75257 | Stein Somers | -49/+20 |
| 2020-08-11 | BTreeMap: purge innocent use of into_kv_mut | Stein Somers | -3/+3 |
| 2020-08-10 | Manually implement Debug for BTreeMap::ValuesMut struct | Nazım Can Altınova | -1/+24 |
| 2020-08-10 | Manually implement Debug for BTreeMap::{IntoKeys,IntoValues} structs | Nazım Can Altınova | -6/+27 |
| 2020-08-09 | BTreeMap: better distinguish the root holder from the root node | Stein Somers | -33/+40 |
| 2020-08-08 | Auto merge of #75163 - canova:map_into_keys_values, r=dtolnay | bors | -0/+148 |
| 2020-08-08 | Update the tracking issue number of map_into_keys_values | Nazım Can Altınova | -12/+12 |
| 2020-08-08 | Remove min/max values from IntoValues Iterator implementation | Nazım Can Altınova | -8/+0 |