about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/solve/inspect
AgeCommit message (Expand)AuthorLines
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
2023-09-21proof trees: use for `intercrate_ambiguity_causes`lcnr-0/+755
2023-07-03add flag for disabling global cache and printing proof trees on errorBoxy-5/+0
2023-06-19create module so that RUSTC_LOG can filter to just proof treesBoxy-0/+5
2023-06-19introduce a separate set of types for finalized proof treesBoxy-229/+0
2023-06-19dont use a traitBoxy-113/+96
2023-06-19say what kind of cache hitBoxy-5/+7
2023-06-19initial info dumpBoxy-0/+244