| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-02-06 | Move compile-fail tests that are rejected by the parser to parse-fail | Florian Hahn | -11/+0 | |
| 2014-12-04 | Make the parser’s ‘expected <foo>, found <bar>’ errors more accurate | P1start | -1/+1 | |
| As an example of what this changes, the following code: let x: [int ..4]; Currently spits out ‘expected `]`, found `..`’. However, a comma would also be valid there, as would a number of other tokens. This change adjusts the parser to produce more accurate errors, so that that example now produces ‘expected one of `(`, `+`, `,`, `::`, or `]`, found `..`’. | ||||
| 2014-08-24 | Adjust the error messages to match the pattern "expected foo, found bar" | Jonas Hietala | -1/+1 | |
| Closes #8492 | ||||
| 2014-03-20 | syntax: Tidy up parsing the new attribute syntax | Alex Crichton | -1/+1 | |
| 2014-02-07 | Added tests to make tidy | Derek Guenther | -1/+11 | |
| 2014-01-02 | Test column offset for #11184 | Jan Niklas Hasse | -0/+1 | |
