summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/solve/inspect
AgeCommit message (Expand)AuthorLines
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