summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/solve/inspect
AgeCommit message (Expand)AuthorLines
2024-06-05Basic removal of `Ty` from places (boring)Boxy-1/+1
2024-05-28Make ProofTreeBuilder actually generic over internerMichael Goulet-59/+53
2024-05-28refactor analyse visitor to instantiate states in orderlcnr-45/+41
2024-05-24remove proof tree formatter, make em shallowlcnr-167/+72
2024-05-20Rework var resolution in InferCtxtLike, uplift EagerResolverMichael Goulet-1/+1
2024-05-18Make proof tree building genericMichael Goulet-88/+102
2024-05-18Uplift inspect into rustc_type_irMichael Goulet-24/+25
2024-05-13Use a proper probe for shadowing implMichael Goulet-10/+24
2024-05-13Remove `extern crate rustc_middle` from `rustc_trait_selection`.Nicholas Nethercote-0/+1
2024-05-10Rollup merge of #124955 - nnethercote:next_ty_var, r=lcnrMatthias Krüger-11/+2
2024-05-10Use fewer origins when creating type variables.Nicholas Nethercote-11/+2
2024-05-09analyse visitor: build proof tree in probelcnr-11/+33
2024-05-07Rollup merge of #124827 - lcnr:generalize-incomplete, r=compiler-errorsMatthias Krüger-1/+4
2024-05-07generalize hr alias: avoid unconstrainable infer varslcnr-1/+4
2024-05-06Record impl args in the InsepctCandiate rather than rematching during selectMichael Goulet-6/+66
2024-05-03Rollup merge of #124418 - compiler-errors:better-cause, r=lcnrMichael Goulet-16/+37
2024-05-02Use ObligationCtxt in favor of TraitEngine in many placesMichael Goulet-10/+8
2024-05-02Higher ranked goal source, do overflow handling less badlyMichael Goulet-4/+10
2024-05-02Store goal source in InspectGoalMichael Goulet-12/+27
2024-05-01reviewlcnr-13/+15
2024-04-30fix `NormalizesTo` proof tree issuelcnr-50/+118
2024-04-30Rollup merge of #124511 - nnethercote:rm-extern-crates, r=fee1-deadMatthias Krüger-0/+1
2024-04-29Split out instantiate_nested_goalsMichael Goulet-36/+43
2024-04-29Take proof trees by value in inspect goalMichael Goulet-15/+12
2024-04-29Only register candidate if it is associated w a shallow certaintyMichael Goulet-34/+21
2024-04-29Actually use probes when needed and stop relying on existing outer probesMichael Goulet-3/+3
2024-04-29Remove `extern crate rustc_macros` from numerous crates.Nicholas Nethercote-0/+1
2024-04-27Record certainty of evaluate_added_goals_and_make_canonical_response call in ...Michael Goulet-0/+38
2024-04-25use `EagerResolver`lcnr-1/+3
2024-04-25hir typeck: look into nested goalslcnr-156/+286
2024-04-04normalizes-to change from '1' to '0 to inf' stepslcnr-33/+4
2024-03-18cleanup + reviewlcnr-8/+4
2024-03-18`NormalizesTo` return nested goalslcnr-1/+13
2024-03-18move `normalizes_to_hack` to `AliasRelate`lcnr-0/+11
2024-03-05Convert `ProofTreeVisitor` to use `VisitorResult`Jason Newcomb-24/+23
2024-02-26always emit `AliasRelate` goals when relating aliaseslcnr-25/+2
2024-02-17Rollup merge of #121193 - compiler-errors:coherence-fulfillment, r=lcnrMatthias Krüger-3/+5
2024-02-16Use fulfillment in next trait solver coherenceMichael Goulet-3/+5
2024-02-16Move trait into attr so it's greppableMichael Goulet-2/+2
2024-02-16Use extension trait deriveMichael Goulet-9/+2
2024-01-09readd the provisional cachelcnr-1/+7
2023-12-18track the source of nested goalslcnr-6/+12
2023-12-14rename `-Ztrait-solver` to `-Znext-solver`lcnr-1/+1
2023-11-21Fix `clippy::needless_borrow` in the compilerNilstrieb-1/+1
2023-11-17Auto merge of #117278 - lcnr:try-normalize-ty, r=compiler-errorsbors-2/+32
2023-11-13Fix overflow and cycle bound for ProofTreeVisitor.Gavin Gray-1/+1
2023-11-09`try_normalize_ty` end with rigid alias on failurelcnr-2/+32
2023-11-02use global cache when computing proof treeslcnr-67/+66
2023-09-21wlcnr-1/+1
2023-09-21slight refactor, add commentlcnr-11/+20