about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/traits
AgeCommit message (Expand)AuthorLines
2024-06-07Only compute specializes query if specialization is enabled in the crate of t...Michael Goulet-25/+18
2024-06-06Uplift TypeRelation and RelateMichael Goulet-2/+2
2024-06-06Uplift TypeErrorMichael Goulet-6/+7
2024-06-06Auto merge of #125958 - BoxyUwU:remove_const_ty, r=lcnrbors-111/+97
2024-06-06Expand list of trait implementers in E0277 when calling rustc with --verboserongfu.leng-2/+6
2024-06-05Fully implement `ConstArgHasType`Boxy-86/+86
2024-06-05Add `Ty` to `ConstKind::Value`Boxy-3/+2
2024-06-05Basic removal of `Ty` from places (boring)Boxy-31/+18
2024-06-05Auto merge of #126038 - matthiaskrgr:rollup-h4rm3x2, r=matthiaskrgrbors-35/+24
2024-06-05Rollup merge of #125871 - fmease:fix-orphanck-opaques, r=lcnrMatthias Krüger-35/+24
2024-06-05Rollup merge of #125792 - compiler-errors:dont-drop-upcast-cand, r=lcnrMatthias Krüger-0/+6
2024-06-04Orphanck: Consider opaque types to never cover type parametersLeón Orell Valerian Liehr-35/+24
2024-06-04Rollup merge of #125717 - weiznich:move/do_not_recommend_to_diganostic_namesp...Michael Goulet-8/+18
2024-06-04Rollup merge of #125750 - compiler-errors:expect, r=lcnr许杰友 Jieyou Xu (Joe)-9/+9
2024-06-04Auto merge of #125380 - compiler-errors:wc-obj-safety, r=oli-obkbors-84/+9
2024-06-03Align Term methods with GenericArg methodsMichael Goulet-9/+9
2024-06-03Nits and formattingMichael Goulet-79/+49
2024-06-03check_is_object_safe -> is_object_safeMichael Goulet-6/+6
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-22/+14
2024-06-03Move FulfillmentErrorCode to rustc_trait_selection tooMichael Goulet-1/+39
2024-06-03Use ScrubbedTraitError in more placesMichael Goulet-8/+13
2024-06-03Opt-in diagnostics reporting to avoid doing extra work in the new solverMichael Goulet-50/+110
2024-06-03Make TraitEngines generic over errorMichael Goulet-43/+111
2024-06-03Remove unnecessary extension traitMichael Goulet-3/+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-4/+4
2024-06-01Uplift TypeRelation and RelateMichael Goulet-4/+4
2024-06-01Deduplicate supertrait_def_ids codeMark Rousskov-47/+8
2024-06-01Increase vtable layout sizeMark Rousskov-53/+60
2024-05-31Auto merge of #124662 - zetanumbers:needs_async_drop, r=oli-obkbors-1/+1
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-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-11/+65
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-16/+4
2024-05-29Add lang item for Future::OutputMichael Goulet-14/+2
2024-05-29Partially implement `ConstArgHasType`Boxy-11/+65
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-1/+1
2024-05-28Get rid of manual Trace callsMichael Goulet-4/+10
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