| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |