| Age | Commit message (Expand) | Author | Lines |
| 2023-11-08 | Rollup merge of #117282 - clubby789:recover-wrong-function-header, r=TaKO8Ki | Guillaume Gomez | -2/+86 |
| 2023-11-07 | Auto merge of #117297 - clubby789:fn-trait-missing-paren, r=TaKO8Ki | bors | -0/+27 |
| 2023-11-01 | Give a better diagnostic for missing parens in Fn* bounds | clubby789 | -0/+27 |
| 2023-11-01 | Recover from missing param list in function definitions | clubby789 | -0/+32 |
| 2023-10-27 | Recover from incorrectly ordered/duplicated function keywords | clubby789 | -2/+86 |
| 2023-10-24 | mv tests | Esteban Küber | -0/+1464 |
| 2023-10-12 | Detect ruby-style closure in parser | Esteban Küber | -2/+17 |
| 2023-10-06 | Rollup merge of #116400 - estebank:issue-78585, r=WaffleLapkin | Jubilee | -20/+17 |
| 2023-10-05 | Add a note to duplicate diagnostics | Alex Macleod | -0/+3 |
| 2023-10-03 | Detect missing `=>` after match guard during parsing | Esteban Küber | -20/+17 |
| 2023-09-28 | Tweak wording of missing angle backets in qualified path | Esteban Küber | -1/+6 |
| 2023-09-21 | add UI test for delimiter errors | yukang | -0/+44 |
| 2023-09-12 | Only suggest turbofish in patterns if we may recover | León Orell Valerian Liehr | -0/+21 |
| 2023-09-06 | Add explanatory note to 'expected item' error | Gurinder Singh | -0/+19 |
| 2023-08-15 | Clean up some bad ui testing annotations | Michael Goulet | -3/+8 |
| 2023-08-07 | relocate tests to pass tidy | darklyspaced | -0/+15 |
| 2023-08-03 | Rollup merge of #114300 - MU001999:fix/turbofish-pat, r=estebank | Matthias Krüger | -6/+16 |
| 2023-08-01 | Suggests turbofish in patterns | Mu001999 | -6/+16 |
| 2023-07-31 | parser: more friendly hints for handling `async move` in the 2015 edition | bohan | -0/+12 |
| 2023-06-27 | Rollup merge of #112518 - chenyukang:yukang-fix-112458, r=davidtwco | Matthias Krüger | -0/+19 |
| 2023-06-11 | Detect actual span for getting unexpected token from parsing macros | yukang | -0/+19 |
| 2023-06-10 | reword the message to suggest surrounding with parentheses | yukang | -4/+4 |
| 2023-06-10 | take care module name for suggesting surround the struct literal in parentheses | yukang | -0/+78 |
| 2023-05-27 | Rollup merge of #111181 - bvanjoi:fix-issue-111148, r=davidtwco | Matthias Krüger | -0/+10 |
| 2023-05-13 | fmt | yukang | -2/+1 |
| 2023-05-13 | Fix ice caused by shorthand fields in NoFieldsForFnCall | yukang | -0/+22 |
| 2023-05-13 | fix(parse): return unpected when current token is EOF | bohan | -0/+10 |
| 2023-05-02 | Implement negative bounds | Michael Goulet | -48/+61 |
| 2023-05-02 | Auto merge of #109128 - chenyukang:yukang/remove-type-ascription, r=estebank | bors | -296/+164 |
| 2023-05-01 | Rip it out | Nilstrieb | -296/+164 |
| 2023-04-28 | fixup tests wrt new normalization | Maybe Waffle | -1/+1 |
| 2023-04-07 | fix: fix regression in #109203 | Ezra Shaw | -0/+22 |
| 2023-04-03 | remove invalid ignore-pretty | Pietro Albini | -1/+0 |
| 2023-03-20 | feat: implement error recovery in `expected_ident_found` | Ezra Shaw | -33/+38 |
| 2023-03-19 | refactor: improve "ident starts with number" error | Ezra Shaw | -3/+15 |
| 2023-03-12 | Remove uses of `box_syntax` in rustc and tools | clubby789 | -4/+10 |
| 2023-03-09 | feat/refactor: improve errors in case of ident with number at start | Ezra Shaw | -9/+15 |
| 2023-03-05 | add test for https://github.com/rust-lang/rust/issues/108242 | Lukas Markeffsky | -0/+18 |
| 2023-03-01 | Add testcase for issue 105209 | yukang | -0/+25 |
| 2023-03-01 | Fix #104367, add test case for mismatched open/close delims | yukang | -0/+32 |
| 2023-02-28 | remove duplicated diagnostic for unclosed delimiter | yukang | -160/+46 |
| 2023-02-28 | Exit when there are unmatched delims to avoid noisy diagnostics | yukang | -520/+108 |
| 2023-02-03 | Rollup merge of #107602 - estebank:anon-enum-access, r=compiler-errors | Matthias Krüger | -27/+55 |
| 2023-02-02 | Parse and recover from type ascription in patterns | Esteban Küber | -27/+55 |
| 2023-02-02 | Rollup merge of #106919 - compiler-errors:underscore-typo-in-field-pat, r=jac... | Matthias Krüger | -1/+6 |
| 2023-02-02 | Recover _ as .. in field pattern | Michael Goulet | -1/+6 |
| 2023-02-02 | Revert "Teach parser to understand fake anonymous enum syntax" and related co... | Michael Goulet | -55/+27 |
| 2023-01-30 | Modify primary span label for E0308 | Esteban Küber | -1/+1 |
| 2023-01-28 | Auto merge of #107408 - matthiaskrgr:rollup-b5vz2ow, r=matthiaskrgr | bors | -9/+29 |
| 2023-01-28 | Rollup merge of #104012 - chenyukang:yukang/fix-103882-deli-indentation, r=pe... | Matthias Krüger | -9/+29 |