about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/solve
AgeCommit message (Expand)AuthorLines
2024-05-29Add lang item for AsyncFnKindHelper::UpvarsMichael Goulet-8/+1
2024-05-29Add lang item for Future::OutputMichael Goulet-12/+2
2024-05-29Add lang items for AsyncFn's associated typesMichael Goulet-8/+14
2024-05-29Partially implement `ConstArgHasType`Boxy-2/+24
2024-05-29Optimize async drop glue for some old typesDaria Sukhonina-1/+1
2024-05-29Rollup merge of #125664 - compiler-errors:trace-tweaks, r=lcnr许杰友 Jieyou Xu (Joe)-7/+2
2024-05-28Get rid of manual Trace callsMichael Goulet-7/+2
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-24drop region constraints for ambiguous goalslcnr-25/+39
2024-05-24remove proof tree formatter, make em shallowlcnr-200/+92
2024-05-22Rollup merge of #125259 - compiler-errors:fn-mut-as-a-treat, r=oli-obkLeón Orell Valerian Liehr-8/+5
2024-05-22Auto merge of #125326 - weiznich:move/do_not_recommend_to_diganostic_namespac...bors-1/+4
2024-05-21Move `#[do_not_recommend]` to the `#[diagnostic]` namespaceGeorg Semmler-1/+4
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-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-18An async closure may implement FnMut/Fn if it has no self-borrowsMichael Goulet-8/+5
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-16Uplift Goal to rustc_type_irMichael Goulet-5/+6
2024-05-16Make impls UpcastFrom, implement Upcast for UpcastFromMichael Goulet-1/+1
2024-05-16Rename ToPredicate for UpcastMichael Goulet-19/+17
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-54/+32
2024-05-13split out AliasTy -> AliasTermMichael Goulet-54/+32
2024-05-13Remove `extern crate rustc_middle` from `rustc_trait_selection`.Nicholas Nethercote-0/+10
2024-05-12structurally important functions to `debug`lcnr-10/+13
2024-05-12solve: replace all `debug` with `trace`lcnr-63/+63
2024-05-10Auto merge of #124982 - compiler-errors:uplift-trait-ref, r=lcnrbors-8/+11
2024-05-10Lift `TraitRef` into `rustc_type_ir`Michael Goulet-8/+11
2024-05-10More rename falloutMichael Goulet-3/+2
2024-05-10Rename some ObligationCauseCode variantsMichael Goulet-8/+6
2024-05-10Remove glob imports for ObligationCauseCodeMichael Goulet-8/+11
2024-05-10rename some variants in FulfillmentErrorCodeMichael Goulet-10/+6
2024-05-10Rollup merge of #124955 - nnethercote:next_ty_var, r=lcnrMatthias Krüger-33/+8