about summary refs log tree commit diff
path: root/library/alloc/src/collections/btree/map
AgeCommit message (Expand)AuthorLines
2020-10-27BTreeMap: stop mistaking node for an orderly placeStein Somers-4/+22
2020-10-24BTreeMap: stop mistaking node::MIN_LEN as a node level constraintStein Somers-2/+19
2020-10-19BTreeMap: test invariants more thoroughly and more readablyStein Somers-79/+10
2020-10-18Stabilize or_insert_with_keyChai T. Rex-2/+1
2020-10-12BTreeMap: refactor Entry out of map.rs into its own fileJacob Hughes-0/+475
2020-10-04BTreeMap/Set: complete the compile-time test casesStein Somers-21/+37
2020-09-20BTreeMap: extra testing unveiling mistakes in future PRStein Somers-0/+19
2020-09-15Test and fix Sync & Send traits of BTreeMap artefactsStein Somers-0/+140
2020-09-09BTreeMap: avoid aliasing by avoiding slicesStein Somers-6/+9
2020-08-18BTreeMap: check some invariants, avoid recursion in depth first searchStein Somers-9/+223
2020-08-14Move btree unit test to their native, privileged locationStein Somers-0/+1491