| Age | Commit message (Expand) | Author | Lines |
| 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/+1749 |
| 2022-09-28 | Auto merge of #102302 - nnethercote:more-lexer-improvements, r=matklad | bors | -398/+386 |
| 2022-09-28 | Address review comments. | Nicholas Nethercote | -8/+8 |
| 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 | -56/+51 |
| 2022-09-27 | Don't unnecessarily stringify paths in diagnostics | Xiretza | -12/+13 |
| 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/+342 |
| 2022-09-27 | Migrate "struct literal body without path" error to diagnostic struct | Xiretza | -16/+29 |
| 2022-09-27 | Migrate "expected semicolon" diagnostics to diagnostic structs | Xiretza | -16/+72 |
| 2022-09-27 | Migrate "expected identifier" diagnostics to diagnostic structs | Xiretza | -43/+154 |
| 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 | -155/+156 |
| 2022-09-27 | Move rustc_parse diagnostic structs to separate module | Xiretza | -811/+819 |
| 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-27 | Structured suggestion for missing mut/const in pointer | Michael Goulet | -4/+7 |
| 2022-09-27 | Rename some variables. | Nicholas Nethercote | -10/+10 |
| 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-27 | Minor improvements. | Nicholas Nethercote | -3/+5 |
| 2022-09-26 | Rollup merge of #102286 - compiler-errors:recover-semi-in-block-item, r=david... | Matthias Krüger | -7/+30 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2022-09-26 | Auto merge of #102297 - fee1-dead-contrib:rollup-2np0cre, r=fee1-dead | bors | -0/+17 |
| 2022-09-26 | Inline and remove `cook_lexer_token`. | Nicholas Nethercote | -171/+174 |
| 2022-09-26 | Add `rustc_lexer::TokenKind::Eof`. | Nicholas Nethercote | -8/+2 |
| 2022-09-26 | Use less DRY in `cook_lexer_token`. | Nicholas Nethercote | -19/+19 |
| 2022-09-26 | Make `rustc_lexer::cursor::Cursor` public. | Nicholas Nethercote | -10/+13 |
| 2022-09-26 | [ui] Rearrange `StringReader`/`TokenTreesReader` creation. | Nicholas Nethercote | -20/+20 |
| 2022-09-26 | Remove `ast::Token::take`. | Nicholas Nethercote | -2/+1 |
| 2022-09-26 | Remove `TokenTreesReader::bump`. | Nicholas Nethercote | -17/+9 |
| 2022-09-26 | Clarify spacing computation. | Nicholas Nethercote | -13/+20 |
| 2022-09-26 | Move `#!` checking. | Nicholas Nethercote | -9/+8 |
| 2022-09-25 | Recover some items that expect braces and don't take semicolons | Michael Goulet | -7/+30 |
| 2022-09-26 | Remove unnecessary `spacing` assignment. | Nicholas Nethercote | -1/+0 |
| 2022-09-26 | Rearrange `TokenTreesReader::parse_token_tree`. | Nicholas Nethercote | -178/+168 |
| 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-17 | Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplett | Dylan DPC | -1/+1 |
| 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 |