about summary refs log tree commit diff
path: root/src/test/compile-fail/issue-897-2.rs
AgeCommit message (Expand)AuthorLines
2016-08-13Remove invalid compile-fail tests related to `!`Andrew Cann-23/+0
2014-10-29Rename fail! to panic!Steve Klabnik-1/+1
2014-10-28Update tests with the new error messagesJakub Bukaj-2/+6
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-02-12Reenable some ignored test casesFlorian Hahn-16/+3
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2014-02-07Added tests to make tidyDerek Guenther-0/+10
2013-09-23librustc: Change fold to use traits instead of `@fn`.Patrick Walton-0/+4
2013-05-30Promote unreachable code to being a lint attributeAlex Crichton-2/+4
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-1/+1
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-1/+1
2013-01-08Remove ret_style and instead check whether fn return type is botNiko Matsakis-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-08-01Convert ret to returnBrian Anderson-1/+1
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-2/+2
2012-06-18Adding `i` suffixes so cfail tests keep failing after suffix inferenceLindsey Kuper-1/+1
2012-04-06improve error messagesNiko Matsakis-1/+1
2012-03-24correct more broken testsNiko Matsakis-2/+4
2012-03-05rustc: Lower case error messagesBrian Anderson-1/+1
2012-01-20Handle fail after return correctly in typestateTim Chevalier-0/+4