| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-09-05 | Recover from using `;` as separator between fields | Chayim Refael Friedman | -0/+11 |
| 2022-09-05 | UPDATE - into_diagnostic to take a Handler instead of a ParseSess | Jhonny Bill Mena | -2/+3 |
| 2022-09-03 | remove redundant clones | Matthias Krüger | -1/+1 |
| 2022-09-03 | Suggest removing unnecessary prefix let in patterns | Michael Goulet | -1/+16 |
| 2022-09-02 | Refactor and re-use BindingAnnotation | Cameron Steffen | -30/+26 |
| 2022-09-01 | Always import all tracing macros for the entire crate instead of piecemeal by... | Oli Scherer | -6/+0 |
| 2022-09-01 | Auto merge of #100869 - nnethercote:replace-ThinVec, r=spastorino | bors | -7/+12 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -3/+3 |
| 2022-08-29 | Revert let_chains stabilization | Nilstrieb | -6/+22 |
| 2022-08-29 | Improve `parse_dot_or_call_expr_with`. | Nicholas Nethercote | -6/+11 |
| 2022-08-29 | Replace `rustc_data_structures::thin_vec::ThinVec` with `thin_vec::ThinVec`. | Nicholas Nethercote | -1/+1 |
| 2022-08-28 | Auto merge of #100497 - kadiwa4:remove_clone_into_iter, r=cjgillot | bors | -5/+5 |