about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/traits/solve
AgeCommit message (Expand)AuthorLines
2023-12-18track the source of nested goalslcnr-4/+10
2023-12-14update use of feature flagslcnr-1/+1
2023-11-09`try_normalize_ty` end with rigid alias on failurelcnr-0/+10
2023-11-02use global cache when computing proof treeslcnr-25/+41
2023-09-21proof trees: use for `intercrate_ambiguity_causes`lcnr-9/+59
2023-09-14differentiate root and nested goalslcnr-10/+19
2023-09-14inspect: explicitly store added goalslcnr-0/+2
2023-09-14order `added_goals_evaluation` and `nested_probes`lcnr-7/+12
2023-09-14`GoalCandidate` to `Probe`lcnr-11/+14
2023-09-11dedup `GoalEvaluationStep` and `GoalCandidate`lcnr-14/+19
2023-09-11inspect: strongly typed CandidateKindlcnr-18/+26
2023-09-11revision -> iteration for added_goals_evaluationlcnr-3/+3
2023-09-11split GoalEvaluation and CanonicalGoalEvaluationlcnr-50/+43
2023-08-04Rollup merge of #114287 - lcnr:overflow, r=compiler-errorsMichael Goulet-0/+100
2023-08-03Rework upcastingMichael Goulet-7/+13
2023-08-03rewrite stack dependent overflow handlinglcnr-0/+100
2023-07-30inline format!() args up to and including rustc_middleMatthias Krüger-2/+2
2023-07-25Normalize the RHS of an unsize goalMichael Goulet-1/+8
2023-07-23match on chars instead of &strs for .split() or .strip_prefix()Matthias Krüger-2/+2
2023-07-13typolcnr-1/+1
2023-07-13refactor proof tree formattinglcnr-57/+63
2023-06-20cleanup importslcnr-2/+6
2023-06-19move to nested moduleBoxy-130/+134
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