| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-01-20 | alloc: add `#![warn(unreachable_pub)]` | Urgau | -3/+7 | |
| 2024-10-23 | "innermost", "outermost", "leftmost", and "rightmost" don't need hyphens | Josh Triplett | -1/+1 | |
| These are all standard dictionary words and don't require hyphenation. | ||||
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -2/+3 | |
| The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options. | ||||
| 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 | |
| BTreeMap: test split_off (and append) more thoroughly Using DeterministicRng as a poor man's property based testing rig. r? ``@Mark-Simulacrum`` | ||||
| 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 | |
