about summary refs log tree commit diff
path: root/src/test/run-pass/block-fn-coerce.rs
AgeCommit message (Expand)AuthorLines
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-2/+2
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-2/+2
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-08-01Convert ret to returnBrian Anderson-2/+2
2012-06-20Remove bind. Issue #2189Brian Anderson-1/+1
2012-01-23s/block()/fn()/gNiko Matsakis-1/+1
2012-01-13deprecate fn exprs and the fn() type, preferring fn@ and native fnNiko Matsakis-1/+1
2011-09-12Reformat for new mode syntax, step 1Marijn Haverbeke-1/+1
2011-08-20ReformatBrian Anderson-2/+2
2011-08-03Remove all xfail-stage0 directivesBrian Anderson-2/+0
2011-07-27Reformat for new syntaxMarijn Haverbeke-6/+6
2011-07-26Add a bunch of tests for blocks.Michael Sullivan-0/+9