about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src
AgeCommit message (Expand)AuthorLines
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/+207
2024-05-18Auto merge of #125257 - jieyouxu:rollup-11evnm9, r=jieyouxubors-1/+11
2024-05-18Move NormalizesTo back downMichael Goulet-5/+7
2024-05-18Stop using def_kind() in solverMichael Goulet-17/+8
2024-05-18Make proof tree building genericMichael Goulet-93/+107
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
2024-05-16Make P parameter explicitMichael Goulet-9/+7
2024-05-16Rename ToPredicate for UpcastMichael Goulet-63/+61
2024-05-16Don't ICE because recomputing overflow goals during find_best_leaf_obligation...Michael Goulet-41/+64
2024-05-13Use a proper probe for shadowing implMichael Goulet-22/+34
2024-05-13Auto merge of #125076 - compiler-errors:alias-term, r=lcnrbors-196/+180
2024-05-13Apply nitsMichael Goulet-28/+4
2024-05-13split out AliasTy -> AliasTermMichael Goulet-194/+202
2024-05-13Remove `extern crate rustc_middle` from `rustc_trait_selection`.Nicholas Nethercote-2/+29
2024-05-12Rollup merge of #125036 - lcnr:new-solver-trace, r=compiler-errorsGuillaume Gomez-53/+56