| Age | Commit message (Expand) | Author | Lines |
| 2020-09-09 | make as_leaf return a raw pointer, to reduce aliasing assumptions | Ralf Jung | -7/+12 |
| 2020-09-05 | rename MaybeUninit slice methods | Ralf Jung | -11/+15 |
| 2020-08-19 | BTreeMap: introduce marker::ValMut and reserve marker::Mut for unique access | Stein Somers | -171/+319 |
| 2020-08-18 | BTreeMap: check some invariants, avoid recursion in depth first search | Stein Somers | -41/+302 |
| 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/+2173 |
| 2020-08-14 | Rollup merge of #75519 - ssomers:btree_splitpoint_cleanup, r=Mark-Simulacrum | Tyler Mandry | -31/+36 |
| 2020-08-14 | Rollup merge of #75195 - ssomers:btree_split_up_into_kv_mut, r=Mark-Simulacrum | Tyler Mandry | -9/+19 |
| 2020-08-14 | Move btree unit test to their native, privileged location | Stein Somers | -0/+2173 |
| 2020-08-14 | BTreeMap: refactor splitpoint and move testing over to unit test | Stein Somers | -31/+36 |
| 2020-08-14 | BTreeMap: refactor splitpoint and move testing over to unit test | Stein Somers | -31/+36 |
| 2020-08-14 | Auto merge of #74777 - ssomers:btree_cleanup_7, r=Mark-Simulacrum | bors | -20/+16 |
| 2020-08-13 | Reverts the fundamental changes in #74762 and #75257 | Stein Somers | -49/+20 |
| 2020-08-13 | Stop BTreeMap casts from reborrowing | Stein Somers | -20/+16 |
| 2020-08-12 | Somewhat complicated way to respect BTreeMap's node length invariant | Stein Somers | -16/+65 |
| 2020-08-11 | BTreeMap: purge innocent use of into_kv_mut | Stein Somers | -9/+19 |
| 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 | -42/+51 |
| 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 | -32/+25 |
| 2020-08-07 | Auto merge of #75071 - ssomers:btree_cleanup_5, r=Mark-Simulacrum | bors | -53/+51 |
| 2020-08-07 | BTreeMap: enforce the panic rule imposed by `replace` | Stein Somers | -53/+51 |
| 2020-08-07 | BTreeMap: better way to postpone root access in DrainFilter | Stein Somers | -32/+25 |
| 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-04 | Auto merge of #75058 - ssomers:btree_cleanup_insert_2, r=Mark-Simulacrum | bors | -44/+42 |
| 2020-08-02 | Separate off a leafy insert function instead of lying, and split split similarly | Stein Somers | -44/+42 |
| 2020-08-02 | Move bulk of BTreeMap::insert method down to new method on handle | Stein Somers | -37/+70 |
| 2020-08-03 | Rollup merge of #74874 - ssomers:btree_cleanup_8, r=Mark-Simulacrum | Yuki Okushi | -8/+16 |
| 2020-08-03 | Rollup merge of #74762 - ssomers:btree_no_root_in_remove_kv_tracking, r=Mark-... | Yuki Okushi | -30/+73 |
| 2020-08-01 | BTreeMap::drain_filter no longer touches the root during iteration | Stein Somers | -30/+73 |
| 2020-08-01 | Define forget_type only when relevant | Stein Somers | -8/+16 |
| 2020-07-28 | Remove into_slices and its unsafe block | Stein Somers | -10/+3 |
| 2020-07-27 | mv std libs to library/ | mark | -0/+6293 |