summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/solve/trait_goals.rs
AgeCommit message (Expand)AuthorLines
2023-01-19trait solver: Implement Fn traits and tuple traitMichael Goulet-3/+38
2023-01-19trait solver: PointerSizedMichael Goulet-2/+25
2023-01-18Handle structural traits more gracefullyMichael Goulet-215/+33
2023-01-18no subtyping in the new trait solverMichael Goulet-4/+6
2023-01-18Sized, Copy/CloneMichael Goulet-3/+134
2023-01-18Auto and alias traitsMichael Goulet-8/+124
2023-01-18implement consider_assumptionMichael Goulet-5/+14
2023-01-18Canonicalize trait solver response inside probeMichael Goulet-5/+5
2023-01-18add `eq` to `InferCtxtExt`lcnr-14/+4
2023-01-18remove assembly context and impl a bit morelcnr-56/+32
2023-01-18instantiate canonical vars eagerlylcnr-11/+11
2023-01-14change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re...Kyle Matsuda-1/+1
2023-01-09Check impl's where clauses in consider_impl_candidate in experimental solverMichael Goulet-4/+13
2022-12-20dedup assemblylcnr-157/+55
2022-12-19implement the skeleton of the updated trait solverlcnr-0/+282