| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-07-15 | Move some `compile-fail` tests to `ui` | Esteban Küber | -20/+0 | |
| 2016-07-28 | Move to {integer} and {float} | Jonathan Turner | -1/+1 | |
| 2016-07-28 | Rename _ to {numerics} for unknown numeric types | Jonathan Turner | -1/+1 | |
| 2016-05-02 | update test cases to reflect new messages | Niko Matsakis | -4/+3 | |
| 2015-01-12 | Fix testsuite errors | mdinger | -2/+5 | |
| 2015-01-06 | test fallout from isize/usize | Corey Richardson | -2/+2 | |
| 2014-10-30 | Use the `_` representation for integral variables as well | Jakub Bukaj | -1/+1 | |
| 2014-10-29 | Always drop var IDs from type variables modulo -Z verbose, per PR discussion | Jakub Bukaj | -1/+1 | |
| 2014-10-29 | Update tests with the new diagnostic tweaks | Jakub Bukaj | -1/+1 | |
| 2014-10-09 | test: Convert statics to constants | Alex Crichton | -1/+1 | |
| Additionally, add lots of tests for new functionality around statics and `static mut`. | ||||
| 2014-08-24 | Adjust the error messages to match the pattern "expected foo, found bar" | Jonas Hietala | -2/+2 | |
| Closes #8492 | ||||
| 2014-02-07 | Added tests to make tidy | Derek Guenther | -1/+3 | |
| 2014-01-13 | rustc: make error messages containing generic more self-explanatory. | Huon Wilson | -1/+1 | |
| Unsuffixed literals like 1 and 1.1, and free type parameters sometimes have to be printed in error messages, which ended up with <V0>, <VI0> and <VF0>. This change puts the words "generic" and "integer"/"float" into the message so it's not a completely black box. | ||||
| 2013-05-03 | add gitattributes and fix whitespace issues | Daniel Micay | -1/+0 | |
| 2013-03-22 | librustc: Remove the `const` declaration form everywhere | Patrick Walton | -1/+1 | |
| 2013-02-19 | add missing typecheck for const pattern match arm | Jeong YunWon | -0/+17 | |
| Issue #4968 | ||||
