| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-01-28 | Auto merge of #106916 - lukas-code:overlapping-substs, r=estebank | bors | -2/+2 |
| 2023-01-27 | Improve unexpected close and mismatch delimiter hint in TokenTreesReader | yukang | -48/+57 |
| 2023-01-26 | Rollup merge of #106960 - estebank:parse-anon-enums, r=cjgillot | Matthias Krüger | -27/+160 |
| 2023-01-26 | add testcase for #104012 | yukang | -0/+216 |
| 2023-01-22 | move tests to new rust-lang location | SpanishPear | -0/+237 |
| 2023-01-20 | preserve delim spans during `macro_rules!` expansion if able | Lukas Markeffsky | -2/+2 |
| 2023-01-20 | Rollup merge of #107058 - clubby789:eqeq-homoglyph, r=wesleywiser | Matthias Krüger | -1/+15 |
| 2023-01-20 | Rollup merge of #106783 - WaffleLapkin:break-my-ident, r=wesleywiser | Matthias Krüger | -0/+39 |
| 2023-01-19 | Add double-equals homoglyph | clubby789 | -1/+15 |
| 2023-01-17 | Ensure macros are not affected | Esteban Küber | -0/+20 |
| 2023-01-17 | Emit fewer errors on patterns with possible type ascription | Esteban Küber | -29/+6 |
| 2023-01-17 | Teach parser to understand fake anonymous enum syntax | Esteban Küber | -18/+154 |
| 2023-01-14 | Emit only one nbsp error per file | David Tolnay | -40/+1 |
| 2023-01-14 | Add more nbsp to unicode-chars test | David Tolnay | -4/+43 |
| 2023-01-14 | Rollup merge of #106566 - clubby789:contiguous-weird-unicode, r=cjgillot | Matthias Krüger | -1/+17 |
| 2023-01-13 | Recover labels written as identifiers | Maybe Waffle | -13/+22 |
| 2023-01-13 | Rollup merge of #106608 - compiler-errors:missing-generics-verbose, r=estebank | Yuki Okushi | -9/+3 |
| 2023-01-13 | Auto merge of #106004 - fee1-dead-contrib:const-closures, r=oli-obk | bors | -3/+3 |
| 2023-01-12 | Don't suggest dyn as parameter to add | Michael Goulet | -15/+0 |
| 2023-01-12 | Render missing generics suggestion verbosely | Michael Goulet | -9/+18 |
| 2023-01-12 | Add a test for recovery of unticked labels | Maybe Waffle | -0/+30 |
| 2023-01-12 | parse const closures | Deadbeef | -3/+3 |
| 2023-01-12 | Auto merge of #106537 - fmease:recover-where-clause-before-tuple-struct-body,... | bors | -4/+117 |
| 2023-01-12 | Emit a single error for contiguous sequences of Unicode homoglyphs | clubby789 | -1/+17 |
| 2023-01-11 | parser: recover from where clauses placed before tuple struct bodies | León Orell Valerian Liehr | -4/+117 |
| 2023-01-11 | Detect struct literal needing parentheses | Esteban Küber | -0/+26 |