summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/solve/mod.rs
AgeCommit message (Expand)AuthorLines
2023-01-18Canonicalize trait solver response inside probeMichael Goulet-0/+7
2023-01-18remove assembly context and impl a bit morelcnr-4/+17
2023-01-18instantiate canonical vars eagerlylcnr-84/+128
2023-01-17new trait solver: only consider goal changed if response is not identityMichael Goulet-1/+1
2023-01-12HACK: Handle escaping bound vars from the canonical queryMichael Goulet-1/+1
2023-01-12Implement dummy query responses and a jank instantiateMichael Goulet-14/+41
2022-12-20dedup assemblylcnr-0/+1
2022-12-19implement the skeleton of the updated trait solverlcnr-0/+308