summary refs log tree commit diff
path: root/library/alloc/src/collections/btree/node/tests.rs
AgeCommit message (Expand)AuthorLines
2020-10-27BTreeMap: stop mistaking node for an orderly placeStein Somers-37/+0
2020-10-24BTreeMap: stop mistaking node::MIN_LEN as a node level constraintStein Somers-40/+16
2020-10-19BTreeMap: test invariants more thoroughly and more readablyStein Somers-0/+105
2020-10-14BTreeMap: making PartialCmp/PartialEq explicit and testedStein Somers-0/+33
2020-09-26BTreeMap: keep an eye out on the size of the main componentsStein Somers-0/+9
2020-08-14BTreeMap: refactor splitpoint and move testing over to unit testStein Somers-0/+25