summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/solve/infcx_ext.rs
AgeCommit message (Expand)AuthorLines
2023-01-18no subtyping in the new trait solverMichael Goulet-23/+13
2023-01-18implement consider_assumptionMichael Goulet-0/+26
2023-01-18update project to emulate a projection cachelcnr-0/+8
2023-01-18add `eq` to `InferCtxtExt`lcnr-2/+38
2023-01-18instantiate canonical vars eagerlylcnr-37/+0
2022-12-19implement the skeleton of the updated trait solverlcnr-0/+55