summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/solve/alias_relate.rs
AgeCommit message (Expand)AuthorLines
2023-07-04add `ecx.probe_candidate`lcnr-37/+31
2023-06-20split probe into 2 functions for better readabilitylcnr-9/+5
2023-06-19introduce a separate set of types for finalized proof treesBoxy-6/+7
2023-06-19initial info dumpBoxy-31/+40
2023-06-06Fall back to bidirectional normalizes-to if no subst-eq in alias-eq goalMichael Goulet-23/+72
2023-06-06Move alias-relate to its own moduleMichael Goulet-0/+146