| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-10-21 | Move more parsing tests to ui/parser | Vadim Petrochenkov | -260/+0 | |
| 2018-09-05 | Provide more context for unenclosed delimiters | Esteban Küber | -0/+2 | |
| * When encountering EOF, point at the last opening brace that does not have the same indentation level as its close delimiter. * When encountering the wrong type of close delimiter, point at the likely correct open delimiter to give a better idea of what went wrong. | ||||
| 2018-09-05 | Reword un-closed delimiter label | Esteban Küber | -1/+1 | |
| 2018-08-15 | Tweak unclosed delimiter parser error | Esteban Küber | -7/+4 | |
| 2018-07-18 | Implement existential types | Oliver Schneider | -2/+2 | |
| 2018-06-21 | Explicitly ban async in trait impls | Taylor Cramer | -2/+2 | |
| This wouldn't compile before because the return type wouldn't match, but now it's properly an error. | ||||
| 2018-06-01 | Modified another test case to expect a closing delimiter. | Crazycolorz5 | -2/+2 | |
| 2018-03-14 | Add empty main() to tests where it is missing. | Eric Huss | -9/+7 | |
| 2018-03-14 | Add crate name to "main function not found" error message. | Eric Huss | -2/+2 | |
| Fixes #44798 and rust-lang/cargo#4948. | ||||
| 2018-03-14 | update tests | Guillaume Gomez | -4/+4 | |
| 2018-02-27 | Add label to primary span in some parse errors | Esteban Küber | -1/+1 | |
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -2/+2 | |
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -20/+20 | |
| 2018-02-25 | Update ui tests | Guillaume Gomez | -0/+4 | |
| 2018-01-07 | `struct` pattern parsing and diagnostic tweaks | Esteban Küber | -0/+55 | |
| - Recover from struct parse error on match and point out missing match body. - Point at struct when finding non-identifier while parsing its fields. - Add label to "expected identifier, found {}" error. | ||||
| 2017-12-14 | Remove NOTE/HELP annotations from UI tests | Vadim Petrochenkov | -19/+17 | |
| 2017-11-24 | Merge cfail and ui tests into ui tests | Oliver Schneider | -8/+6 | |
| 2017-07-05 | Merge remote-tracking branch 'origin/master' into proc_macro_api | Alex Crichton | -5/+5 | |
| 2017-07-02 | Revert "Change error count messages" | Ariel Ben-Yehuda | -5/+5 | |
| This reverts commit 5558c64f33446225739c1153b43d2e309bb4f50e. | ||||
| 2017-06-26 | Update UI test with proc_macro changes | Alex Crichton | -0/+3 | |
| 2017-06-26 | Simplify `hygiene::Mark` application, and | Jeffrey Seyfried | -1/+1 | |
| remove variant `Token::SubstNt` in favor of `quoted::TokenTree::MetaVar`. | ||||
| 2017-05-30 | Add new error code | Guillaume Gomez | -2/+2 | |
| 2017-05-24 | Change error count messages | Michael Kohl | -5/+5 | |
| See #33525 for details. | ||||
| 2017-04-17 | libsyntax/parse: improve associated item error reporting | Ariel Ben-Yehuda | -1/+9 | |
| Fixes #41161. Fixes #41239. | ||||
| 2017-04-10 | Point at only one char on `Span::next_point` | Esteban Küber | -0/+23 | |
| Avoid pointing at two chars so the diagnostic output doesn't display a multiline span when starting beyond a line end. | ||||
| 2017-03-27 | Fix unittests | Esteban Küber | -1/+5 | |
| 2017-03-25 | Improve wording and spans for unexpected token | Esteban Küber | -0/+170 | |
| * Point at where the token was expected instead of the last token successfuly parsed. * Only show `unexpected token` if the next char and the unexpected token don't have the same span. * Change some cfail and pfail tests to ui test. * Don't show all possible tokens in span label if they are more than 6. | ||||
