| Age | Commit message (Expand) | Author | Lines |
| 2023-04-13 | Auto merge of #109786 - estebank:tweak-add-line-sugg, r=compiler-errors | bors | -1/+1 |
| 2023-04-12 | Special-case item attributes in the suggestion output | Esteban Küber | -1/+0 |
| 2023-04-12 | Tweak output for 'add line' suggestion | Esteban Küber | -1/+2 |
| 2023-04-12 | Rollup merge of #110135 - compiler-errors:revert-108031, r=davidtwco | Matthias Krüger | -4/+4 |
| 2023-04-11 | Rollup merge of #109923 - ElectrifyPro:visibility, r=wesleywiser | Yuki Okushi | -17/+29 |
| 2023-04-10 | Revert "Don't recover lifetimes/labels containing emojis as character literals" | Michael Goulet | -4/+4 |
| 2023-04-07 | Use smart-resolve when checking for trait in RHS of UFCS | Michael Goulet | -9/+9 |
| 2023-04-07 | fix: fix regression in #109203 | Ezra Shaw | -0/+22 |
| 2023-04-03 | Update ui tests involving invalid visibility qualifiers | Tam Pham | -17/+29 |
| 2023-04-03 | remove invalid ignore-pretty | Pietro Albini | -1/+0 |
| 2023-03-20 | feat: implement error recovery in `expected_ident_found` | Ezra Shaw | -33/+96 |
| 2023-03-19 | refactor: improve "ident starts with number" error | Ezra Shaw | -4/+20 |
| 2023-03-14 | Auto merge of #104833 - Swatinem:async-identity-future, r=compiler-errors | bors | -130/+19 |
| 2023-03-12 | Add recovery for use of removed `box` syntax | clubby789 | -9/+76 |
| 2023-03-12 | Remove `box_syntax` from AST and use in tools | clubby789 | -0/+18 |
| 2023-03-12 | Remove uses of `box_syntax` in rustc and tools | clubby789 | -68/+63 |
| 2023-03-09 | feat/refactor: improve errors in case of ident with number at start | Ezra Shaw | -9/+27 |
| 2023-03-08 | Remove `identity_future` indirection | Arpad Borsos | -130/+19 |
| 2023-03-05 | add test for https://github.com/rust-lang/rust/issues/108242 | Lukas Markeffsky | -0/+18 |
| 2023-03-03 | check if snippet is `)` | Takayuki Maeda | -0/+13 |
| 2023-03-01 | Add testcase for issue 105209 | yukang | -0/+25 |
| 2023-03-01 | Fix #104367, add test case for mismatched open/close delims | yukang | -0/+32 |
| 2023-03-01 | Auto merge of #108587 - matthiaskrgr:rollup-rw6po59, r=matthiaskrgr | bors | -0/+108 |
| 2023-03-01 | Rollup merge of #108496 - nx2k3:issue-108495-dec, r=WaffleLapkin | Matthias Krüger | -0/+108 |
| 2023-03-01 | Rollup merge of #108297 - chenyukang:yukang/delim-error-exit, r=petrochenkov | Matthias Krüger | -974/+200 |
| 2023-02-28 | micro fmt changes | Maybe Waffle | -12/+10 |
| 2023-02-28 | remove duplicated diagnostic for unclosed delimiter | yukang | -214/+62 |
| 2023-02-28 | Exit when there are unmatched delims to avoid noisy diagnostics | yukang | -807/+185 |
| 2023-02-27 | handle only postfix decrement | nx2k3 | -48/+0 |
| 2023-02-27 | check double negation | nx2k3 | -81/+80 |
| 2023-02-26 | fix #108495, postfix decrement and prefix decrement has no warning | nx2k3 | -0/+159 |
| 2023-02-26 | generalize help message | y21 | -3/+7 |
| 2023-02-18 | Rollup merge of #108031 - jieyouxu:issue-108019, r=estebank | Matthias Krüger | -4/+4 |
| 2023-02-16 | Add feature gate for non_lifetime_binders | Michael Goulet | -6/+6 |
| 2023-02-14 | Rollup merge of #103478 - SpanishPear:spanishpear/issue_103366_fix, r=TaKO8Ki | Matthias Krüger | -0/+231 |
| 2023-02-14 | Update numeric lifetime test | 许杰友 Jieyou Xu (Joe) | -4/+4 |
| 2023-02-10 | Rollup merge of #107789 - jieyouxu:issue-107745, r=lcnr | Matthias Krüger | -7/+7 |
| 2023-02-09 | Rollup merge of #107446 - clubby789:rustc-parse-diag-migrate, r=compiler-errors | Matthias Krüger | -0/+14 |
| 2023-02-09 | Don't expose type parameters and implementation details from macro expansion | 许杰友 Jieyou Xu (Joe) | -7/+7 |
| 2023-02-08 | Do not eagerly recover for bad impl-trait in macros | Michael Goulet | -0/+32 |
| 2023-02-06 | Migrate `rustc_parse` to derive diagnostics | clubby789 | -0/+14 |
| 2023-02-05 | Add ui test for missing expression in for loop | Obei Sideg | -0/+18 |
| 2023-02-03 | Rollup merge of #107551 - fee1-dead-contrib:rm_const_fnmut_helper, r=oli-obk | Michael Goulet | -3/+3 |
| 2023-02-03 | Rollup merge of #107585 - compiler-errors:fndef-sig-cycle, r=oli-obk | Dylan DPC | -6/+6 |
| 2023-02-03 | Rollup merge of #107602 - estebank:anon-enum-access, r=compiler-errors | Matthias Krüger | -27/+125 |
| 2023-02-02 | Parse and recover from type ascription in patterns | Esteban Küber | -27/+125 |
| 2023-02-02 | Rollup merge of #106919 - compiler-errors:underscore-typo-in-field-pat, r=jac... | Matthias Krüger | -2/+12 |
| 2023-02-02 | Recover _ as .. in field pattern | Michael Goulet | -2/+12 |
| 2023-02-02 | Add a test | Michael Goulet | -0/+26 |
| 2023-02-02 | Revert "Teach parser to understand fake anonymous enum syntax" and related co... | Michael Goulet | -160/+27 |