summary refs log tree commit diff
path: root/src/test/run-pass/block-iter-2.rs
AgeCommit message (Expand)AuthorLines
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-1/+1
2013-03-15Clonify some of run-passBen Striegel-2/+2
2013-03-11Remove uses of logBrian Anderson-2/+1
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-1/+1
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-1/+1
2013-02-22Remove legacy_modes from test casesBrian Anderson-4/+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-12-05test: Fix a bunch of test cases. rs=burningPatrick Walton-2/+2
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-1/+1
2012-09-19xfail-fast the legacy_mode run-pass testsBrian Anderson-0/+1
2012-09-18rustc: Remove legacy mode inference, unless #[legacy_modes] is usedPatrick Walton-0/+2
2012-07-01Convert to new closure syntaxBrian Anderson-3/+3
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-2/+2
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-2/+2
2012-04-06Convert old-style for loops to new-styleMarijn Haverbeke-1/+1
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-1/+1
2012-01-23s/block()/fn()/gNiko Matsakis-1/+1
2011-12-22Register new snapshots, purge log_err and log_full in favour of log(...).Graydon Hoare-2/+2
2011-12-22Register snapshots and switch logging over to use of log_full or #error / #de...Graydon Hoare-2/+7
2011-09-12Reformat for new mode syntax, step 1Marijn Haverbeke-2/+2
2011-08-20ReformatBrian Anderson-6/+3
2011-08-16Port the tests to the decl foo<T> syntax.Erick Tryzelaar-1/+1
2011-08-15The wonky for...in... whitespace was bothering me. Sorry!Lindsey Kuper-1/+1
2011-08-15Tests for type inferred lambda-blocks.Michael Sullivan-4/+3
2011-08-12Convert most working tests to ivecsBrian Anderson-2/+2
2011-08-03Remove all xfail-stage0 directivesBrian Anderson-2/+0
2011-07-27Reformat for new syntaxMarijn Haverbeke-17/+10
2011-07-26Add a bunch of tests for blocks.Michael Sullivan-0/+22