| Age | Commit message (Expand) | Author | Lines |
| 2022-06-21 | Improve suggestion for calling closure on type mismatch | Michael Goulet | -0/+10 |
| 2022-06-17 | Auto merge of #97892 - klensy:fix-spaces, r=oli-obk | bors | -75/+75 |
| 2022-06-16 | --bless ui | Maybe Waffle | -4/+3 |
| 2022-06-16 | fix one more case of trailing space | klensy | -13/+13 |
| 2022-06-16 | diagnostics: fix trailing space | klensy | -62/+62 |
| 2022-06-13 | Improve parsing errors and suggestions for bad if statements | Michael Goulet | -66/+177 |
| 2022-06-14 | Rollup merge of #95211 - terrarier2111:improve-parser, r=compiler-errors | Yuki Okushi | -24/+47 |
| 2022-06-12 | Improves parser diagnostics, fixes #93867 | threadexception | -24/+47 |
| 2022-06-08 | Rollup merge of #97857 - ChayimFriedman2:box-identifier-help, r=compiler-errors | Michael Goulet | -4/+69 |
| 2022-06-08 | Suggest escaping `box` as identifier | Chayim Refael Friedman | -4/+69 |
| 2022-06-08 | Rollup merge of #97823 - compiler-errors:missing-comma-match-arm, r=estebank | Dylan DPC | -10/+6 |
| 2022-06-07 | Recover missing comma after match arm | Michael Goulet | -10/+6 |
| 2022-06-07 | Auto merge of #97512 - scottmcm:add-coldcc, r=nagisa,lcnr | bors | -1/+1 |
| 2022-06-07 | Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakis | bors | -3/+2 |
| 2022-06-06 | Add spaces before and after expr in add {} suggestion | Waffle Maybe | -12/+12 |
| 2022-06-05 | Suggest removing label in `'label: non_block_expr` | Maybe Waffle | -10/+53 |
| 2022-06-05 | Do not suggest adding labeled block if there are no labeled breaks | Maybe Waffle | -24/+10 |
| 2022-06-05 | Suggest adding `{}` for `'label: non_block_expr` | Maybe Waffle | -10/+94 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -3/+2 |
| 2022-06-03 | Auto merge of #89862 - lcnr:path-generics-diagnostics, r=estebank | bors | -11/+18 |
| 2022-06-03 | Auto merge of #97497 - c410-f3r:z-errors, r=petrochenkov | bors | -0/+46 |
| 2022-06-02 | add new `emit_inference_failure_err` | lcnr | -11/+18 |
| 2022-05-30 | Rollup merge of #97172 - SparrowLii:unsafe_extern, r=compiler-errors | Michael Goulet | -6/+37 |
| 2022-05-30 | Optimize the diagnostic generation for `extern unsafe` | SparrowLii | -6/+37 |
| 2022-05-30 | Bless tests with the full list of conventions in the output | Scott McMurray | -1/+1 |
| 2022-05-28 | Move some tests to more reasonable places | Caio | -0/+46 |
| 2022-05-28 | Make some tests check-pass | Yuki Okushi | -4/+4 |
| 2022-05-24 | Minor improvement on else-no-if diagnostic | Michael Goulet | -10/+2 |
| 2022-05-23 | Parse expression after `else` as a condition if followed by `{` | Michael Goulet | -0/+90 |
| 2022-05-21 | Add regression test for #81827 | Yuki Okushi | -0/+46 |
| 2022-05-16 | Add regression test for #81804 | Yuki Okushi | -0/+50 |
| 2022-05-12 | Auto merge of #96150 - est31:unused_macro_rules, r=petrochenkov | bors | -0/+1 |
| 2022-05-06 | Resolve vars in note_type_err | Jack Huey | -0/+9 |
| 2022-05-05 | Allow unused rules in the testsuite where the lint triggers | est31 | -0/+1 |
| 2022-05-04 | Auto merge of #96353 - estebank:issue-95413, r=compiler-errors | bors | -0/+5 |
| 2022-05-03 | Tweak wording | Esteban Kuber | -2/+2 |
| 2022-05-03 | When suggesting to import an item, also suggest changing the path if appropriate | Esteban Küber | -1/+6 |
| 2022-05-02 | Fix invalid keyword order for function declarations | Ken Matsui | -9/+9 |
| 2022-04-23 | Better handle too many `#` recovery in raw str | Esteban Küber | -6/+50 |
| 2022-04-21 | Move some tests to more reasonable directories | Caio | -0/+13 |
| 2022-04-16 | Implementation for 65853 | Jack Huey | -16/+42 |
| 2022-04-09 | expand: Remove `ParseSess::missing_fragment_specifiers` | Vadim Petrochenkov | -2/+14 |
| 2022-04-06 | Stop flagging certain inner attrs as outer ones | León Orell Valerian Liehr | -10/+32 |
| 2022-04-03 | Auto merge of #88672 - camelid:inc-parser-sugg, r=davidtwco | bors | -0/+277 |
| 2022-03-28 | Remove opaque type obligation and just register opaque types as they are enco... | Oli Scherer | -32/+52 |
| 2022-03-28 | Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk" | Oli Scherer | -44/+117 |
| 2022-03-27 | Fix from rebase | Noah Lev | -19/+27 |
| 2022-03-27 | Auto merge of #94495 - estebank:missing-closing-gt, r=jackh726 | bors | -13/+134 |
| 2022-03-27 | Handle `,` to `;` substitution in arg params | Esteban Kuber | -7/+19 |
| 2022-03-27 | Provide suggestion for missing `>` in a type parameter list | Esteban Kuber | -9/+118 |