summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/solve/project_goals.rs
AgeCommit message (Expand)AuthorLines
2023-01-19trait solver: Implement Fn traits and tuple traitMichael Goulet-2/+36
2023-01-19trait solver: PointerSizedMichael Goulet-0/+7
2023-01-18Rollup merge of #107030 - albertlarsan68:patch-3, r=lcnrMichael Goulet-1/+1
2023-01-18no subtyping in the new trait solverMichael Goulet-7/+4
2023-01-18Sized, Copy/CloneMichael Goulet-0/+7
2023-01-18Auto and alias traitsMichael Goulet-7/+21
2023-01-18implement consider_assumptionMichael Goulet-5/+30
2023-01-18Canonicalize trait solver response inside probeMichael Goulet-5/+5
2023-01-18Correct typoAlbert Larsan-1/+1
2023-01-18add commentlcnr-0/+1
2023-01-18update project to emulate a projection cachelcnr-13/+115
2023-01-18add `eq` to `InferCtxtExt`lcnr-22/+7
2023-01-18remove assembly context and impl a bit morelcnr-34/+40
2023-01-18instantiate canonical vars eagerlylcnr-17/+19
2023-01-16Rollup merge of #106835 - compiler-errors:new-solver-gat-rebase-oops, r=lcnrMatthias Krüger-1/+1
2023-01-14change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re...Kyle Matsuda-1/+1
2023-01-14new trait solver: rebase impl substs for gats correctlyMichael Goulet-1/+1
2023-01-09Check impl's where clauses in consider_impl_candidate in experimental solverMichael Goulet-2/+8
2022-12-20dedup assemblylcnr-141/+61
2022-12-19implement the skeleton of the updated trait solverlcnr-0/+324