about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src
AgeCommit message (Expand)AuthorLines
2024-06-04Rollup merge of #125750 - compiler-errors:expect, r=lcnr许杰友 Jieyou Xu (Joe)-11/+11
2024-06-04Auto merge of #125380 - compiler-errors:wc-obj-safety, r=oli-obkbors-87/+12
2024-06-03Align Term methods with GenericArg methodsMichael Goulet-11/+11
2024-06-03Nits and formattingMichael Goulet-103/+75
2024-06-03check_is_object_safe -> is_object_safeMichael Goulet-9/+9
2024-06-03Make WHERE_CLAUSES_OBJECT_SAFETY a regular object safety violationMichael Goulet-78/+3
2024-06-03Add cycle errors to ScrubbedTraitError to remove a couple more calls to new_w...Michael Goulet-36/+22
2024-06-03Move FulfillmentErrorCode to rustc_trait_selection tooMichael Goulet-5/+42
2024-06-03Use ScrubbedTraitError in more placesMichael Goulet-16/+18
2024-06-03Opt-in diagnostics reporting to avoid doing extra work in the new solverMichael Goulet-58/+134
2024-06-03Make TraitEngines generic over errorMichael Goulet-86/+211
2024-06-03Remove unnecessary extension traitMichael Goulet-4/+1
2024-06-03Auto merge of #125778 - estebank:issue-67100, r=compiler-errorsbors-5/+6
2024-06-01Auto merge of #125775 - compiler-errors:uplift-closure-args, r=lcnrbors-8/+8
2024-06-01Uplift TypeRelation and RelateMichael Goulet-8/+8
2024-06-01Deduplicate supertrait_def_ids codeMark Rousskov-50/+10
2024-06-01Increase vtable layout sizeMark Rousskov-53/+60
2024-05-31Stop using translate_args in the new solverMichael Goulet-57/+79
2024-05-31Auto merge of #124662 - zetanumbers:needs_async_drop, r=oli-obkbors-2/+2
2024-05-31Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com...Matthias Krüger-7/+5
2024-05-30Don't drop Upcast candidate in intercrate modeMichael Goulet-0/+6
2024-05-30Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanupLeón Orell Valerian Liehr-7/+5
2024-05-30add logging to search graphlcnr-1/+2
2024-05-30Auto merge of #125711 - oli-obk:const_block_ice2, r=Nadrierilbors-17/+11
2024-05-30Auto merge of #125671 - BoxyUwU:remove_const_ty_eq, r=compiler-errorsbors-13/+89
2024-05-29Use parenthetical notation for `Fn` traitsEsteban Küber-5/+6
2024-05-29Refactor `#[diagnostic::do_not_recommend]` supportGeorg Semmler-8/+18
2024-05-29Add lang item for AsyncFnKindHelper::UpvarsMichael Goulet-24/+5
2024-05-29Add lang item for Future::OutputMichael Goulet-26/+4
2024-05-29Add lang items for AsyncFn's associated typesMichael Goulet-8/+14
2024-05-29Partially implement `ConstArgHasType`Boxy-13/+89
2024-05-29Make `body_owned_by` return the body directly.Oli Scherer-16/+10
2024-05-29Don't require `visit_body` to take a lifetime that must outlive the function ...Oli Scherer-1/+1
2024-05-29Optimize async drop glue for some old typesDaria Sukhonina-2/+2
2024-05-29Rollup merge of #125664 - compiler-errors:trace-tweaks, r=lcnr许杰友 Jieyou Xu (Joe)-11/+12
2024-05-28Get rid of manual Trace callsMichael Goulet-11/+12
2024-05-28Make ProofTreeBuilder actually generic over internerMichael Goulet-79/+80
2024-05-28EvalCtxt::tcx() -> EvalCtxt::interner()Michael Goulet-92/+108
2024-05-28eagerly normalize when adding goalslcnr-2/+75
2024-05-28refactor analyse visitor to instantiate states in orderlcnr-45/+41
2024-05-28add debug_assert to alias-relatelcnr-0/+1
2024-05-27Auto merge of #125413 - lcnr:ambig-drop-region-constraints, r=compiler-errorsbors-25/+39
2024-05-27Rollup merge of #125597 - compiler-errors:early-binder, r=jackh726Guillaume Gomez-1/+1
2024-05-27Auto merge of #125410 - fmease:adj-lint-diag-api, r=nnethercotebors-47/+37
2024-05-27Auto merge of #125468 - BoxyUwU:remove_defid_from_regionparam, r=compiler-errorsbors-0/+1
2024-05-26Give EarlyBinder a tcx parameterMichael Goulet-1/+1
2024-05-25Rollup merge of #124080 - oli-obk:define_opaque_types10, r=compiler-errorsMatthias Krüger-3/+3
2024-05-25Rollup merge of #125510 - lcnr:change-proof-trees-to-be-shallow, r=compiler-e...Matthias Krüger-233/+94
2024-05-24drop region constraints for ambiguous goalslcnr-25/+39
2024-05-24remove proof tree formatter, make em shallowlcnr-233/+94