| Age | Commit message (Expand) | Author | Lines |
| 2021-03-18 | Rollup merge of #82434 - jyn514:hash, r=JohnTitor | Dylan DPC | -3/+4 |
| 2021-03-04 | Add tracking issue for map_try_insert. | Mara Bos | -1/+1 |
| 2021-03-04 | Add BTreeMap::try_insert and btree_map::OccupiedError. | Mara Bos | -1/+35 |
| 2021-03-01 | Add diagnostic items | Cameron Steffen | -0/+1 |
| 2021-02-23 | Add more links between hash and btree collections | Joshua Nelson | -3/+4 |
| 2021-02-15 | BTree: move more shared iterator code into navigate.rs | Stein Somers | -56/+35 |
| 2021-02-14 | Auto merge of #81956 - ssomers:btree_post_75200, r=Mark-Simulacrum | bors | -19/+7 |
| 2021-02-10 | BTree: remove outdated traces of coercions | Stein Somers | -19/+7 |
| 2021-02-09 | BTreeMap: disentangle Drop implementation from IntoIter | Stein Somers | -26/+34 |
| 2021-02-08 | Auto merge of #81361 - ssomers:btree_drainy_refactor_7, r=Mark-Simulacrum | bors | -12/+12 |
| 2021-02-08 | Auto merge of #79245 - ssomers:btree_curb_ord_bound, r=dtolnay | bors | -13/+4 |
| 2021-02-07 | Rollup merge of #81526 - ojeda:btree-use-unwrap_unchecked, r=scottmcm | Guillaume Gomez | -6/+5 |
| 2021-02-06 | Rollup merge of #81434 - ssomers:btree_drain_filter_doc_update, r=dtolnay | Jonas Schievink | -15/+17 |
| 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 |