| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-01-20 | alloc: add `#![warn(unreachable_pub)]` | Urgau | -1/+1 | |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -1/+1 | |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -2/+5 | |
| 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 | -8/+8 | |
| 2022-06-14 | BTreeMap: Add alloc param | Jacob Hughes | -9/+13 | |
| 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 | |
| Now that https://github.com/rust-lang/rust/issues/81383 is available, start using it. Signed-off-by: Miguel Ojeda <ojeda@kernel.org> | ||||
| 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 | |
| BTreeMap: clarify comments and panics around choose_parent_kv Fixes a lie in recent code: `unreachable!("empty non-root node")` should shout "empty internal node", but it might as well be good and keep quiet r? `@Mark-Simulacrum` | ||||
| 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 | |
