| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-02-02 | Don't cause a cycle when formatting query description that references a FnDef | Michael Goulet | -6/+6 |
| 2023-02-01 | fix formatting + test syntax | SpanishPear | -12/+0 |
| 2023-02-01 | fix parser mistaking const closures for const item | Deadbeef | -3/+3 |
| 2023-01-31 | Auto merge of #106399 - estebank:type-err-span-label, r=nagisa | bors | -5/+5 |
| 2023-01-31 | move to multipart spans | SpanishPear | -12/+18 |
| 2023-01-30 | Modify primary span label for E0308 | Esteban Küber | -5/+5 |
| 2023-01-30 | Update bastion-of-the-turbofish.rs | Lucille Blumire | -1/+1 |
| 2023-01-29 | Insert whitespace to avoid ident concatenation in suggestion | Ryo Yoshida | -8/+22 |
| 2023-01-28 | Auto merge of #107408 - matthiaskrgr:rollup-b5vz2ow, r=matthiaskrgr | bors | -15/+240 |
| 2023-01-28 | Rollup merge of #104012 - chenyukang:yukang/fix-103882-deli-indentation, r=pe... | Matthias Krüger | -15/+240 |