| Age | Commit message (Expand) | Author | Lines |
| 2022-10-03 | Add comments to `TokenCursor::desugar`. | Nicholas Nethercote | -1/+5 |
| 2022-10-01 | Rollup merge of #102500 - compiler-errors:parse-sess-cleanup, r=cjgillot | Matthias Krüger | -3/+5 |
| 2022-09-30 | Rollup merge of #102493 - nnethercote:improve-size-assertions-some-more, r=lqd | Matthias Krüger | -8/+10 |
| 2022-10-01 | Group together more size assertions. | Nicholas Nethercote | -8/+10 |
| 2022-09-30 | Rollup merge of #102350 - TaKO8Ki:incomplete-fn-in-struct-definition, r=fee1-... | Matthias Krüger | -11/+17 |
| 2022-09-30 | Remove expr_parentheses_needed from ParseSess | Michael Goulet | -3/+5 |
| 2022-09-29 | improve E0585 help | Rageking8 | -2/+2 |
| 2022-09-28 | Auto merge of #101619 - Xiretza:rustc_parse-session-diagnostics, r=davidtwco | bors | -1253/+496 |
| 2022-09-27 | Rollup merge of #102284 - compiler-errors:missing-type-in-raw-ptr, r=davidtwco | Matthias Krüger | -4/+7 |
| 2022-09-27 | Implement IntoDiagnosticArg for rustc_ast::token::Token(Kind) | Xiretza | -32/+22 |
| 2022-09-27 | Don't unnecessarily stringify paths in diagnostics | Xiretza | -9/+9 |
| 2022-09-27 | Document use of Symbol::to_string() | Xiretza | -0/+2 |
| 2022-09-27 | Migrate even more diagnostics in rustc_parse to diagnostic structs | Xiretza | -213/+131 |
| 2022-09-27 | Migrate "struct literal body without path" error to diagnostic struct | Xiretza | -16/+11 |
| 2022-09-27 | Migrate "expected semicolon" diagnostics to diagnostic structs | Xiretza | -16/+21 |
| 2022-09-27 | Migrate "expected identifier" diagnostics to diagnostic structs | Xiretza | -42/+60 |
| 2022-09-27 | Rework "inner attribute not permitted" errors | Xiretza | -58/+58 |
| 2022-09-27 | Remove error condition in parse_attribute | Xiretza | -25/+12 |
| 2022-09-27 | Migrate more rustc_parse diagnostics to diagnostic structs | Xiretza | -150/+62 |
| 2022-09-27 | Move rustc_parse diagnostic structs to separate module | Xiretza | -811/+34 |
| 2022-09-27 | Migrate "invalid literal suffix" diagnostic to diagnostic structs | Xiretza | -47/+56 |
| 2022-09-27 | Migrate more diagnostics in rustc_parse to diagnostic structs | Xiretza | -218/+402 |
| 2022-09-28 | improve errors for incomplete functions in struct definitions | Takayuki Maeda | -11/+17 |
| 2022-09-27 | Structured suggestion for missing mut/const in pointer | Michael Goulet | -4/+7 |
| 2022-09-27 | add a label to struct/enum/union ident name | Takayuki Maeda | -10/+26 |
| 2022-09-27 | create a new local var | Takayuki Maeda | -5/+3 |
| 2022-09-26 | Rollup merge of #102286 - compiler-errors:recover-semi-in-block-item, r=david... | Matthias Krüger | -7/+30 |
| 2022-09-26 | Auto merge of #102297 - fee1-dead-contrib:rollup-2np0cre, r=fee1-dead | bors | -0/+17 |
| 2022-09-25 | Recover some items that expect braces and don't take semicolons | Michael Goulet | -7/+30 |
| 2022-09-22 | recover from struct nested in struct | Rageking8 | -0/+17 |
| 2022-09-22 | Add missing code="" attributes to suggestion subdiagnostics | Xiretza | -4/+4 |
| 2022-09-21 | FIX - adopt new Diagnostic naming in newly migrated modules | Jhonny Bill Mena | -2/+2 |
| 2022-09-21 | UPDATE - rename SessionSubdiagnostic macro to Subdiagnostic | Jhonny Bill Mena | -7/+7 |
| 2022-09-21 | UPDATE - rename DiagnosticHandler macro to Diagnostic | Jhonny Bill Mena | -42/+42 |
| 2022-09-21 | UPDATE - rename DiagnosticHandler trait to IntoDiagnostic | Jhonny Bill Mena | -43/+43 |
| 2022-09-21 | UPDATE - move SessionDiagnostic from rustc_session to rustc_errors | Jhonny Bill Mena | -1/+1 |
| 2022-09-21 | Auto merge of #101846 - chenyukang:fix-101793, r=davidtwco | bors | -5/+41 |
| 2022-09-20 | Rollup merge of #100250 - cjgillot:recover-token-stream, r=Aaron1011 | Michael Howell | -1/+0 |
| 2022-09-16 | Rollup merge of #101859 - Rageking8:slight-vertical-formatting, r=compiler-er... | Guillaume Gomez | -12/+12 |
| 2022-09-16 | use subdiagnostic for logical negation, bitwise not | yukang | -11/+37 |
| 2022-09-16 | tweak suggestion | yukang | -1/+1 |
| 2022-09-15 | slight vertical formatting | Rageking8 | -12/+12 |
| 2022-09-15 | more tweak on diagnostic messages | yukang | -0/+10 |
| 2022-09-15 | fix #101797: Suggest associated const for incorrect use of let in traits | yukang | -4/+15 |
| 2022-09-14 | Auto merge of #101313 - SparrowLii:mk_attr_id, r=cjgillot | bors | -2/+15 |
| 2022-09-14 | Auto merge of #101212 - eholk:dyn-star, r=compiler-errors | bors | -2/+11 |
| 2022-09-14 | make `mk_attr_id` part of `ParseSess` | SparrowLii | -2/+15 |
| 2022-09-13 | Address code review comments | Eric Holk | -3/+1 |
| 2022-09-13 | Emit an error instead of reconstructing token stream. | Camille GILLOT | -30/+14 |
| 2022-09-13 | Manually cleanup token stream when macro expansion aborts. | Camille GILLOT | -15/+30 |