summary refs log tree commit diff
path: root/src/test/compile-fail/loop-does-not-diverge.rs
AgeCommit message (Expand)AuthorLines
2015-01-31Kill more `isize`sTobias Bucher-1/+1
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-1/+1
2014-10-28Update tests with the new error messagesJakub Bukaj-1/+1
2014-08-24Adjust the error messages to match the pattern "expected foo, found bar"Jonas Hietala-1/+1
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-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-1/+1
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/+1
2012-03-11A few tests for infinite loopsTim Chevalier-0/+13