about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/solve/trait_goals.rs
AgeCommit message (Expand)AuthorLines
2023-03-30Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>`Scott McMurray-0/+1
2023-03-29Introduce `DeepRejectCtxt::substs_refs_may_unify`.Nicholas Nethercote-5/+4
2023-03-27Add a builtin `FnPtr` traitlcnr-3/+13
2023-03-24Rollup merge of #109495 - compiler-errors:new-solver-destruct, r=eholk,lcnrMatthias Krüger-0/+14
2023-03-22Implement non-const Destruct trait in new solverMichael Goulet-0/+14
2023-03-21new solver cleanup + coherencelcnr-3/+24
2023-03-17replace chain with two `add_goal`Boxy-16/+11
2023-03-17fix let else unformattingBoxy-5/+9
2023-03-16replace usage of `evaluate_goal` with a new `add_goal`Boxy-62/+60
2023-03-13Better names?Michael Goulet-1/+1
2023-03-13Treat projections with infer as placeholder during fast reject in new solverMichael Goulet-1/+7
2023-03-10Move some solver stuff to middleMichael Goulet-2/+2
2023-02-25Rollup merge of #108333 - compiler-errors:new-solver-object-sound, r=lcnrMichael Goulet-0/+40
2023-02-24Make higher-ranked projections in object types work in new solverMichael Goulet-1/+2
2023-02-24Check object's supertrait and associated type bounds in new solverMichael Goulet-0/+39
2023-02-24Rename many interner functions.Nicholas Nethercote-5/+7
2023-02-22Remove type-traversal trait aliasesAlan Egerton-1/+1
2023-02-22Move some InferCtxt methods to EvalCtxt in new solverMichael Goulet-21/+19
2023-02-18Add consider_implied_clauseMichael Goulet-26/+26
2023-02-18Check that built-in callable types validate their output type is `Sized` (in ...Michael Goulet-7/+18
2023-02-17Remove the `InternIteratorElement` impl for `&'a T`.Nicholas Nethercote-1/+1
2023-02-16remove bound_type_of query; make type_of return EarlyBinder; change type_of i...Kyle Matsuda-1/+1
2023-02-09Rollup merge of #107815 - compiler-errors:new-solver-no-auto-if-impl, r=lcnrDylan DPC-0/+14
2023-02-09Disqualify auto-trait builtin impl in new solver if impl existsMichael Goulet-0/+14
2023-02-09Move winnowing to assemblyMichael Goulet-77/+3
2023-02-09Implement a dummy drop-in-favor-of for the new solverMichael Goulet-11/+18
2023-02-08Rollup merge of #107780 - compiler-errors:instantiate-binder, r=lcnrMatthias Krüger-1/+1
2023-02-07Replacing bound vars is actually instantiating a binderMichael Goulet-1/+1
2023-02-07Rename PointerSized to PointerLikeMichael Goulet-1/+1
2023-02-01Add candidates for DiscriminantKind builtinWilco Kusee-0/+8
2023-01-30nitsMichael Goulet-13/+13
2023-01-30Trait upcasting support in new solverMichael Goulet-56/+82
2023-01-30Implement unsizing in the new trait solverMichael Goulet-0/+175
2023-01-29Rollup merge of #107401 - lenko-d:remove_the_usize_field_from_CandidateSource...Matthias Krüger-1/+1
2023-01-28Use field-less variant for AliasBound.Lenko Donchev-1/+1
2023-01-27remove the usize field from CandidateSource::AliasBoundLenko Donchev-1/+1
2023-01-27Micro-optimization in consider_assumptionMichael Goulet-1/+3
2023-01-26Implement Generator and FutureMichael Goulet-0/+44
2023-01-24implement builtin candidateBoxy-0/+7
2023-01-21Address goal nitsMichael Goulet-3/+3
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