about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection
AgeCommit message (Expand)AuthorLines
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
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
2024-05-12structurally important functions to `debug`lcnr-10/+13
2024-05-12solve: replace all `debug` with `trace`lcnr-63/+63
2024-05-11Apply nits, uplift ExistentialPredicate tooMichael Goulet-1/+2
2024-05-11Uplift `TraitPredicate`Michael Goulet-2/+5
2024-05-11Consolidate obligation cause codes for where clausesMichael Goulet-49/+35
2024-05-10Auto merge of #124982 - compiler-errors:uplift-trait-ref, r=lcnrbors-47/+75
2024-05-10Lift `TraitRef` into `rustc_type_ir`Michael Goulet-46/+72
2024-05-10Lift `Lift`Michael Goulet-1/+3
2024-05-10Name tweaksMichael Goulet-32/+34
2024-05-10More rename falloutMichael Goulet-32/+31
2024-05-10Rename some ObligationCauseCode variantsMichael Goulet-100/+82
2024-05-10Remove glob imports for ObligationCauseCodeMichael Goulet-52/+59
2024-05-10rename some variants in FulfillmentErrorCodeMichael Goulet-41/+28
2024-05-10Auto merge of #124961 - matthiaskrgr:rollup-1jj65p6, r=matthiaskrgrbors-78/+55
2024-05-10Rollup merge of #124955 - nnethercote:next_ty_var, r=lcnrMatthias Krüger-55/+15
2024-05-10Rollup merge of #124943 - lcnr:generic-args-ref, r=compiler-errorsMatthias Krüger-2/+2
2024-05-10Rollup merge of #124936 - lcnr:cool-beans, r=compiler-errorsMatthias Krüger-11/+34
2024-05-10Rollup merge of #124918 - nnethercote:FIXME-lcnr, r=lcnrMatthias Krüger-10/+4