about summary refs log tree commit diff
path: root/src/test/run-pass/iter-count.rs
AgeCommit message (Expand)AuthorLines
2013-06-11option: remove redundant old_iter implsDaniel Micay-21/+0
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-7/+7
2013-04-28make way for a new iter moduleDaniel Micay-3/+3
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-7/+7
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-7/+7
2013-03-03replace option::iter with a BaseIter implDaniel Micay-3/+3
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-10-20Remove old fixed-length vector syntaxBen Striegel-4/+4
2012-09-25Demode iter-traitTim Chevalier-7/+7
2012-08-26Camel case the option typeBrian Anderson-3/+3
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-5/+5
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-4/+4
2012-04-27new, simpler approach to the iter libraryNiko Matsakis-0/+9