| Age | Commit message (Expand) | Author | Lines |
| 2023-12-08 | Support async gen fn | Michael Goulet | -7/+0 |
| 2023-12-07 | Rollup merge of #116420 - bvanjoi:fix-116203, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2023-12-06 | Auto merge of #118655 - compiler-errors:rollup-vrngyzn, r=compiler-errors | bors | -5/+5 |
| 2023-12-04 | Make async gen fn an error | Eric Holk | -0/+7 |
| 2023-12-04 | De-genericize some `IntoDiagnostic` impls. | Nicholas Nethercote | -5/+5 |
| 2023-11-29 | Account for `(pat if expr) => {}` | Esteban Küber | -0/+18 |
| 2023-11-29 | More accurate span for unnecessary parens suggestion | Esteban Küber | -4/+2 |
| 2023-11-29 | Rollup merge of #118191 - estebank:let-chain-typo, r=compiler-errors | Matthias Krüger | -0/+26 |
| 2023-11-28 | Suggest `let` or `==` on typo'd let-chain | Esteban Küber | -0/+26 |
| 2023-11-27 | Suggest swapping the order of `ref` and `box` | Hirochika Matsumoto | -0/+8 |
| 2023-11-19 | Rollup merge of #117891 - compiler-errors:recover-for-dyn, r=davidtwco | Michael Goulet | -0/+20 |
| 2023-11-16 | Smaller span for unnessary `mut` suggestion | Esteban Küber | -2/+1 |
| 2023-11-15 | discard invalid spans in external blocks | bohan | -1/+1 |
| 2023-11-14 | Recover `dyn` and `impl` after `for<...>` | Michael Goulet | -0/+20 |
| 2023-11-07 | Auto merge of #117297 - clubby789:fn-trait-missing-paren, r=TaKO8Ki | bors | -0/+28 |
| 2023-11-01 | Rollup merge of #117298 - clubby789:fn-missing-params, r=petrochenkov | Matthias Krüger | -0/+8 |
| 2023-11-01 | Give a better diagnostic for missing parens in Fn* bounds | clubby789 | -0/+28 |
| 2023-11-01 | Recover from missing param list in function definitions | clubby789 | -0/+8 |
| 2023-10-30 | Talk about `gen fn` in diagnostics about `gen fn` | Oli Scherer | -2/+2 |
| 2023-10-26 | Reserve `gen` keyword for `gen {}` blocks and `gen fn` in 2024 edition | Oli Scherer | -0/+8 |
| 2023-10-03 | Detect missing `=>` after match guard during parsing | Esteban Küber | -0/+11 |
| 2023-09-28 | Tweak wording of missing angle backets in qualified path | Esteban Küber | -2/+11 |
| 2023-09-13 | Address review comments | Matthew Jasper | -0/+1 |
| 2023-09-11 | Move let expression checking to parsing | Matthew Jasper | -1/+3 |
| 2023-08-16 | Fix bad suggestion when wrong parentheses around a dyn trait | yukang | -8/+11 |
| 2023-08-04 | Rollup merge of #113999 - Centri3:macro-arm-expand, r=wesleywiser | Matthias Krüger | -0/+6 |
| 2023-08-03 | Rollup merge of #114300 - MU001999:fix/turbofish-pat, r=estebank | Matthias Krüger | -0/+14 |
| 2023-08-01 | Suggests turbofish in patterns | Mu001999 | -0/+14 |
| 2023-07-31 | parser: more friendly hints for handling `async move` in the 2015 edition | bohan | -0/+7 |
| 2023-07-29 | Auto merge of #114028 - Centri3:ternary-operator, r=compiler-errors | bors | -0/+8 |
| 2023-07-28 | Parse generic const items | León Orell Valerian Liehr | -0/+31 |
| 2023-07-25 | Gracefully handle missing ternary operator | Catherine Flores | -0/+8 |
| 2023-07-24 | Specify macro is invalid in certain contexts | Catherine | -0/+6 |
| 2023-06-23 | Add suggestion for bad block fragment error | Michael Goulet | -0/+11 |
| 2023-05-13 | improve error for `impl<..> impl Trait for Type` | y21 | -0/+10 |
| 2023-05-09 | Rollup merge of #111120 - chenyukang:yukang-suggest-let, r=Nilstrieb | Dylan DPC | -0/+12 |
| 2023-05-09 | move sugg to derive session diagnostic | yukang | -0/+12 |
| 2023-05-05 | Add parsing for builtin # in expression and item context | est31 | -0/+15 |
| 2023-05-02 | Implement negative bounds | Michael Goulet | -27/+4 |
| 2023-05-01 | Rip it out | Nilstrieb | -0/+22 |
| 2023-04-27 | Migrate trivially translatable `rustc_parse` diagnostics | clubby789 | -0/+224 |
| 2023-04-25 | Fix static string lints | clubby789 | -0/+89 |
| 2023-04-10 | Remove `..` from return type notation | Michael Goulet | -0/+8 |
| 2023-03-28 | Add `(..)` syntax for RTN | Michael Goulet | -0/+8 |
| 2023-03-19 | refactor: improve "ident starts with number" error | Ezra Shaw | -1/+4 |
| 2023-03-19 | refactor: refactor identifier parsing somewhat | Ezra Shaw | -3/+3 |
| 2023-03-12 | Remove `box_syntax` from AST and use in tools | clubby789 | -0/+13 |
| 2023-03-09 | feat/refactor: improve errors in case of ident with number at start | Ezra Shaw | -8/+9 |
| 2023-03-01 | recover from for-else and while-else | y21 | -0/+11 |
| 2023-02-22 | errors: generate typed identifiers in each crate | David Wood | -84/+104 |