| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2021-02-09 | BTreeMap: gather and decompose reusable tree fixing functions | Stein Somers | -60/+3 |
| 2021-01-29 | btree: use Option's unwrap_unchecked() | Miguel Ojeda | -3/+2 |
| 2021-01-18 | BTreeMap: prefer bulk_steal functions over specialized ones | Stein Somers | -4/+4 |
| 2021-01-16 | BTreeMap: offer merge in variants with more clarity | Stein Somers | -8/+6 |
| 2020-12-13 | Auto merge of #79376 - ssomers:btree_choose_parent_kv, r=Mark-Simulacrum | bors | -6/+6 |
| 2020-12-13 | BTreeMap: capture a recurring use pattern as replace_kv | Stein Somers | -4/+2 |
| 2020-12-12 | BTreeMap: clarify comments and panics surrounding choose_parent_kv | Stein Somers | -6/+6 |
| 2020-11-28 | BTreeMap: try to enhance various comments & local identifiers | Stein Somers | -1/+1 |
| 2020-11-12 | BTreeMap: avoid aliasing while handling underfull nodes | Stein Somers | -105/+125 |
| 2020-10-24 | BTreeMap: stop mistaking node::MIN_LEN as a node level constraint | Stein Somers | -2/+3 |
| 2020-10-18 | BTreeMap: split off most code of remove and split_off | Stein Somers | -0/+132 |
