| Age | Commit message (Expand) | Author | Lines |
| 2025-02-13 | Rollup merge of #136928 - lcnr:method-lookup-check-wf, r=compiler-errors | Jubilee | -21/+21 |
| 2025-02-14 | fallout :skull_emoji: | lcnr | -21/+21 |
| 2025-02-13 | adjust derive_error | lcnr | -4/+18 |
| 2025-02-11 | Reject `impl Trait` bounds in various places where we unconditionally warned ... | Oli Scherer | -0/+27 |
| 2025-02-10 | Show diff suggestion format on verbose replacement | Esteban Küber | -139/+211 |
| 2025-02-09 | Remove lifetime_capture_rules_2024 feature | Michael Goulet | -51/+19 |
| 2025-02-08 | Auto merge of #136713 - matthiaskrgr:rollup-sy6py39, r=matthiaskrgr | bors | -0/+37 |
| 2025-02-07 | Rollup merge of #136554 - compiler-errors:opt-alias-variances, r=lcnr | Matthias Krüger | -0/+37 |
| 2025-02-06 | remove `feature(trait_upcasting)` from tests and bless them | Waffle Lapkin | -3/+1 |
| 2025-02-06 | Add opt_alias_variances and use it in outlives code | Michael Goulet | -0/+37 |
| 2025-02-06 | Rollup merge of #136073 - compiler-errors:recursive-coro-always, r=oli-obk | Matthias Krüger | -5/+2 |
| 2025-02-05 | Rollup merge of #136550 - compiler-errors:rpitit-empty-body, r=oli-obk | Jubilee | -0/+23 |
| 2025-02-05 | Eagerly detect coroutine recursion pre-mono when possible | Michael Goulet | -5/+2 |
| 2025-02-04 | Fix rustc_hidden_type_of_opaques for RPITITs with no default body | Michael Goulet | -0/+23 |
| 2025-02-03 | Make error message less awkward | Michael Goulet | -15/+15 |
| 2025-02-03 | Check Sizedness of return type in WF | Michael Goulet | -156/+186 |
| 2025-02-02 | Rollup merge of #136415 - estebank:highlight-clarification, r=compiler-errors | Matthias Krüger | -4/+4 |
| 2025-02-02 | Highlight clarifying information in "expected/found" error | Esteban Küber | -4/+4 |
| 2025-02-01 | Rollup merge of #135900 - compiler-errors:derive-wf, r=lcnr | Matthias Krüger | -0/+5 |
| 2025-01-31 | Auto merge of #136350 - matthiaskrgr:rollup-6eqfyvh, r=matthiaskrgr | bors | -12/+12 |
| 2025-01-31 | Manually walk into WF obligations in BestObligation proof tree visitor | Michael Goulet | -0/+5 |
| 2025-01-31 | Rollup merge of #135860 - fmease:compiler-mv-obj-save-dyn-compat-ii, r=jieyouxu | Matthias Krüger | -12/+12 |
| 2025-01-30 | Filter out RPITITs when suggesting unconstrained assoc type on too many generics | Michael Goulet | -0/+31 |
| 2025-01-27 | Remove all dead files inside tests/ui/ | León Orell Valerian Liehr | -52/+0 |
| 2025-01-26 | Compiler: Finalize dyn compatibility renaming | León Orell Valerian Liehr | -12/+12 |
| 2025-01-25 | Auto merge of #133154 - estebank:issue-133137, r=wesleywiser | bors | -7/+13 |
| 2025-01-24 | Reword "crate not found" resolve message | Esteban Küber | -7/+13 |
| 2025-01-23 | Rollup merge of #135492 - metamuffin:bug-invalid-await-suggest, r=compiler-er... | Matthias Krüger | -9/+0 |
| 2025-01-22 | Rollup merge of #135816 - BoxyUwU:root_normalizes_to_goal_ice, r=lcnr | Matthias Krüger | -5/+38 |
| 2025-01-22 | Refactor dyn-compatibility error and suggestions | Taylor Cramer | -72/+92 |
| 2025-01-22 | Use `structurally_normalize` instead of manual `normalizes-to` goals | Boxy | -5/+38 |
| 2025-01-16 | Add missing check for async body when suggesting await on futures. | metamuffin | -9/+0 |
| 2025-01-15 | fix known-bug link in normalize-tait-in-const | Ralf Jung | -4/+5 |
| 2025-01-13 | Rollup merge of #135441 - compiler-errors:redundant-captures-lint, r=lqd | Jacob Pratt | -11/+15 |
| 2025-01-13 | Make sure to mark IMPL_TRAIT_REDUNDANT_CAPTURES as Allow in edition 2024 | Michael Goulet | -11/+15 |
| 2025-01-11 | Remove a bunch of diagnostic stashing that doesn't do anything | Michael Goulet | -47/+60 |
| 2025-01-08 | Implement const Destruct in old solver | Michael Goulet | -17/+2 |
| 2025-01-06 | point out unblamed constraints from `Copy`/`Sized` bounds in region errors | dianne | -0/+3 |
| 2025-01-06 | `best_blame_constraint`: don't filter constraints by sup SCC | dianne | -10/+10 |
| 2025-01-04 | Rollup merge of #135055 - compiler-errors:rpitit-infer-in-stricter-impl, r=es... | Matthias Krüger | -38/+61 |
| 2025-01-03 | Do not project when there are unconstrained impl params | Michael Goulet | -27/+4 |
| 2025-01-03 | Report impl has stricter requirements even when RPITIT inference gets in the way | Michael Goulet | -38/+61 |
| 2025-01-01 | Fix ICE when opaque captures a duplicated/invalid lifetime | Michael Goulet | -0/+30 |
| 2024-12-27 | Rollup merge of #134798 - compiler-errors:err-auto, r=jackh726 | Matthias Krüger | -0/+36 |
| 2024-12-27 | Remove the `-test` suffix from normalize directives | Zalathar | -1/+1 |
| 2024-12-26 | Make ty::Error implement auto traits | Michael Goulet | -0/+36 |
| 2024-12-16 | Regression test for RPIT inheriting lifetime | Ryan Mehri | -0/+24 |
| 2024-12-14 | Don't make a def id for impl_trait_in_bindings | Michael Goulet | -0/+10 |
| 2024-12-14 | Auto merge of #134185 - compiler-errors:impl-trait-in-bindings, r=oli-obk | bors | -0/+179 |
| 2024-12-14 | (Re-)Implement impl_trait_in_bindings | Michael Goulet | -0/+179 |