| Age | Commit message (Expand) | Author | Lines |
| 2023-12-03 | Parse a pattern with no arm | Nadrieril | -103/+39 |
| 2023-12-03 | Auto merge of #118542 - chenyukang:yukang-fix-parser-ice-118531, r=cjgillot | bors | -0/+106 |
| 2023-12-02 | Fix parser ICE from attrs | yukang | -0/+106 |
| 2023-12-02 | Add tests | Nadrieril | -0/+190 |
| 2023-12-01 | Tweak unclosed generics errors | Esteban Küber | -6/+4 |
| 2023-11-29 | Always emit help when failing to parse enum variant | Esteban Küber | -0/+4 |
| 2023-11-29 | Fix tidy | Esteban Küber | -2/+15 |
| 2023-11-29 | Fix test and move to more appropriate directory | Esteban Küber | -37/+63 |
| 2023-11-29 | Change how `for (x in foo) {}` is handled | Esteban Küber | -11/+62 |
| 2023-11-29 | Account for `(pat if expr) => {}` | Esteban Küber | -8/+25 |
| 2023-11-29 | Change enum parse recovery | Esteban Küber | -13/+9 |
| 2023-11-29 | Bubble parse error when expecting `)` | Esteban Küber | -37/+20 |
| 2023-11-29 | More accurate span for unnecessary parens suggestion | Esteban Küber | -1/+1 |
| 2023-11-29 | When parsing patterns, bubble all errors except reserved idents that aren't l... | Esteban Küber | -2/+40 |
| 2023-11-29 | Make `parse_pat_ident` not recover bad name | Esteban Küber | -104/+7 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -386/+386 |
| 2023-11-19 | Rollup merge of #117988 - estebank:issue-106020, r=cjgillot | Michael Goulet | -0/+73 |
| 2023-11-19 | Rollup merge of #117891 - compiler-errors:recover-for-dyn, r=davidtwco | Michael Goulet | -0/+35 |
| 2023-11-19 | Don't sort `span_suggestions`, leave that to caller | Esteban Küber | -4/+4 |
| 2023-11-19 | Rollup merge of #117110 - estebank:deref-field-suggestion, r=b-naber | Takayuki Maeda | -3/+3 |
| 2023-11-17 | Auto merge of #118023 - matthiaskrgr:rollup-i9skwic, r=matthiaskrgr | bors | -1/+0 |
| 2023-11-17 | Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naber | Matthias Krüger | -1/+0 |
| 2023-11-17 | Auto merge of #114292 - estebank:issue-71039, r=b-naber | bors | -4/+4 |
| 2023-11-17 | Rollup merge of #117990 - estebank:issue-100825-part-deux, r=Nilstrieb | Matthias Krüger | -5/+68 |
| 2023-11-16 | Fix code indentation | Esteban Küber | -1/+1 |
| 2023-11-16 | Handle attempts to have multiple `cfg`d tail expressions | Esteban Küber | -0/+73 |
| 2023-11-16 | recover primary span label | Esteban Küber | -11/+11 |
| 2023-11-16 | Suggest field typo through derefs | Esteban Küber | -8/+8 |
| 2023-11-16 | Add test for parens around match arm pattern and condition | Esteban Küber | -0/+63 |
| 2023-11-16 | Smaller span for unnessary `mut` suggestion | Esteban Küber | -5/+5 |
| 2023-11-16 | Move tests to subdirectory | Esteban Küber | -0/+0 |
| 2023-11-16 | More detail when expecting expression but encountering bad macro argument | Esteban Küber | -4/+4 |
| 2023-11-14 | Detect more `=>` typos | Esteban Küber | -0/+39 |
| 2023-11-14 | Recover `dyn` and `impl` after `for<...>` | Michael Goulet | -0/+35 |
| 2023-11-13 | Auto merge of #117770 - sjwang05:issue-117766, r=estebank,TaKO8Ki | bors | -0/+123 |
| 2023-11-11 | Move unclosed delim errors to separate function | sjwang05 | -10/+4 |
| 2023-11-11 | Reject defaultness on free consts | León Orell Valerian Liehr | -8/+36 |
| 2023-11-10 | Correctly handle while-let-chains | sjwang05 | -2/+49 |
| 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 |