| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2022-06-16 | btree: avoid forcing the allocator to be a reference | Ralf Jung | -6/+6 |
| 2022-06-14 | BTreeMap: Add alloc param | Jacob Hughes | -7/+13 |
| 2021-02-09 | BTreeMap: gather and decompose reusable tree fixing functions | Stein Somers | -22/+1 |
| 2020-12-28 | Rollup merge of #80353 - ssomers:btree_test_split_off, r=Mark-Simulacrum | Dylan DPC | -3/+6 |
| 2020-12-24 | BTreeMap: test full nodes a little more | Stein Somers | -1/+1 |
| 2020-12-24 | BTreeMap: test split_off (and append) more thoroughly | Stein Somers | -3/+6 |
| 2020-11-22 | BTreeMap: swap the names of NodeRef::new and Root::new_leaf | Stein Somers | -1/+1 |
| 2020-11-18 | BTreeMap: reuse NodeRef as Root, keep BoxedNode for edges only, ban Unique | Stein Somers | -2/+2 |
| 2020-11-12 | BTreeMap: avoid aliasing while handling underfull nodes | Stein Somers | -8/+3 |
| 2020-11-08 | BTreeMap: split off most code of append, slightly improve interfaces | Stein Somers | -0/+124 |
