about summary refs log tree commit diff
path: root/src/test/compile-fail/block-coerce-no-2.rs
AgeCommit message (Expand)AuthorLines
2015-01-05fix cfail testsJorge Aparicio-23/+0
2014-02-24All uses of `extern fn` should mean `extern "C" fn`. Closes #9309.Nick Cameron-2/+2
2013-11-26test: Remove most uses of `&fn()` from the tests.Patrick Walton-1/+1
2013-10-31librustc: Implement `|A| -> B` syntax for closures and make bare `fn`Patrick Walton-1/+1
2013-03-29Add AbiSet and integrate it into the AST.Niko Matsakis-1/+1
2013-03-11test: Fix tests. rs=testsPatrick Walton-1/+1
2013-01-09A collection of refactorings that I found it hard/tiresome to divide:Niko Matsakis-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-08-13test: Fix type error message in an effort to unbreak the buildPatrick Walton-1/+1
2012-08-13test: Modify error messages in some compile-fail tests in an attempt to unbre...Patrick Walton-1/+1
2012-07-03Switch 'native' to 'extern' (or 'foreign' in some descriptions)Graydon Hoare-2/+2
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-19Rename fn*() to fn() as originally planned.Niko Matsakis-4/+3
2011-10-20Tweak typecheck to enforce covariance on higher-order function argumentsBrian Anderson-0/+14