| Age | Commit message (Expand) | Author | Lines |
| 2023-02-02 | Rollup merge of #106919 - compiler-errors:underscore-typo-in-field-pat, r=jac... | Matthias Krüger | -8/+15 |
| 2023-02-02 | Improve diagnostic for missing space in range pattern | clubby789 | -7/+12 |
| 2023-02-02 | Use `rust_2018` instead of `!is_rust_2015` | Maybe Waffle | -1/+1 |
| 2023-02-02 | Rename `rust_2015` => `is_rust_2015` | Maybe Waffle | -2/+2 |
| 2023-02-02 | Recover _ as .. in field pattern | Michael Goulet | -8/+15 |
| 2023-02-02 | Revert "Teach parser to understand fake anonymous enum syntax" and related co... | Michael Goulet | -103/+17 |
| 2023-02-01 | Make "use latest edition" subdiagnostic translatable | Xiretza | -17/+38 |
| 2023-02-01 | rustc_parse: revert conversion of "non-item in item list" diagnostic | Xiretza | -50/+25 |
| 2023-02-01 | migrate parser::ty to diagnostic structs | Xiretza | -85/+141 |
| 2023-02-01 | Convert rustc_parse::parser::pat::Expected to enum | Xiretza | -20/+36 |
| 2023-02-01 | rustc_parse: migrate more to diagnostic structs | Xiretza | -480/+817 |
| 2023-02-01 | Fix condition for "missing `struct`" diagnostic on tuple structs | Xiretza | -1/+1 |
| 2023-02-01 | Use AddToDiagnostic for "use latest edition" help | Xiretza | -8/+13 |
| 2023-02-01 | rustc_parse: avoid creating unnecessary intermediate strings | Xiretza | -1/+2 |
| 2023-02-01 | fix formatting + test syntax | SpanishPear | -1/+1 |
| 2023-02-01 | fix parser mistaking const closures for const item | Deadbeef | -6/+17 |
| 2023-02-01 | Rollup merge of #107487 - edward-shen:edward-shen/107213-round-2, r=estebank | Matthias Krüger | -2/+2 |
| 2023-01-31 | Rollup merge of #107467 - WaffleLapkin:uneq, r=oli-obk | Guillaume Gomez | -22/+22 |
| 2023-01-31 | move to multipart spans | SpanishPear | -5/+6 |
| 2023-01-31 | Auto merge of #105650 - cassaundra:float-literal-suggestion, r=pnkfelix | bors | -1/+10 |
| 2023-01-30 | Make the "extra if in let...else block" hint a suggestion | Edward Shen | -2/+2 |
| 2023-01-30 | Fix invalid float literal suggestions when recovering an integer | Cassaundra Smith | -1/+10 |
| 2023-01-30 | Replace enum `==`s with `match`es where it makes sense | Maybe Waffle | -22/+22 |
| 2023-01-29 | Insert whitespace to avoid ident concatenation in suggestion | Ryo Yoshida | -1/+1 |
| 2023-01-28 | Migrate some range parsing diagnostics | clubby789 | -19/+50 |
| 2023-01-28 | Check for missing space between fat arrow and range pattern | clubby789 | -14/+32 |
| 2023-01-28 | Rollup merge of #104012 - chenyukang:yukang/fix-103882-deli-indentation, r=pe... | Matthias Krüger | -87/+162 |
| 2023-01-28 | Rollup merge of #107190 - fmease:fix-81698, r=compiler-errors | Matthias Krüger | -14/+56 |
| 2023-01-27 | recover more unbraced const args | León Orell Valerian Liehr | -14/+56 |
| 2023-01-27 | Improve unexpected close and mismatch delimiter hint in TokenTreesReader | yukang | -87/+162 |
| 2023-01-26 | Rollup merge of #106960 - estebank:parse-anon-enums, r=cjgillot | Matthias Krüger | -18/+104 |
| 2023-01-23 | Add suggestion to remove if in let...else block | Edward Shen | -14/+30 |
| 2023-01-23 | review comment: Remove AST AnonTy | Esteban Küber | -1/+1 |
| 2023-01-22 | revert to previous span | SpanishPear | -3/+4 |
| 2023-01-22 | Attempt to address review comments via github web... | Shrey Sudhir | -3/+2 |
| 2023-01-22 | Apply automatic suggestions from code review | Shrey Sudhir | -3/+3 |
| 2023-01-22 | --wip-- [skip ci] | SpanishPear | -2/+55 |
| 2023-01-20 | Rollup merge of #107058 - clubby789:eqeq-homoglyph, r=wesleywiser | Matthias Krüger | -320/+322 |
| 2023-01-20 | Rollup merge of #106783 - WaffleLapkin:break-my-ident, r=wesleywiser | Matthias Krüger | -7/+54 |
| 2023-01-19 | Add double-equals homoglyph | clubby789 | -0/+2 |
| 2023-01-19 | Use strings for homoglyph replacements | clubby789 | -320/+320 |
| 2023-01-17 | Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726 | Matthias Krüger | -2/+2 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -2/+2 |
| 2023-01-17 | Rollup merge of #106712 - Ezrashaw:impl-ref-trait, r=estebank | Matthias Krüger | -4/+36 |
| 2023-01-17 | Emit fewer errors on patterns with possible type ascription | Esteban Küber | -0/+2 |
| 2023-01-17 | Teach parser to understand fake anonymous enum syntax | Esteban Küber | -18/+102 |
| 2023-01-16 | Auto merge of #106872 - dtolnay:nbsp, r=fee1-dead | bors | -5/+26 |
| 2023-01-16 | fix dropping diagnostic without emit | Ezra Shaw | -1/+2 |
| 2023-01-15 | Rollup merge of #106863 - anden3:compiler-double-spaces, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2023-01-15 | make error emitted on `impl &Trait` nicer | Ezra Shaw | -4/+35 |