| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-08-13 | Remove invalid compile-fail tests related to `!` | Andrew Cann | -21/+0 | |
| These tests check for the old error messages "`return` in a function declared as diverging" and "computation may converge in a function declared as diverging". The first of these is now invalid as `return` is permitted in functions that return `!`. The second of these is subsumed by the "mismatched types" error. | ||||
| 2016-01-20 | Add tests for various diverging & converging loops | Simonas Kazlauskas | -1/+0 | |
| Mostly testing borrowck and typeck behaviour in presence of `loop` expression | ||||
| 2015-09-17 | Changes to tests | Nick Cameron | -1/+1 | |
| 2015-01-31 | Kill more `isize`s | Tobias Bucher | -1/+1 | |
| 2015-01-08 | Update compile-fail tests to use is/us, not i/u. | Huon Wilson | -1/+1 | |
| 2014-10-28 | Update tests with the new error messages | Jakub Bukaj | -1/+1 | |
| 2014-08-24 | Adjust the error messages to match the pattern "expected foo, found bar" | Jonas Hietala | -1/+1 | |
| Closes #8492 | ||||
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. ↵ | Patrick Walton | -1/+1 | |
| rs=implflipping | ||||
| 2013-01-08 | Remove ret_style and instead check whether fn return type is bot | Niko Matsakis | -1/+1 | |
| cc #3681 | ||||
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+10 | |
| 2012-08-01 | Convert ret to return | Brian Anderson | -1/+1 | |
| 2012-06-30 | change the test suite `//! kind` syntax to `//~ kind` in order to avoid a | Gareth Daniel Smith | -1/+1 | |
| conflict with the new single-line-sugared-inner-doc-comment (`//! ...`). | ||||
| 2012-06-18 | Adding `i` suffixes so cfail tests keep failing after suffix inference | Lindsey Kuper | -1/+1 | |
| 2012-04-06 | improve error messages | Niko Matsakis | -1/+1 | |
| 2012-03-24 | correct more broken tests | Niko Matsakis | -2/+1 | |
| 2012-03-11 | A few tests for infinite loops | Tim Chevalier | -0/+13 | |
