about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/traits/solve/inspect.rs
AgeCommit message (Expand)AuthorLines
2023-12-18track the source of nested goalslcnr-3/+3
2023-11-09`try_normalize_ty` end with rigid alias on failurelcnr-0/+5
2023-11-02use global cache when computing proof treeslcnr-8/+2
2023-09-21proof trees: use for `intercrate_ambiguity_causes`lcnr-8/+58
2023-09-14differentiate root and nested goalslcnr-3/+9
2023-09-14inspect: explicitly store added goalslcnr-0/+1
2023-09-14order `added_goals_evaluation` and `nested_probes`lcnr-2/+7
2023-09-14`GoalCandidate` to `Probe`lcnr-5/+8
2023-09-11dedup `GoalEvaluationStep` and `GoalCandidate`lcnr-4/+11
2023-09-11inspect: strongly typed CandidateKindlcnr-14/+19
2023-09-11split GoalEvaluation and CanonicalGoalEvaluationlcnr-20/+8
2023-08-03Rework upcastingMichael Goulet-5/+8
2023-07-25Normalize the RHS of an unsize goalMichael Goulet-1/+5
2023-07-13refactor proof tree formattinglcnr-4/+4
2023-06-20cleanup importslcnr-2/+6
2023-06-19move to nested moduleBoxy-130/+3
2023-06-19show normalizes-to hack and response instantiation goalsBoxy-2/+22
2023-06-19introduce a separate set of types for finalized proof treesBoxy-28/+39
2023-06-19say what kind of cache hitBoxy-3/+10
2023-06-19initial info dumpBoxy-0/+168