| Age | Commit message (Expand) | Author | Lines |
| 2022-06-16 | fix one more case of trailing space | klensy | -10/+10 |
| 2022-06-16 | diagnostics: fix trailing space | klensy | -29/+29 |
| 2022-06-13 | Improve parsing errors and suggestions for bad if statements | Michael Goulet | -32/+24 |
| 2022-06-14 | Rollup merge of #95211 - terrarier2111:improve-parser, r=compiler-errors | Yuki Okushi | -11/+34 |
| 2022-06-12 | Improves parser diagnostics, fixes #93867 | threadexception | -11/+34 |
| 2022-06-07 | Auto merge of #97512 - scottmcm:add-coldcc, r=nagisa,lcnr | bors | -1/+1 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -3/+2 |
| 2022-06-02 | add new `emit_inference_failure_err` | lcnr | -1/+6 |
| 2022-05-30 | Optimize the diagnostic generation for `extern unsafe` | SparrowLii | -6/+1 |
| 2022-05-30 | Bless tests with the full list of conventions in the output | Scott McMurray | -1/+1 |
| 2022-05-05 | Allow unused rules in the testsuite where the lint triggers | est31 | -0/+1 |
| 2022-05-02 | Fix invalid keyword order for function declarations | Ken Matsui | -9/+9 |
| 2022-04-06 | Stop flagging certain inner attrs as outer ones | León Orell Valerian Liehr | -0/+31 |
| 2022-03-27 | Provide suggestion for missing `>` in a type parameter list | Esteban Kuber | -9/+67 |
| 2022-03-22 | diagnostics: do not suggest `fn foo({ <body> }` | Michael Howell | -3/+1 |
| 2022-03-18 | suggest removing type ascription in bad position | Michael Goulet | -0/+80 |
| 2022-03-17 | Rollup merge of #91133 - terrarier2111:unsafe-diagnostic, r=jackh726 | Dylan DPC | -1/+6 |
| 2022-03-11 | Format core and std macro rules, removing needless surrounding blocks | David Tolnay | -1/+1 |
| 2022-03-05 | Do not point at whole file missing `fn main` | Esteban Kuber | -2/+2 |
| 2022-02-28 | Tweak diagnostics | Esteban Kuber | -4/+3 |
| 2022-02-12 | Rollup merge of #93595 - compiler-errors:ice-on-lifetime-arg, r=jackh726 | Matthias Krüger | -1/+24 |
| 2022-02-02 | Add more *-unwind ABI variants | Amanieu d'Antras | -1/+1 |
| 2022-02-02 | fix ICE when parsing lifetime as function argument | Michael Goulet | -1/+24 |
| 2022-01-27 | Improve suggestion for escaping reserved keywords | Noah Lev | -8/+8 |
| 2022-01-25 | delay the bug once again, generalize turbofish suggestion | Michael Goulet | -8/+1 |
| 2022-01-25 | Remove delayed bug when encountering label in bad turbofish | Michael Goulet | -0/+24 |
| 2022-01-14 | Parse `Ty?` as `Option<Ty>` and provide structured suggestion | Esteban Kuber | -34/+24 |
| 2021-12-18 | Rollup merge of #89090 - cjgillot:bare-dyn, r=jackh726 | Matthias Krüger | -38/+3 |
| 2021-12-13 | Update test to new error message | Alexis Bourget | -11/+13 |
| 2021-12-10 | bless tests | Ellen | -5/+5 |
| 2021-12-09 | Rollup merge of #91634 - terrarier2111:fix-recover-from-variant-ice, r=nagisa | Matthias Krüger | -0/+37 |
| 2021-12-08 | Do not attempt to suggest help for overly malformed struct/function call | threadexception | -0/+37 |
| 2021-12-04 | Lint bare traits in AstConv. | Camille GILLOT | -38/+3 |
| 2021-12-04 | Do not add `;` to expected tokens list when it's wrong | Michael Howell | -17/+19 |
| 2021-11-27 | Improve `unsafe` diagnostic | threadexception | -1/+6 |
| 2021-11-25 | When recovering from a `:` in a pattern, use adequate AST pattern | Esteban Küber | -28/+63 |
| 2021-11-20 | Move parser tests to parser/issues subdirectory | Badel2 | -0/+5955 |