about summary refs log tree commit diff
path: root/src/test/compile-fail/block-coerce-no.rs
AgeCommit message (Expand)AuthorLines
2015-01-05fix cfail testsJorge Aparicio-26/+0
2014-10-16Remove libdebug and update tests.Luqman Aden-3/+1
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-1/+1
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-0/+2
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-1/+1
2013-11-26test: Remove most uses of `&fn()` from the tests.Patrick Walton-3/+3
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-1/+1
2013-09-30cfail: Remove usage of fmt!Alex Crichton-1/+1
2013-05-08test: Fix broken testPatrick Walton-1/+1
2013-05-08test: Fix tests.Patrick Walton-3/+3
2013-03-11Remove uses of logBrian Anderson-1/+1
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-3/+3
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-11-06Cleanup how we handle proto in types, remove unsound subtypingNiko Matsakis-4/+4
2012-08-13test: Modify error messages in some compile-fail tests in an attempt to unbre...Patrick Walton-1/+1
2012-08-03rustc: Merge fn& and fn in favor of fn&.Patrick Walton-1/+1
2012-08-01Convert ret to returnBrian Anderson-3/+3
2012-07-03Switch 'native' to 'extern' (or 'foreign' in some descriptions)Graydon Hoare-4/+4
2012-07-02Merge remote-tracking branch 'Dretch/prettydocs'Brian Anderson-1/+1
2012-07-01Convert to new closure syntaxBrian Anderson-1/+1
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-1/+1
2012-06-26Change 'native' and 'crust' to 'extern'.Graydon Hoare-1/+1
2012-01-23s/block()/fn()/gNiko Matsakis-2/+2
2012-01-19Rename fn*() to fn() as originally planned.Niko Matsakis-8/+8
2011-12-22Register new snapshots, purge log_err and log_full in favour of log(...).Graydon Hoare-1/+1
2011-12-22Register snapshots and switch logging over to use of log_full or #error / #de...Graydon Hoare-1/+4
2011-09-12Reformat for new mode syntax, step 1Marijn Haverbeke-3/+3
2011-08-20ReformatBrian Anderson-4/+4
2011-08-03Remove all xfail-stage0 directivesBrian Anderson-1/+0
2011-07-27Reformat for new syntaxMarijn Haverbeke-10/+4
2011-07-26Add a bunch of tests for blocks.Michael Sullivan-0/+20