summary refs log tree commit diff
path: root/src/libcollectionstest/bit
AgeCommit message (Expand)AuthorLines
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-1/+1
2015-06-08Implement RFC 839Johannes Oertel-0/+38
2015-05-10Implement `append` and `split_off` for BitSet (RFC 509)Johannes Oertel-0/+61
2015-05-06Implement append and split_off for BitVec (RFC 509)Johannes Oertel-0/+135
2015-04-14More test fixesAlex Crichton-5/+4
2015-04-14test: Fixup many library unit testsAlex Crichton-4/+3
2015-04-03Auto merge of #23832 - petrochenkov:usize, r=aturonbors-41/+41
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-2/+1
2015-03-30Remove unnecessary `as usize`Vadim Petrochenkov-41/+41
2015-03-16extract libcollections tests into libcollectionstestJorge Aparicio-0/+1182