summary refs log tree commit diff
path: root/src/libcollectionstest/btree
AgeCommit message (Expand)AuthorLines
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