about summary refs log tree commit diff
path: root/src/test/run-pass/vec-each2_mut.rs
AgeCommit message (Expand)AuthorLines
2013-06-08std: remove vec::each2 and vec::each2_mut in favour of iteratorsHuon Wilson-42/+0
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+4
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-4/+4
2013-05-13Add vec.rs each2_mut testsuiteYoungmin Yoo-0/+38