about summary refs log tree commit diff
path: root/src/test/compile-fail/bad-bang-ann.rs
AgeCommit message (Expand)AuthorLines
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-1/+1
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-1/+1
2015-02-18Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.Niko Matsakis-1/+1
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-2/+2
2015-01-08Update compile fail tests to use usize.Huon Wilson-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-1/+1
2014-10-28Update tests with the new error messagesJakub Bukaj-2/+1
2014-08-24Adjust the error messages to match the pattern "expected foo, found bar"Jonas Hietala-1/+1
2013-10-25Remove ancient emacs mode lines from test casesBrian Anderson-1/+0
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-1/+1
2013-09-30cfail: Remove usage of fmt!Alex Crichton-1/+1
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-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-1/+1
2012-04-06improve error messagesNiko Matsakis-1/+1
2012-03-24correct more broken testsNiko Matsakis-2/+4
2011-08-20ReformatBrian Anderson-1/+1
2011-07-27Reformat for new syntaxMarijn Haverbeke-10/+2
2011-06-14Remove some unnecessary xfailsTim Chevalier-1/+0
2011-05-20Some tests for ! annotationsTim Chevalier-0/+16