summary refs log tree commit diff
path: root/src/libcollectionstest/bit/vec.rs
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/+18
2015-05-06Implement append and split_off for BitVec (RFC 509)Johannes Oertel-0/+135
2015-04-14More test fixesAlex Crichton-1/+1
2015-04-14test: Fixup many library unit testsAlex Crichton-4/+3
2015-03-30Remove unnecessary `as usize`Vadim Petrochenkov-40/+40
2015-03-16extract libcollections tests into libcollectionstestJorge Aparicio-0/+729