about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/solve/inspect.rs
AgeCommit message (Expand)AuthorLines
2024-06-18Fix impl for SolverDelegateMichael Goulet-0/+4
2023-09-21proof trees: use for `intercrate_ambiguity_causes`lcnr-482/+0
2023-09-14differentiate root and nested goalslcnr-12/+30
2023-09-14inspect: explicitly store added goalslcnr-0/+17
2023-09-14order `added_goals_evaluation` and `nested_probes`lcnr-24/+25
2023-09-14`GoalCandidate` to `Probe`lcnr-27/+25
2023-09-11dedup `GoalEvaluationStep` and `GoalCandidate`lcnr-37/+44
2023-09-11inspect: strongly typed CandidateKindlcnr-9/+9
2023-09-11inspect: handle `None` in `nested`lcnr-27/+7
2023-09-11split GoalEvaluation and CanonicalGoalEvaluationlcnr-49/+82
2023-07-10avoid building proof trees in selectlcnr-22/+15
2023-07-04reviewsBoxy-69/+68
2023-07-04move logic for flags into separate functionBoxy-1/+34
2023-07-03add flag for disabling global cache and printing proof trees on errorBoxy-31/+61
2023-06-20inspect nitslcnr-147/+158
2023-06-20cleanup importslcnr-10/+5
2023-06-19create module so that RUSTC_LOG can filter to just proof treesBoxy-0/+2
2023-06-19show normalizes-to hack and response instantiation goalsBoxy-4/+24
2023-06-19introduce a separate set of types for finalized proof treesBoxy-0/+345