| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-09-12 | Introduce dyn_star feature flag | Eric Holk | -2/+13 |
| 2022-09-09 | Rename `{Create,Lazy}TokenStream` as `{To,Lazy}AttrTokenStream`. | Nicholas Nethercote | -13/+13 |
| 2022-09-09 | Rename `AttrAnnotatedToken{Stream,Tree}`. | Nicholas Nethercote | -26/+25 |
| 2022-09-09 | Move `Spacing` out of `AttrAnnotatedTokenStream`. | Nicholas Nethercote | -8/+8 |
| 2022-09-08 | Rollup merge of #101515 - chenyukang:fix-101477, r=fee1-dead | Dylan DPC | -0/+16 |
| 2022-09-08 | fixes #101477: Recover from typo where == is used in place of = | yukang | -0/+16 |
| 2022-09-07 | Rollup merge of #101502 - TaKO8Ki:do-not-suggest-semicolon-for-macro-without-... | Matthias Krüger | -0/+3 |
| 2022-09-07 | do not suggest a semicolon for a macro without `!` | Takayuki Maeda | -0/+3 |
| 2022-09-06 | Rollup merge of #101457 - ChayimFriedman2:struct-field-semi, r=fee1-dead | Guillaume Gomez | -0/+11 |
| 2022-09-06 | Rollup merge of #101434 - JhonnyBillM:replace-session-for-handler-in-into-dia... | Guillaume Gomez | -2/+3 |
| 2022-09-06 | Auto merge of #101362 - compiler-errors:unnecessary-let, r=cjgillot | bors | -1/+16 |
| 2022-09-06 | Auto merge of #101241 - camsteffen:refactor-binding-annotations, r=cjgillot | bors | -30/+26 |