| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-08-14 | Moved compile-fail tests to ui tests. | David Wood | -13/+0 | |
| 2015-03-30 | Fallout in tests: largely changes to error messages. | Niko Matsakis | -2/+2 | |
| 2015-03-05 | Fix compile-fail error messages after integer suffix removal. | Eduard Burtescu | -1/+1 | |
| 2015-03-05 | Remove integer suffixes where the types in compiled code are identical. | Eduard Burtescu | -1/+1 | |
| 2015-01-31 | Kill more `isize`s | Tobias Bucher | -2/+2 | |
| 2015-01-06 | test fallout from isize/usize | Corey Richardson | -2/+2 | |
| 2014-01-12 | more backticks | kud1ing | -1/+1 | |
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+10 | |
| 2012-06-21 | Adding `i` suffixes so cfail tests keep failing after suffix inference | Lindsey Kuper | -1/+1 | |
| 2011-08-20 | Reformat | Brian Anderson | -1/+1 | |
| This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[] | ||||
| 2011-08-03 | Remove all xfail-stage0 directives | Brian Anderson | -1/+0 | |
| While it is still technically possible to test stage 0, it is not part of any of the main testing rules and maintaining xfail-stage0 is a chore. Nobody should worry about how tests fare in stage0. | ||||
| 2011-07-27 | Reformat for new syntax | Marijn Haverbeke | -3/+1 | |
| 2011-06-25 | Fail typechecking for bad binop/type combinations | Brian Anderson | -0/+6 | |
| Includes assignment operations. Add regression tests for lots of less useful, less used or unexpected combinations, as well as a selection of compile-fail tests. Closes #500 (again!) | ||||
