summary refs log tree commit diff
path: root/src/test/run-pass/issue-3176.rs
AgeCommit message (Expand)AuthorLines
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-05-22test: Update tests to use the new syntax.Patrick Walton-1/+1
2013-05-08test: Fix tests and the pipe compilerPatrick Walton-1/+2
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-2/+2
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-1/+1
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-1/+1
2013-03-02librustc: Forbid chained imports and fix the logic for one-level renaming imp...Patrick Walton-1/+1
2013-02-21core: Extract comm from pipes. #4742Brian Anderson-5/+5
2013-02-15tests/tutorials: Get rid of `move`.Luqman Aden-4/+4
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-1/+1
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-1/+1
2012-12-11Reverse the order of the results of pipes::streamTim Chevalier-4/+4
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-10-12Make moves explicit in rpass testsTim Chevalier-5/+5
2012-10-12Replace several common macros of the form #m[...] with m!(...)Kevin Cantu-4/+4
2012-09-05test: "import" -> "use"Patrick Walton-1/+1
2012-08-28Convert core::pipes to camel caseBrian Anderson-1/+1
2012-08-10Xfail-fast, because these tests use failureEric Holk-0/+2
2012-08-10Handle failure during select nicely. Fixes #3176Eric Holk-0/+23