| Age | Commit message (Expand) | Author | Lines |
| 2024-11-04 | Remove the trivial constkind imports | Michael Goulet | -6/+6 |
| 2024-11-03 | Rename the FIXMEs, remove a few that dont matter anymore | Michael Goulet | -3/+1 |
| 2024-11-02 | compiler: Replace rustc_target with _abi in _trait_selection | Jubilee Young | -1/+1 |
| 2024-11-02 | No need to instantiate binder in confirm_async_closure_candidate | Michael Goulet | -9/+3 |
| 2024-10-31 | normalization folders, yeet `ParamEnv::reveal` | lcnr | -24/+31 |
| 2024-10-31 | traits::project: yeet `ParamEnv::reveal` | lcnr | -13/+16 |
| 2024-10-30 | Rollup merge of #132344 - compiler-errors:same-thing, r=lcnr | Jubilee | -2/+3 |
| 2024-10-30 | Rollup merge of #132246 - workingjubilee:campaign-on-irform, r=compiler-errors | Jubilee | -5/+5 |
| 2024-10-30 | Merge HostPolarity and BoundConstness | Michael Goulet | -2/+3 |
| 2024-10-29 | compiler: `rustc_abi::Abi` => `BackendRepr` | Jubilee Young | -5/+5 |
| 2024-10-29 | rebase | lcnr | -2/+3 |
| 2024-10-29 | TypingMode :thinking: | lcnr | -126/+92 |
| 2024-10-28 | Hack out effects support for old solver | Michael Goulet | -8/+196 |
| 2024-10-27 | Remove ObligationCause::span() method | Michael Goulet | -3/+3 |
| 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 | -7/+30 |
| 2024-10-24 | Implement const effect predicate in new solver | Michael Goulet | -3/+28 |
| 2024-10-24 | Remove associated type based effects logic | Michael Goulet | -4/+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 | -16/+16 |
| 2024-10-21 | Auto merge of #131840 - compiler-errors:impossible-maybe, r=lcnr | bors | -12/+14 |
| 2024-10-21 | normalizes-to disable infer var check | lcnr | -0/+2 |
| 2024-10-21 | Auto merge of #131988 - matthiaskrgr:rollup-tx173wn, r=matthiaskrgr | bors | -341/+24 |
| 2024-10-20 | Rip out old effects var handling code from traits | Michael Goulet | -341/+24 |
| 2024-10-19 | Fix transmute goal | Michael Goulet | -5/+21 |
| 2024-10-19 | Rename normalize to normalize_internal, remove unnecessary usages | Michael Goulet | -3/+3 |
| 2024-10-18 | Rollup merge of #131864 - lrh2000:upcast_reorder, r=WaffleLapkin | 许杰友 Jieyou Xu (Joe) | -6/+5 |
| 2024-10-18 | Never emit `vptr` for empty/auto traits | Ruihan Li | -6/+5 |
| 2024-10-17 | Allow dropping dyn principal | Michael Goulet | -1/+5 |
| 2024-10-17 | Dont consider predicates that may hold as impossible in is_impossible_associa... | Michael Goulet | -12/+14 |
| 2024-10-17 | move `defining_opaque_types` out of `Canonical` | lcnr | -20/+20 |
| 2024-10-17 | `DropckOutlives` to `rustc_middle` | lcnr | -26/+8 |
| 2024-10-17 | `ImpliedOutlivesBounds` to `rustc_middle` | lcnr | -17/+6 |
| 2024-10-16 | Auto merge of #131422 - GnomedDev:smallvec-predicate-obligations, r=compiler-... | bors | -133/+165 |
| 2024-10-15 | Auto merge of #130654 - lcnr:stabilize-coherence-again, r=compiler-errors | bors | -3/+1 |
| 2024-10-15 | stabilize `-Znext-solver=coherence` | lcnr | -3/+1 |
| 2024-10-14 | Move trait bound modifiers into hir::PolyTraitRef | Michael Goulet | -1/+1 |
| 2024-10-12 | Swap PredicateObligation to ThinVec | GnomedDev | -1/+2 |
| 2024-10-12 | Swap Vec<PredicateObligation> to type alias | GnomedDev | -133/+164 |
| 2024-10-10 | Rollup merge of #131475 - fmease:compiler-mv-obj-safe-dyn-compat-2, r=jieyouxu | Matthias Krüger | -16/+12 |
| 2024-10-10 | impossible obligations check fast path | lcnr | -1/+12 |
| 2024-10-10 | Rename feature object_safe_for_dispatch to dyn_compatible_for_dispatch | León Orell Valerian Liehr | -5/+5 |
| 2024-10-10 | Compiler: Replace remaining occurrences of "object safe" with "dyn compatible" | León Orell Valerian Liehr | -12/+8 |
| 2024-09-30 | Also fix first_method_vtable_slot | Michael Goulet | -13/+12 |
| 2024-09-30 | Extract trait_refs_are_compatible, make it instantiate binders | Michael Goulet | -28/+64 |
| 2024-09-30 | Instantiate binders in supertrait_vtable_slot | Michael Goulet | -10/+30 |
| 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 |