about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection
AgeCommit message (Expand)AuthorLines
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
2024-05-24Remove `DefId` from `EarlyParamRegion` (tedium/diagnostics)Boxy-0/+1
2024-05-24Use regular type equating instead of a custom queryOli Scherer-21/+1
2024-05-23Support constraining opaque types while trait upcasting with bindersOli Scherer-1/+1
2024-05-23Allow defining opaque types during trait object upcasting.Oli Scherer-1/+1
2024-05-23When checking whether an impl applies, constrain hidden types of opaque types.Oli Scherer-1/+1
2024-05-23Remove `LintDiagnostic::msg`León Orell Valerian Liehr-47/+37
2024-05-22Rollup merge of #125259 - compiler-errors:fn-mut-as-a-treat, r=oli-obkLeón Orell Valerian Liehr-20/+8
2024-05-22Auto merge of #125335 - compiler-errors:binder, r=lcnrbors-3/+3
2024-05-22Auto merge of #125326 - weiznich:move/do_not_recommend_to_diganostic_namespac...bors-2/+8
2024-05-21Uplift OutlivesPredicate, remove a bunch of unnecessary associated types from...Michael Goulet-2/+1
2024-05-21Uplift binderMichael Goulet-1/+2
2024-05-21Okay actually check only alias TYPESMichael Goulet-9/+3
2024-05-21Move `#[do_not_recommend]` to the `#[diagnostic]` namespaceGeorg Semmler-2/+8
2024-05-21Auto merge of #125284 - compiler-errors:uplift-misc, r=lcnrbors-2/+2
2024-05-20track cycle participants per entrylcnr-50/+128
2024-05-20move global cache lookup into fnlcnr-42/+44
2024-05-20move fixpoint step into subfunctionlcnr-53/+76
2024-05-20Rework var resolution in InferCtxtLike, uplift EagerResolverMichael Goulet-2/+2
2024-05-19Make EvalCtxt generic over internerMichael Goulet-121/+138
2024-05-19Make search graph generic over internerMichael Goulet-53/+63
2024-05-19Auto merge of #125006 - spastorino:generics-is-empty, r=compiler-errorsbors-3/+3
2024-05-19Add and use generics.is_empty() and generics.is_own_empty, rather than using ...Santiago Pastorino-3/+3
2024-05-19Actually use the `#[do_not_recommend]` attribute if presentGeorg Semmler-0/+26
2024-05-19Auto merge of #125230 - compiler-errors:uplift-query-stuff, r=lcnrbors-181/+211
2024-05-18Auto merge of #125257 - jieyouxu:rollup-11evnm9, r=jieyouxubors-1/+11
2024-05-18Move NormalizesTo back downMichael Goulet-5/+9
2024-05-18Stop using def_kind() in solverMichael Goulet-17/+8
2024-05-18Make proof tree building genericMichael Goulet-93/+109
2024-05-18Uplift inspect into rustc_type_irMichael Goulet-62/+78
2024-05-18Uplift GenericArgKind, CanonicalVarValues, QueryInputMichael Goulet-19/+22
2024-05-18Rollup merge of #125214 - compiler-errors:gat-guide, r=lcnr许杰友 Jieyou Xu (Joe)-1/+11
2024-05-18Auto merge of #125077 - spastorino:add-new-fnsafety-enum2, r=jackh726bors-7/+7
2024-05-18An async closure may implement FnMut/Fn if it has no self-borrowsMichael Goulet-20/+8
2024-05-17Rename Unsafe to SafetySantiago Pastorino-7/+7
2024-05-17to_opt_poly_X_pred -> as_X_clauseMichael Goulet-13/+13
2024-05-17Only make GAT ambiguous in match_projection_projections considering shallow r...Michael Goulet-1/+11
2024-05-17Rollup merge of #125191 - compiler-errors:wf, r=lcnrMatthias Krüger-20/+57
2024-05-16Report better WF obligation leaf obligations in new solverMichael Goulet-20/+57
2024-05-16Remove trivial Binder::dummy callsMichael Goulet-4/+4
2024-05-16Uplift Goal to rustc_type_irMichael Goulet-10/+11
2024-05-16Make impls UpcastFrom, implement Upcast for UpcastFromMichael Goulet-1/+1