summary refs log tree commit diff
path: root/src/test/compile-fail/bind-by-move-no-guards.rs
AgeCommit message (Expand)AuthorLines
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-3/+4
2014-12-29std: Stabilize the prelude moduleAlex Crichton-0/+2
2014-10-29Rename fail! to panic!Steve Klabnik-2/+2
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-3/+3
2013-12-16Fallout of rewriting std::commAlex Crichton-3/+1
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-2/+2
2013-09-30cfail: Remove usage of fmt!Alex Crichton-2/+2
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+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-02-21core: Extract comm from pipes. #4742Brian Anderson-1/+1
2013-02-15tests/tutorials: Get rid of `move`.Luqman Aden-3/+3
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-2/+2
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-2/+2
2012-12-11Reverse the order of the results of pipes::streamTim Chevalier-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-08-26Camel case the option typeBrian Anderson-4/+4
2012-08-22Add compile-fail tests for unsound moving out of enums (#2329)Ben Blum-0/+10