| Age | Commit message (Expand) | Author | Lines |
| 2023-01-12 | Provide help on closures capturing self causing borrow checker errors | yukang | -0/+105 |
| 2023-01-12 | Rollup merge of #106702 - estebank:trait-bounds, r=compiler-errors | Matthias Krüger | -49/+108 |
| 2023-01-12 | Rollup merge of #106676 - oli-obk:tait_test, r=dtolnay | Matthias Krüger | -0/+55 |
| 2023-01-12 | Rollup merge of #106596 - estebank:verbose-e0271, r=compiler-errors | Matthias Krüger | -6/+62 |
| 2023-01-12 | Rollup merge of #106532 - compiler-errors:dyn-star-to-dyn, r=jackh726 | Matthias Krüger | -0/+20 |
| 2023-01-12 | Rollup merge of #106309 - compiler-errors:prefer-non-err-candidates, r=oli-obk | Matthias Krüger | -63/+49 |
| 2023-01-12 | Rollup merge of #106167 - yanchen4791:issue-105544-fix, r=oli-obk | Matthias Krüger | -22/+288 |
| 2023-01-12 | Auto merge of #106537 - fmease:recover-where-clause-before-tuple-struct-body,... | bors | -4/+117 |
| 2023-01-11 | Auto merge of #106743 - matthiaskrgr:rollup-q5dpxms, r=matthiaskrgr | bors | -64/+241 |
| 2023-01-11 | Fix invalid syntax in impl Trait parameter type suggestions for E0311 | yanchen4791 | -22/+288 |
| 2023-01-11 | Test that we cannot use trait impl methods arguments as defining uses | Oli Scherer | -0/+55 |
| 2023-01-11 | Hide more of long types in E0271 | Esteban Küber | -6/+62 |
| 2023-01-11 | Rollup merge of #106703 - compiler-errors:impl-derived-span, r=estebank | Matthias Krüger | -64/+176 |
| 2023-01-11 | Rollup merge of #106622 - estebank:issue-68972, r=davidtwco | Matthias Krüger | -0/+39 |
| 2023-01-11 | Filter impl and where-clause candidates that reference errors | Michael Goulet | -63/+49 |
| 2023-01-11 | Allow codegen to unsize dyn* to dyn | Michael Goulet | -0/+20 |
| 2023-01-11 | Note predicate span on ImplDerivedObligation | Michael Goulet | -64/+176 |
| 2023-01-11 | Tweak output | Esteban Küber | -83/+40 |
| 2023-01-11 | Conserve cause of `ImplDerivedObligation` in E0599 | Esteban Küber | -30/+132 |
| 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 |
| 2023-01-11 | Detect out of bounds range pattern value | Esteban Küber | -0/+39 |
| 2023-01-11 | Add a regression test for argument copies with DestinationPropagation | Ben Kimock | -0/+12 |
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -65/+65 |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+849763 |