| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-12-14 | Rollup merge of #134181 - estebank:trim-render, r=oli-obk | Matthias Krüger | -9/+0 |
| 2024-12-12 | Tweak multispan rendering | Esteban Küber | -9/+0 |
| 2024-12-12 | Rollup merge of #133122 - compiler-errors:afidt, r=oli-obk | Matthias Krüger | -0/+13 |
| 2024-12-11 | Rollup merge of #134142 - compiler-errors:paren-sug, r=jieyouxu | Jacob Pratt | -1/+28 |
| 2024-12-10 | Rudimentary heuristic to insert parentheses when needed for RPIT overcaptures... | Michael Goulet | -1/+28 |
| 2024-12-10 | Don't check RPITITs that are Self:Sized for PointerLike | Michael Goulet | -0/+13 |
| 2024-12-10 | Tweak wording of non-const traits used as const bounds | Esteban Küber | -2/+7 |
| 2024-12-07 | Mention type parameter in more cases and don't suggest ~const bound already t... | Esteban Küber | -11/+7 |
| 2024-12-07 | Use trait name instead of full constraint in suggestion message | Esteban Küber | -7/+7 |
| 2024-12-07 | reword trait bound suggestion message to include the bounds | Esteban Küber | -8/+8 |
| 2024-12-06 | Auto merge of #133559 - compiler-errors:structurally-resolve-adjust-for-branc... | bors | -34/+8 |
| 2024-12-05 | Resolve more | Michael Goulet | -34/+8 |
| 2024-12-04 | Avoid `opaque type not constrained` errors in the presence of other errors | Oli Scherer | -40/+14 |
| 2024-12-03 | Rollup merge of #132612 - compiler-errors:async-trait-bounds, r=lcnr | Matthias Krüger | -4/+4 |
| 2024-12-02 | Assert that obligations are empty before deeply normalizing | Michael Goulet | -2/+2 |
| 2024-12-02 | Gate async fn trait bound modifier on async_trait_bounds | Michael Goulet | -4/+4 |