summary refs log tree commit diff
path: root/library/alloc/src/collections/btree/set
AgeCommit message (Expand)AuthorLines
2021-02-09BTreeMap: share panicky test code & test panic during clear, cloneStein Somers-56/+31
2021-02-09BTreeMap/BTreeSet: separate off code supporting testsStein Somers-1/+1
2021-02-06BTreeMap: remove Ord bound where it is absent elsewhereStein Somers-1/+2
2021-02-02BTreeMap: make Ord bound explicit, compile-test its absenceStein Somers-0/+20
2020-12-24BTreeMap: test split_off (and append) more thoroughlyStein Somers-1/+3
2020-11-21BTreeMap: address namespace conflictsStein Somers-11/+10
2020-11-13Add BTreeMap::retain and BTreeSet::retainMatt Brubeck-0/+11
2020-11-07Rollup merge of #78538 - ssomers:btree_testing_rng, r=Mark-SimulacrumYuki Okushi-0/+1
2020-10-30Constantify more BTreeMap and BTreeSet functionsBenoƮt du Garreau-0/+7
2020-10-29BTreeMap: document a curious assumption in test casesStein Somers-0/+1
2020-10-04BTreeMap/Set: complete the compile-time test casesStein Somers-6/+81
2020-08-14Move btree unit test to their native, privileged locationStein Somers-0/+649