| Age | Commit message (Expand) | Author | Lines |
| 2023-11-09 | Catch an edge case | sjwang05 | -1/+13 |
| 2023-11-09 | Catch stray { in let-chains | sjwang05 | -0/+70 |
| 2023-11-09 | Suggest fix for ; within let-chains | sjwang05 | -0/+77 |
| 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-07 | When not finding assoc fn on type, look for builder fn | Esteban Küber | -0/+6 |
| 2023-11-01 | Rollup merge of #117298 - clubby789:fn-missing-params, r=petrochenkov | Matthias Krüger | -6/+43 |
| 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 | -6/+43 |
| 2023-10-31 | Rollup merge of #116712 - estebank:issue-116252, r=petrochenkov | Matthias Krüger | -0/+59 |
| 2023-10-30 | Explicitly reject const C-variadic functions | Nicholas Bishop | -20/+88 |
| 2023-10-30 | Fix bad-c-variadic error being emitted multiple times | Nicholas Bishop | -29/+15 |
| 2023-10-30 | When encountering unclosed delimiters during parsing, check for diff markers | Esteban Küber | -0/+59 |
| 2023-10-29 | Auto merge of #116889 - MU001999:master, r=petrochenkov | bors | -0/+24 |
| 2023-10-28 | Remove asmjs from tests | Jubilee Young | -1/+0 |
| 2023-10-28 | restore snapshot when parse_param_general | Mu001999 | -0/+24 |
| 2023-10-27 | Recover from incorrectly ordered/duplicated function keywords | clubby789 | -2/+86 |
| 2023-10-27 | Rollup merge of #117212 - clubby789:fix-ternary-recover, r=compiler-errors | Matthias Krüger | -128/+22 |
| 2023-10-26 | Recover ternary expression as error | clubby789 | -130/+11 |
| 2023-10-26 | Properly restore snapshot when failing to recover parsing ternary | clubby789 | -5/+18 |
| 2023-10-25 | Avoid unbounded O(n^2) when parsing nested type args | Esteban Küber | -0/+30 |
| 2023-10-24 | mv tests | Esteban Küber | -0/+0 |
| 2023-10-23 | Auto merge of #116033 - bvanjoi:fix-116032, r=petrochenkov | bors | -2/+2 |
| 2023-10-23 | Auto merge of #116849 - oli-obk:error_shenanigans, r=cjgillot | bors | -12/+7 |
| 2023-10-22 | use visibility to check unused imports and delete some stmts | bohan | -2/+2 |
| 2023-10-21 | Rollup merge of #116992 - estebank:issue-69492, r=oli-obk | Matthias Krüger | -0/+3 |
| 2023-10-21 | Mention the syntax for `use` on `mod foo;` if `foo` doesn't exist | Esteban Küber | -0/+3 |
| 2023-10-20 | Avoid a `track_errors` by bubbling up most errors from `check_well_formed` | Oli Scherer | -12/+7 |
| 2023-10-20 | Move where doc comment meant as comment check | Esteban Küber | -19/+64 |
| 2023-10-14 | Auto merge of #115822 - compiler-errors:stabilize-rpitit, r=jackh726 | bors | -71/+16 |
| 2023-10-13 | Stabilize AFIT and RPITIT | Michael Goulet | -71/+16 |
| 2023-10-13 | Auto merge of #116645 - estebank:issue-116608, r=oli-obk | bors | -2/+17 |
| 2023-10-12 | Detect ruby-style closure in parser | Esteban Küber | -2/+17 |
| 2023-10-09 | Account for macros | Esteban Küber | -0/+112 |
| 2023-10-09 | fix | Esteban Küber | -1/+0 |
| 2023-10-09 | Move some tests around | Esteban Küber | -0/+0 |
| 2023-10-09 | Suggest labeling block if `break` is in bare block | Esteban Küber | -0/+50 |
| 2023-10-06 | Rollup merge of #116400 - estebank:issue-78585, r=WaffleLapkin | Jubilee | -22/+136 |
| 2023-10-05 | Rollup merge of #116428 - Alexendoo:note-duplicate-diagnostics, r=compiler-er... | Matthias Krüger | -0/+6 |
| 2023-10-05 | Add a note to duplicate diagnostics | Alex Macleod | -0/+6 |
| 2023-10-04 | Point to where missing return type should go | Michael Goulet | -2/+2 |
| 2023-10-04 | review comments | Esteban Küber | -9/+6 |
| 2023-10-03 | Move some tests around | Esteban Küber | -0/+0 |
| 2023-10-03 | Detect missing `=>` after match guard during parsing | Esteban Küber | -22/+139 |
| 2023-09-28 | Tweak wording of missing angle backets in qualified path | Esteban Küber | -1/+6 |
| 2023-09-22 | Auto merge of #115696 - RalfJung:closure-ty-print, r=oli-obk | bors | -2/+2 |
| 2023-09-21 | adjust how closure/generator types and rvalues are printed | Ralf Jung | -2/+2 |
| 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 | Rollup merge of #115473 - gurry:113110-expected-item, r=compiler-errors | Matthias Krüger | -0/+29 |