| Age | Commit message (Expand) | Author | Lines |
| 2020-10-03 | Rollup merge of #75377 - canova:map_debug_impl, r=dtolnay | Jonas Schievink | -7/+51 |
| 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 |
| 2020-08-08 | Auto merge of #75257 - ssomers:btree_74762_again, r=Mark-Simulacrum | bors | -30/+23 |
| 2020-08-07 | BTreeMap: better way to postpone root access in DrainFilter | Stein Somers | -30/+23 |
| 2020-08-07 | Change the comment of BTreeMap::into_values | Nazım Can Altınova | -1/+1 |
| 2020-08-07 | Add `into_{keys,values}` methods for BTreeMap | Nazım Can Altınova | -0/+156 |
| 2020-08-05 | Make IntoIterator lifetime bounds of &BTreeMap match with &HashMap | Nazım Can Altınova | -2/+2 |
| 2020-08-02 | Move bulk of BTreeMap::insert method down to new method on handle | Stein Somers | -32/+9 |
| 2020-08-01 | BTreeMap::drain_filter no longer touches the root during iteration | Stein Somers | -23/+64 |
| 2020-07-27 | mv std libs to library/ | mark | -0/+2860 |