summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/solve/alias_relate.rs
AgeCommit message (Expand)AuthorLines
2023-12-18track the source of nested goalslcnr-7/+9
2023-12-08implement and use `NormalizesTo`lcnr-6/+2
2023-11-09rework alias-relate to `norm(lhs) == norm(rhs)`lcnr-161/+98
2023-09-11inspect: strongly typed CandidateKindlcnr-3/+3
2023-08-03avoid more `ty::Binder:dummy`lcnr-1/+1
2023-07-24Rollup merge of #113987 - compiler-errors:comments, r=lcnrMatthias Krüger-1/+20
2023-07-24lcnr's suggestionsMichael Goulet-2/+3
2023-07-23Comment stuff in the new solverMichael Goulet-1/+19
2023-07-22Get rid of subst-relate incompleteness in new solverMichael Goulet-9/+12
2023-07-14refactor(rustc_middle): Substs -> GenericArgMahdi Dibaiee-2/+2
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