summary refs log tree commit diff
path: root/src/libcollectionstest/btree
AgeCommit message (Expand)AuthorLines
2016-06-01Implement split_off for BTreeMap and BTreeSet (RFC 509)Andrey Tonkih-0/+126
2016-05-22run rustfmt on libcollections test moduleSrinivas Reddy Thatiparthy-44/+74
2016-04-22Implement `append` for b-trees.Johannes Oertel-0/+76
2016-04-01Implement `values_mut` on `BTreeMap`.Corey Farwell-0/+15
2016-03-14Expose the key of Entry variants for HashMap and BTreeMap.Stu Black-0/+36
2016-01-30test: Deny warnings in {core,collections}testAlex Crichton-0/+2
2016-01-18Make `btree_set::{IntoIter, Iter, Range}` covariantAndrew Paseltiner-0/+10
2016-01-17Fix and test variance of BTreeMap and its companion structs.Jonathan S-0/+16
2016-01-16BTreeMap: Add a test for cloneJonathan S-0/+32
2015-12-10std: Remove deprecated functionality from 1.5Alex Crichton-2/+1
2015-09-20Miscellaneous cleanup for old issues.Lee Jeffery-9/+3
2015-09-18Avoid zero-sized leaf allocations in `BTreeMap`Andrew Paseltiner-0/+53
2015-08-28implement RFC 1194Andrew Paseltiner-0/+49
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-2/+1
2015-06-11Auto merge of #26190 - Veedrac:no-iter, r=alexcrichtonbors-1/+1
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-1/+1
2015-06-09Implement Borrow<T> and BorrowMut<T> for Box<T: ?Sized>Ulrik Sverdrup-0/+29
2015-06-08Implement RFC 839Johannes Oertel-0/+44
2015-04-14More test fixesAlex Crichton-1/+1
2015-04-14test: Fixup many library unit testsAlex Crichton-2/+2
2015-03-23Fallout from changing fn traits to use inheritance rather than bridgeNiko Matsakis-2/+8
2015-03-16extract libcollections tests into libcollectionstestJorge Aparicio-0/+491