| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-09-06 | Add explanatory note to 'expected item' error | Gurinder Singh | -0/+29 |
| 2023-09-06 | Auto merge of #115371 - matthewjasper:if-let-guard-parsing, r=cjgillot | bors | -2/+47 |
| 2023-08-30 | Rollup merge of #114704 - bvanjoi:fix-114636, r=compiler-errors | Matthias Krüger | -38/+44 |
| 2023-08-28 | Allow stuct literals in if let guards | Matthew Jasper | -0/+3 |
| 2023-08-28 | Add tests for struct literals in if let/while let | Matthew Jasper | -2/+44 |
| 2023-08-24 | Auto merge of #115131 - frank-king:feature/unnamed-fields-lite, r=petrochenkov | bors | -0/+72 |
| 2023-08-24 | Parse unnamed fields and anonymous structs or unions | Frank King | -0/+72 |
| 2023-08-21 | discard dummy field for macro invocation when parse struct | bohan | -38/+44 |
| 2023-08-17 | Auto merge of #114802 - chenyukang:yukang-fix-114979-bad-parens-dyn, r=estebank | bors | -8/+8 |
| 2023-08-16 | Fix bad suggestion when wrong parentheses around a dyn trait | yukang | -8/+8 |
| 2023-08-15 | Clean up some bad ui testing annotations | Michael Goulet | -3/+8 |
| 2023-08-07 | relocate tests to pass tidy | darklyspaced | -0/+0 |