summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/traits/select
AgeCommit message (Expand)AuthorLines
2023-01-17Rollup merge of #106970 - kylematsuda:earlybinder-item-bounds, r=lcnrMatthias Krüger-4/+3
2023-01-17Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726Matthias Krüger-9/+9
2023-01-17change item_bounds query to return EarlyBinder; remove bound_item_bounds queryKyle Matsuda-4/+3
2023-01-17Remove double spaces after dots in commentsMaybe Waffle-9/+9
2023-01-15Remove bound_{explicit,}_item_boundsMichael Goulet-7/+6
2023-01-15instantiate_own doesn't need to return a pair of vectorsMichael Goulet-3/+2
2023-01-14change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re...Kyle Matsuda-2/+2
2023-01-13Auto merge of #106004 - fee1-dead-contrib:const-closures, r=oli-obkbors-16/+20
2023-01-12fix fmt and blessDeadbeef-6/+2
2023-01-12attempt to make a minimal example workDeadbeef-16/+24
2023-01-11Filter impl and where-clause candidates that reference errorsMichael Goulet-1/+5
2023-01-08Add type flags support for Ty and Const late-bound regionsMichael Goulet-4/+3
2023-01-04Split `-Zchalk` flag into `-Ztrait-solver=(stock|chalk|next)` flagMichael Goulet-2/+2
2022-12-28Allow trait method paths to satisfy const Fn boundsDeadbeef-7/+27
2022-12-19implement the skeleton of the updated trait solverlcnr-13/+1
2022-12-14Ensure no one constructs `AliasTy`s themselvesOli Scherer-3/+3
2022-12-14Guard `AliasTy` creation against passing the wrong number of substsOli Scherer-1/+1
2022-12-13Combine identical alias armsMichael Goulet-15/+8
2022-12-13Combine projection and opaque into aliasMichael Goulet-16/+19
2022-12-13squash OpaqueTy and ProjectionTy into AliasTyMichael Goulet-8/+5
2022-12-13ProjectionTy.item_def_id -> ProjectionTy.def_idMichael Goulet-4/+4
2022-12-13Use ty::OpaqueTy everywhereMichael Goulet-4/+4
2022-12-08Move vtable methods into its own moduleMichael Goulet-5/+8
2022-12-06Avoid noting cause code (which is usually misc, b/c codegen) for opaque type ...Michael Goulet-10/+3
2022-12-04Auto merge of #105094 - Swatinem:generator-not-future, r=compiler-errorsbors-1/+5
2022-12-03Don't add a note for implementing a trait if its inner type is erroneousbhbs-15/+20
2022-11-30Make sure async constructs do not `impl Generator`Arpad Borsos-1/+5
2022-11-29Rollup merge of #105066 - lcnr:mv-candidate_from_obligation, r=compiler-errorsMatthias Krüger-210/+207
2022-11-29move `candidate_from_obligation` out of assemblylcnr-210/+207
2022-11-29Explain why rematch_impl fails to be infallibleMichael Goulet-0/+7
2022-11-28Simplify checking for `GeneratorKind::Async`Arpad Borsos-3/+1
2022-11-28Rollup merge of #104907 - compiler-errors:selcx-infcx, r=oli-obkDylan DPC-20/+13
2022-11-27Add `TyCtxt::is_fn_trait`Maybe Waffle-1/+1
2022-11-27Rename `fn_trait_kind_from_{from_lang=>def_id}` to better convey meaningMaybe Waffle-3/+3
2022-11-25Remove SelectionContext::infcx() in favor of field accessMichael Goulet-20/+13
2022-11-25Auto merge of #99798 - JulianKnodt:ac1, r=BoxyUwUbors-11/+55
2022-11-25Auto merge of #104902 - matthiaskrgr:rollup-oo27a4u, r=matthiaskrgrbors-28/+9
2022-11-25Rollup merge of #104716 - lcnr:selection-candidate, r=jackh726Matthias Krüger-28/+9
2022-11-25Auto merge of #104846 - spastorino:santa-clauses-make-goals-early-christmas-ð...bors-18/+13
2022-11-25move 2 candidates into builtin candidatelcnr-28/+9
2022-11-25Make `expand_abstract_consts` infallibleBoxy-4/+2
2022-11-25also handle it in evaluateBoxy-24/+51
2022-11-25fmtBoxy-16/+18
2022-11-25Add expand_abstract_constkadmin-11/+8
2022-11-25Add empty ConstKind::Abstractkadmin-4/+24
2022-11-25Introduce PredicateKind::ClauseSantiago Pastorino-6/+10
2022-11-25Simplify a bunch of trait ref obligation creationsOli Scherer-6/+2
2022-11-25get rid of to_poly_trait_predicateOli Scherer-6/+1
2022-11-24Remove comment, simplify since we asserted fn ptr Self type has no bound varsMichael Goulet-10/+1
2022-11-24Also check that fn pointer candidates don't have escaping bound varsMichael Goulet-1/+4