| Age | Commit message (Expand) | Author | Lines |
| 2023-01-20 | Change `bindings_with_variant_name` to deny-by-default | --global | -9/+4 |
| 2023-01-15 | Only suggest adding type param if path being resolved was a type | Michael Goulet | -10/+1 |
| 2023-01-15 | Auto merge of #106171 - compiler-errors:consolidate-extract_callable_info, r=... | bors | -0/+34 |
| 2023-01-15 | Rollup merge of #106859 - tialaramex:master, r=Nilstrieb | Matthias Krüger | -0/+60 |
| 2023-01-14 | Improve E0308: suggest user meant to use byte literal, w/ tests and fix | Nick Lamb | -0/+60 |
| 2023-01-14 | Rollup merge of #106752 - sulami:master, r=estebank | Matthias Krüger | -0/+28 |
| 2023-01-13 | Consolidate two almost duplicated fn info extraction routines | Michael Goulet | -0/+34 |
| 2023-01-13 | Rollup merge of #106641 - chenyukang:yukang/fix-105761-segguest-this, r=estebank | Matthias Krüger | -0/+105 |
| 2023-01-13 | Rollup merge of #106585 - estebank:issue-46585, r=compiler-errors | Matthias Krüger | -1/+6 |
| 2023-01-13 | Emit a hint for bad call return types due to generic arguments | Robin Schroer | -0/+28 |
| 2023-01-12 | Render missing generics suggestion verbosely | Michael Goulet | -2/+5 |
| 2023-01-12 | Provide help on closures capturing self causing borrow checker errors | yukang | -0/+105 |
| 2023-01-12 | Auto merge of #106760 - compiler-errors:rollup-0bogyco, r=compiler-errors | bors | -43/+131 |
| 2023-01-11 | Rollup merge of #106524 - compiler-errors:constructor-note, r=cjgillot | Michael Goulet | -22/+22 |
| 2023-01-11 | Rollup merge of #106360 - estebank:remove-borrow-suggestion, r=compiler-errors | Michael Goulet | -17/+103 |
| 2023-01-11 | Rollup merge of #106097 - mejrs:mir_build2, r=oli-obk | Michael Goulet | -4/+6 |
| 2023-01-12 | Rollup merge of #106702 - estebank:trait-bounds, r=compiler-errors | Matthias Krüger | -11/+34 |
| 2023-01-12 | Rollup merge of #106167 - yanchen4791:issue-105544-fix, r=oli-obk | Matthias Krüger | -12/+244 |
| 2023-01-11 | Fix invalid syntax in impl Trait parameter type suggestions for E0311 | yanchen4791 | -12/+244 |
| 2023-01-11 | Migrate pattern matching | mejrs | -4/+6 |
| 2023-01-11 | Use the root trait predicate to determine whether to remove references | Esteban Küber | -0/+53 |
| 2023-01-11 | Make `&`-removal suggestion verbose | Esteban Küber | -17/+50 |
| 2023-01-11 | When suggesting writing a fully qualified path probe for appropriate types | Esteban Küber | -1/+6 |
| 2023-01-11 | label where constructor is defined and note that it should be called | Michael Goulet | -13/+13 |
| 2023-01-11 | Be more specific about constructor `FnDef`s in type mismatch | Michael Goulet | -9/+9 |
| 2023-01-11 | Note predicate span on ImplDerivedObligation | Michael Goulet | -6/+13 |
| 2023-01-11 | Tweak output | Esteban Küber | -44/+22 |
| 2023-01-11 | Conserve cause of `ImplDerivedObligation` in E0599 | Esteban Küber | -11/+56 |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+20970 |