| Age | Commit message (Expand) | Author | Lines |
| 2025-01-23 | Make sure to record deps from cached task in new solver on first run | Michael Goulet | -4/+1 |
| 2024-11-20 | Rip out built-in PointerLike impl | Michael Goulet | -31/+0 |
| 2024-11-18 | use `TypingEnv` when no `infcx` is available | lcnr | -5/+9 |
| 2024-11-12 | Consolidate type system const evaluation under `traits::evaluate_const` | Boxy | -11/+12 |
| 2024-11-06 | Auto merge of #132625 - compiler-errors:cache-only-if-opaque, r=lcnr | bors | -6/+18 |
| 2024-11-05 | Only disable cache if predicate has opaques within it | Michael Goulet | -6/+18 |
| 2024-11-05 | Auto merge of #132580 - compiler-errors:globs, r=Noratrieb | bors | -9/+11 |
| 2024-11-04 | Rollup merge of #132486 - compiler-errors:no-binder, r=lcnr | Matthias Krüger | -9/+3 |
| 2024-11-04 | ty::BrK -> ty::BoundRegionKind::K | Michael Goulet | -6/+8 |
| 2024-11-04 | Remove the trivial constkind imports | Michael Goulet | -3/+3 |
| 2024-11-03 | Rename the FIXMEs, remove a few that dont matter anymore | Michael Goulet | -2/+0 |
| 2024-11-02 | No need to instantiate binder in confirm_async_closure_candidate | Michael Goulet | -9/+3 |
| 2024-10-29 | TypingMode :thinking: | lcnr | -65/+39 |
| 2024-10-28 | Hack out effects support for old solver | Michael Goulet | -6/+14 |
| 2024-10-25 | tcx.is_const_fn doesn't work the way it is described, remove it | Ralf Jung | -2/+2 |
| 2024-10-24 | Auto merge of #131985 - compiler-errors:const-pred, r=fee1-dead | bors | -3/+9 |
| 2024-10-24 | Implement const effect predicate in new solver | Michael Goulet | -0/+7 |
| 2024-10-24 | Remove associated type based effects logic | Michael Goulet | -3/+2 |
| 2024-10-24 | Consider param-env candidates even if they have errors | Michael Goulet | -1/+0 |
| 2024-10-23 | nightly feature tracking: get rid of the per-feature bool fields | Ralf Jung | -6/+6 |
| 2024-10-21 | Auto merge of #131988 - matthiaskrgr:rollup-tx173wn, r=matthiaskrgr | bors | -301/+17 |
| 2024-10-20 | Rip out old effects var handling code from traits | Michael Goulet | -301/+17 |
| 2024-10-19 | Fix transmute goal | Michael Goulet | -5/+8 |
| 2024-10-17 | Allow dropping dyn principal | Michael Goulet | -1/+5 |
| 2024-10-12 | Swap Vec<PredicateObligation> to type alias | GnomedDev | -43/+48 |
| 2024-10-10 | Rename feature object_safe_for_dispatch to dyn_compatible_for_dispatch | León Orell Valerian Liehr | -1/+1 |
| 2024-09-28 | Rollup merge of #130866 - compiler-errors:dyn-instantiate-binder, r=lcnr | Matthias Krüger | -20/+73 |
| 2024-09-27 | Get rid of a_is_expected from ToTrace | Michael Goulet | -3/+0 |
| 2024-09-27 | Instantiate binders when checking supertrait upcasting | Michael Goulet | -20/+76 |
| 2024-09-26 | Check allow instantiating object trait binder when upcasting and in new solver | Michael Goulet | -3/+3 |
| 2024-09-25 | Compiler: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -8/+8 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -70/+50 |
| 2024-09-11 | Also fix if in else | Michael Goulet | -6/+4 |
| 2024-09-11 | Simplify some nested if statements | Michael Goulet | -24/+19 |
| 2024-09-06 | Auto merge of #128776 - Bryanskiy:deep-reject-ctxt, r=lcnr | bors | -3/+9 |
| 2024-09-03 | Auto merge of #129777 - nnethercote:unreachable_pub-4, r=Urgau | bors | -3/+3 |
| 2024-09-03 | Add `warn(unreachable_pub)` to `rustc_trait_selection`. | Nicholas Nethercote | -3/+3 |
| 2024-09-02 | Rollup merge of #129878 - Sajjon:sajjon_fix_typos_batch_3, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-09-02 | Use `DeepRejectCtxt` to quickly reject `ParamEnv` candidates | Bryanskiy | -3/+9 |
| 2024-09-02 | chore: Fix typos in 'compiler' (batch 3) | Alexander Cyon | -1/+1 |
| 2024-09-01 | Revert "Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwU" | Jakub Beránek | -2/+0 |
| 2024-08-31 | Rollup merge of #129767 - nnethercote:rm-extern-crate-tracing-4, r=jieyouxu | Matthias Krüger | -0/+3 |
| 2024-08-31 | Rollup merge of #129725 - compiler-errors:predicates-of, r=fmease | Matthias Krüger | -7/+5 |
| 2024-08-30 | Remove `#[macro_use] extern crate tracing` from `rustc_trait_selection`. | Nicholas Nethercote | -0/+3 |
| 2024-08-29 | Stop using ty::GenericPredicates for non-predicates_of queries | Michael Goulet | -7/+5 |
| 2024-08-28 | Implement RFC 3525. | Luca Versari | -0/+2 |
| 2024-08-18 | safe transmute: forbid reference lifetime extension | Jack Wrenn | -73/+103 |
| 2024-08-14 | Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errors | bors | -12/+12 |
| 2024-08-10 | Auto merge of #128746 - compiler-errors:cache-super-outlives, r=lcnr | bors | -26/+16 |
| 2024-08-09 | Shrink `TyKind::FnPtr`. | Nicholas Nethercote | -12/+12 |