summary refs log tree commit diff
path: root/library/alloc/src/collections/btree/split.rs
AgeCommit message (Expand)AuthorLines
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