about summary refs log tree commit diff
path: root/library/alloc/src/collections/btree/split.rs
AgeCommit message (Expand)AuthorLines
2025-01-20alloc: add `#![warn(unreachable_pub)]`Urgau-2/+6
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+4
2022-06-16btree: avoid forcing the allocator to be a referenceRalf Jung-6/+6
2022-06-14BTreeMap: Add alloc paramJacob Hughes-7/+8
2021-02-09BTreeMap: gather and decompose reusable tree fixing functionsStein Somers-64/+0
2021-01-24BTreeMap: lightly refactor the split_off implementationStein Somers-30/+55
2021-01-18BTreeMap: convert search functions to methodsStein Somers-2/+2
2021-01-16BTreeMap: offer merge in variants with more clarityStein Somers-2/+2
2020-12-24BTreeMap: test split_off (and append) more thoroughlyStein Somers-0/+5
2020-11-28BTreeMap: try to enhance various comments & local identifiersStein Somers-2/+2
2020-11-18BTreeMap: reuse NodeRef as Root, keep BoxedNode for edges only, ban UniqueStein Somers-6/+6
2020-11-12BTreeMap: avoid aliasing while handling underfull nodesStein Somers-8/+8
2020-10-24BTreeMap: stop mistaking node::MIN_LEN as a node level constraintStein Somers-8/+10
2020-10-18BTreeMap: split off most code of remove and split_offStein Somers-0/+104