| Age | Commit message (Expand) | Author | Lines |
| 2025-05-08 | Rollup merge of #140684 - compiler-errors:unnecessary-assoc, r=lcnr | Matthias Krüger | -3/+46 |
| 2025-05-08 | Rollup merge of #140736 - xizheyin:issue-140166, r=petrochenkov | Matthias Krüger | -0/+40 |
| 2025-05-08 | Rollup merge of #140711 - compiler-errors:combine-maybes, r=lcnr | Matthias Krüger | -0/+56 |
| 2025-05-07 | Review | Michael Goulet | -1/+1 |
| 2025-05-07 | Use MaybeCause::or to allow constraints from overflows if they are combined w... | Michael Goulet | -0/+56 |
| 2025-05-07 | Only include associated type bounds for Self:Sized associated types if they a... | Michael Goulet | -3/+46 |
| 2025-05-07 | Only prefer param-env candidates if they remain non-global after norm | Michael Goulet | -19/+16 |
| 2025-05-07 | Check `&` before suggest remove deref when trait_selection | xizheyin | -5/+1 |
| 2025-05-07 | Add ui test suggest-remove-deref-issue-140166 | xizheyin | -0/+44 |
| 2025-05-06 | support duplicates in the opaque_types_storage | lcnr | -0/+25 |
| 2025-05-06 | Auto merge of #140561 - compiler-errors:gather-fewer-locals, r=lcnr | bors | -20/+20 |
| 2025-05-05 | Deeply normalize in the new solver in WF | Michael Goulet | -5/+18 |
| 2025-05-05 | Do not gather local all together at the beginning of typeck | Michael Goulet | -20/+20 |
| 2025-05-02 | Add regression test for 133065 | reddevilmidzy | -0/+31 |
| 2025-04-30 | Auto merge of #140503 - matthiaskrgr:rollup-n7zigts, r=matthiaskrgr | bors | -0/+41 |
| 2025-04-30 | compiletest: Make diagnostic kind mandatory on line annotations | Vadim Petrochenkov | -11/+15 |
| 2025-04-29 | Treat `ManuallyDrop` as `~const Destruct` | Oli Scherer | -23/+1 |
| 2025-04-29 | Add test | Oli Scherer | -0/+63 |
| 2025-04-26 | Rollup merge of #140306 - lcnr:specialization-new, r=compiler-errors | Matthias Krüger | -31/+24 |
| 2025-04-25 | Track per-obligation recursion depth only if there is inference | Michael Goulet | -0/+31 |
| 2025-04-25 | handle specialization in the new trait solver | lcnr | -31/+24 |
| 2025-04-24 | norm nested aliases before evaluating the parent goal | lcnr | -0/+45 |
| 2025-04-21 | Rollup merge of #140021 - compiler-errors:no-deep-norm-ice, r=lcnr | Chris Denton | -0/+154 |
| 2025-04-19 | Don't ICE on pending obligations from deep normalization in a loop | Michael Goulet | -0/+154 |
| 2025-04-18 | Don't assemble non-env/bound candidates if projection is rigid | Michael Goulet | -0/+32 |
| 2025-04-17 | Rollup merge of #139774 - compiler-errors:supertrait-alias, r=lcnr | Matthias Krüger | -0/+103 |
| 2025-04-16 | Fix replacing supertrait aliases in ReplaceProjectionWith | Michael Goulet | -0/+103 |
| 2025-04-16 | stepping into impls for norm is unproductive | lcnr | -0/+188 |
| 2025-04-15 | Auto merge of #139845 - Zalathar:rollup-u5u5y1v, r=Zalathar | bors | -6/+118 |
| 2025-04-15 | Rollup merge of #139798 - lcnr:where-bounds-gt-alias-bound, r=compiler-errors | Stuart Cook | -0/+29 |
| 2025-04-15 | Rollup merge of #139791 - lcnr:ignore-global-where-bounds, r=compiler-errors | Stuart Cook | -4/+87 |
| 2025-04-14 | normalize: prefer ParamEnv over AliasBound | lcnr | -0/+29 |
| 2025-04-14 | drop global where-bounds before merging candidates | lcnr | -4/+87 |
| 2025-04-14 | Add test for issue 34834 | reddevilmidzy | -0/+30 |
| 2025-04-14 | Move `has_self` field to `hir::AssocKind::Fn`. | Nicholas Nethercote | -2/+2 |
| 2025-04-12 | tests: ensure disabled tests have a reason | Jieyou Xu | -1/+1 |
| 2025-04-11 | Auto merge of #139578 - ferrocene:pa-compiletest-edition, r=jieyouxu | bors | -4/+5 |
| 2025-04-11 | Rollup merge of #139564 - compiler-errors:deeply-norm, r=lcnr | Stuart Cook | -35/+131 |
| 2025-04-11 | Rollup merge of #138998 - rperier:donot_suggest_to_use_impl_trait_in_closure_... | Stuart Cook | -0/+21 |
| 2025-04-10 | Deeply normalize obligations in BestObligation | Michael Goulet | -35/+131 |
| 2025-04-10 | replace `//@ compile-flags: --edition` with `//@ edition` | Pietro Albini | -4/+5 |
| 2025-04-09 | Make unnormalizable item ambiguous in coherence | Michael Goulet | -0/+60 |
| 2025-04-09 | Use a query rather than recomputing the tail repeatedly | Michael Goulet | -0/+142 |
| 2025-04-09 | Mark GAT WC as GoalSource::AliasWellFormed so that we recurse into them in er... | Michael Goulet | -21/+2 |
| 2025-04-09 | Rigidly project missing item due to guaranteed impossible sized predicate | Michael Goulet | -0/+139 |
| 2025-04-09 | Suggest the use of `impl Trait` in function parameter only | Romain Perier | -0/+21 |
| 2025-04-08 | UI tests: add missing diagnostic kinds where possible | Vadim Petrochenkov | -37/+37 |
| 2025-04-08 | Rollup merge of #139421 - compiler-errors:upcast-no-principal-with-proj, r=ol... | Stuart Cook | -0/+13 |
| 2025-04-08 | Rollup merge of #139346 - compiler-errors:non-lifetime-binder-diag-hir-wf-che... | Stuart Cook | -0/+83 |
| 2025-04-05 | Fix trait upcasting to dyn type with no principal when there are projections | Michael Goulet | -0/+13 |