summary refs log tree commit diff
path: root/src/libcollectionstest/btree/map.rs
AgeCommit message (Expand)AuthorLines
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-18Avoid zero-sized leaf allocations in `BTreeMap`Andrew Paseltiner-0/+53
2015-06-09Implement Borrow<T> and BorrowMut<T> for Box<T: ?Sized>Ulrik Sverdrup-0/+29
2015-06-08Implement RFC 839Johannes Oertel-0/+16
2015-04-14More test fixesAlex Crichton-1/+1
2015-04-14test: Fixup many library unit testsAlex Crichton-2/+2
2015-03-16extract libcollections tests into libcollectionstestJorge Aparicio-0/+299