| Age | Commit message (Expand) | Author | Lines |
| 2023-06-23 | Add suggestion for bad block fragment error | Michael Goulet | -0/+16 |
| 2023-06-15 | Handle interpolated literal errors | Michael Goulet | -0/+18 |
| 2023-06-12 | Fix debug ICE for extern type with where clauses | 许杰友 Jieyou Xu (Joe) | -1/+13 |
| 2023-06-11 | Detect actual span for getting unexpected token from parsing macros | yukang | -0/+19 |
| 2023-06-11 | Rollup merge of #112498 - SamZhang3:rust-reference-link-update, r=Nilstrieb | Matthias Krüger | -6/+6 |
| 2023-06-10 | Use a better link | Hankai Zhang | -6/+6 |
| 2023-06-10 | Update links to Rust Reference page on literals in diagnostic | Hankai Zhang | -6/+6 |
| 2023-06-10 | reword the message to suggest surrounding with parentheses | yukang | -5/+5 |
| 2023-06-10 | take care module name for suggesting surround the struct literal in parentheses | yukang | -0/+78 |
| 2023-06-03 | Fix suggestion for matching struct with `..` on both ends | 许杰友 Jieyou Xu (Joe) | -1/+66 |
| 2023-05-28 | Recover upon encountering mistyped `Const` in const param def | 许杰友 Jieyou Xu (Joe) | -0/+62 |
| 2023-05-27 | Rollup merge of #111181 - bvanjoi:fix-issue-111148, r=davidtwco | Matthias Krüger | -0/+10 |
| 2023-05-16 | Rollup merge of #111449 - compiler-errors:recover-impl-generics-correctly, r=... | Nilstrieb | -0/+14 |
| 2023-05-16 | Rollup merge of #111428 - bvanjoi:fix-109250, r=Nilstrieb | Nilstrieb | -6/+6 |
| 2023-05-15 | Recover `impl<T ?Sized>` correctly | Michael Goulet | -0/+14 |
| 2023-05-13 | fmt | yukang | -2/+1 |
| 2023-05-13 | Fix ice caused by shorthand fields in NoFieldsForFnCall | yukang | -0/+22 |
| 2023-05-13 | fix(parse): return unpected when current token is EOF | bohan | -0/+10 |
| 2023-05-10 | refactor(resolve): clean up the early error return caused by non-call | bohan | -6/+6 |
| 2023-05-09 | Rollup merge of #110694 - est31:builtin, r=petrochenkov | Dylan DPC | -0/+23 |
| 2023-05-08 | suggest struct when we get colon in fileds in enum | yukang | -20/+0 |
| 2023-05-05 | Add feature gate | est31 | -2/+4 |
| 2023-05-05 | Add parsing for builtin # in expression and item context | est31 | -0/+21 |
| 2023-05-05 | add hint for =< as <= | Zachary Mayhew | -0/+67 |
| 2023-05-02 | Implement negative bounds | Michael Goulet | -48/+61 |
| 2023-05-02 | Auto merge of #109128 - chenyukang:yukang/remove-type-ascription, r=estebank | bors | -353/+226 |
| 2023-05-02 | Rollup merge of #108161 - WaffleLapkin:const_param_ty, r=BoxyUwU | Dylan DPC | -1/+1 |
| 2023-05-01 | sync with master | yukang | -6/+0 |
| 2023-05-01 | fix tests | yukang | -12/+12 |
| 2023-05-01 | fix test cases | yukang | -226/+50 |
| 2023-05-01 | Rip it out | Nilstrieb | -315/+370 |
| 2023-04-28 | fixup tests wrt new normalization | Maybe Waffle | -1/+1 |
| 2023-04-27 | Migrate trivially translatable `rustc_parse` diagnostics | clubby789 | -44/+54 |
| 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 |