| Age | Commit message (Expand) | Author | Lines |
| 2024-07-11 | instantiate higher ranked goals in candidate selection | lcnr | -54/+12 |
| 2024-06-20 | Only compute specializes query if specialization is enabled in the crate of t... | Michael Goulet | -25/+18 |
| 2024-06-13 | Revert "When checking whether an impl applies, constrain hidden types of opaq... | Oli Scherer | -1/+1 |
| 2024-06-06 | Uplift TypeRelation and Relate | Michael Goulet | -2/+2 |
| 2024-06-06 | Uplift TypeError | Michael Goulet | -6/+7 |
| 2024-06-06 | Auto merge of #125958 - BoxyUwU:remove_const_ty, r=lcnr | bors | -111/+97 |
| 2024-06-05 | Fully implement `ConstArgHasType` | Boxy | -86/+86 |
| 2024-06-05 | Add `Ty` to `ConstKind::Value` | Boxy | -3/+2 |
| 2024-06-05 | Basic removal of `Ty` from places (boring) | Boxy | -31/+18 |
| 2024-06-05 | Auto merge of #126038 - matthiaskrgr:rollup-h4rm3x2, r=matthiaskrgr | bors | -35/+24 |
| 2024-06-05 | Rollup merge of #125871 - fmease:fix-orphanck-opaques, r=lcnr | Matthias Krüger | -35/+24 |
| 2024-06-05 | Rollup merge of #125792 - compiler-errors:dont-drop-upcast-cand, r=lcnr | Matthias Krüger | -0/+6 |
| 2024-06-04 | Orphanck: Consider opaque types to never cover type parameters | León Orell Valerian Liehr | -35/+24 |
| 2024-06-04 | Rollup merge of #125717 - weiznich:move/do_not_recommend_to_diganostic_namesp... | Michael Goulet | -8/+18 |
| 2024-06-04 | Rollup merge of #125750 - compiler-errors:expect, r=lcnr | 许杰友 Jieyou Xu (Joe) | -9/+9 |
| 2024-06-04 | Auto merge of #125380 - compiler-errors:wc-obj-safety, r=oli-obk | bors | -84/+9 |
| 2024-06-03 | Align Term methods with GenericArg methods | Michael Goulet | -9/+9 |
| 2024-06-03 | Nits and formatting | Michael Goulet | -79/+49 |
| 2024-06-03 | check_is_object_safe -> is_object_safe | Michael Goulet | -6/+6 |
| 2024-06-03 | Make WHERE_CLAUSES_OBJECT_SAFETY a regular object safety violation | Michael Goulet | -78/+3 |
| 2024-06-03 | Add cycle errors to ScrubbedTraitError to remove a couple more calls to new_w... | Michael Goulet | -22/+14 |
| 2024-06-03 | Move FulfillmentErrorCode to rustc_trait_selection too | Michael Goulet | -1/+39 |
| 2024-06-03 | Use ScrubbedTraitError in more places | Michael Goulet | -8/+13 |
| 2024-06-03 | Opt-in diagnostics reporting to avoid doing extra work in the new solver | Michael Goulet | -50/+110 |
| 2024-06-03 | Make TraitEngines generic over error | Michael Goulet | -43/+111 |
| 2024-06-03 | Remove unnecessary extension trait | Michael Goulet | -3/+1 |
| 2024-06-03 | Auto merge of #125778 - estebank:issue-67100, r=compiler-errors | bors | -5/+6 |
| 2024-06-01 | Auto merge of #125775 - compiler-errors:uplift-closure-args, r=lcnr | bors | -4/+4 |
| 2024-06-01 | Uplift TypeRelation and Relate | Michael Goulet | -4/+4 |
| 2024-06-01 | Deduplicate supertrait_def_ids code | Mark Rousskov | -47/+8 |
| 2024-06-01 | Increase vtable layout size | Mark Rousskov | -53/+60 |
| 2024-05-31 | Auto merge of #124662 - zetanumbers:needs_async_drop, r=oli-obk | bors | -1/+1 |
| 2024-05-31 | Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com... | Matthias Krüger | -7/+5 |
| 2024-05-30 | Don't drop Upcast candidate in intercrate mode | Michael Goulet | -0/+6 |
| 2024-05-30 | Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup | León Orell Valerian Liehr | -7/+5 |
| 2024-05-30 | Auto merge of #125711 - oli-obk:const_block_ice2, r=Nadrieril | bors | -17/+11 |
| 2024-05-30 | Auto merge of #125671 - BoxyUwU:remove_const_ty_eq, r=compiler-errors | bors | -11/+65 |
| 2024-05-29 | Use parenthetical notation for `Fn` traits | Esteban Küber | -5/+6 |
| 2024-05-29 | Refactor `#[diagnostic::do_not_recommend]` support | Georg Semmler | -8/+18 |
| 2024-05-29 | Add lang item for AsyncFnKindHelper::Upvars | Michael Goulet | -16/+4 |
| 2024-05-29 | Add lang item for Future::Output | Michael Goulet | -14/+2 |
| 2024-05-29 | Partially implement `ConstArgHasType` | Boxy | -11/+65 |
| 2024-05-29 | Make `body_owned_by` return the body directly. | Oli Scherer | -16/+10 |
| 2024-05-29 | Don't require `visit_body` to take a lifetime that must outlive the function ... | Oli Scherer | -1/+1 |
| 2024-05-29 | Optimize async drop glue for some old types | Daria Sukhonina | -1/+1 |
| 2024-05-28 | Get rid of manual Trace calls | Michael Goulet | -4/+10 |
| 2024-05-27 | Rollup merge of #125597 - compiler-errors:early-binder, r=jackh726 | Guillaume Gomez | -1/+1 |
| 2024-05-27 | Auto merge of #125410 - fmease:adj-lint-diag-api, r=nnethercote | bors | -47/+37 |
| 2024-05-27 | Auto merge of #125468 - BoxyUwU:remove_defid_from_regionparam, r=compiler-errors | bors | -0/+1 |
| 2024-05-26 | Give EarlyBinder a tcx parameter | Michael Goulet | -1/+1 |