summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/traits/select
AgeCommit message (Expand)AuthorLines
2022-08-04Rollup merge of #100095 - jackh726:early-binder, r=lcnrMatthias Krüger-6/+10
2022-08-03Change sized_constraints to return EarlyBinderJack Huey-1/+5
2022-08-02Add bound_predicates_of and bound_explicit_predicates_ofJack Huey-5/+5
2022-08-03Auto merge of #99509 - lcnr:commit_unconditionally, r=jackh726bors-186/+167
2022-07-27safe transmute: don't mark user impls as unambiguousJack Wrenn-1/+0
2022-07-27safe transmute: gracefully handle const params of wrong typesJack Wrenn-1/+1
2022-07-27Initial (incomplete) implementation of transmutability trait.Jack Wrenn-0/+78
2022-07-22Auto merge of #99521 - fee1-dead-contrib:const_fix_hax, r=oli-obkbors-46/+27
2022-07-21Fix `remap_constness`Deadbeef-3/+3
2022-07-20Fix hack that remaps env constness.Deadbeef-46/+27
2022-07-20no leak_check -> commit_unconditionally is nooplcnr-186/+167
2022-07-15Revert "Highlight conflicting param-env candidates"Michael Goulet-41/+2
2022-07-15remove tcx from ObligationCauseCode::spanMichael Goulet-1/+1
2022-07-14Rollup merge of #99000 - JulianKnodt:allow_resolve_no_substs, r=lcnrDylan DPC-1/+1
2022-07-13Rename `debugging_opts` to `unstable_opts`Joshua Nelson-1/+1
2022-07-12Rollup merge of #99038 - jackh726:earlybinder-cleanup, r=lcnrDylan DPC-2/+2
2022-07-12Move abstract const to rustc_middle::tykadmin-1/+1
2022-07-10Remove duplicate notes from error on inter-crate ambiguous impl of traits (fi...rhysd-8/+8
2022-07-08Auto merge of #98614 - oli-obk:take_unsound_opaque_types, r=wesleywiserbors-0/+4
2022-07-08Highlight conflicting param-env candidatesMichael Goulet-2/+41
2022-07-07Use map_boundJack Huey-2/+2
2022-07-06Update TypeVisitor pathsAlan Egerton-2/+2
2022-06-30Make `evaluate_obligation` not succeed unconditionally if it registered new h...Oli Scherer-0/+4
2022-06-29Auto merge of #98656 - Dylan-DPC:rollup-hhytn0c, r=Dylan-DPCbors-3/+3
2022-06-29Auto merge of #98542 - jackh726:coinductive-wf, r=oli-obkbors-15/+100
2022-06-28Fix trait object reborrow suggestionMichael Goulet-3/+3
2022-06-28Take into account trait predicate coinductivenessJack Huey-6/+36
2022-06-28Make empty bounds lower to WellFormed and make WellFormed coinductiveJack Huey-15/+70
2022-06-15Rename `impl_constness` to `constness`Deadbeef-3/+2
2022-06-14rebaseb-naber-5/+1
2022-06-14implement valtrees as the type-system representation for constant valuesb-naber-8/+14
2022-06-14Rename the `ConstS::val` field as `kind`.Nicholas Nethercote-4/+4
2022-06-10bound_vars -> infer: don't return lt maplcnr-9/+6
2022-05-28Fix TyKind lint, make consts no longer fn, etcMichael Goulet-2/+2
2022-05-28Initial fixes on top of type interner commitMichael Goulet-1/+1
2022-05-25move fast reject test out of `SelectionContext::match_impl`.lcnr-11/+12
2022-05-25add a deep fast_reject routinelcnr-36/+5
2022-05-20Remove `crate` visibility usage in compilerJacob Pratt-1/+1
2022-05-19Auto merge of #97024 - lcnr:simplify_type-sus, r=<try>bors-6/+3
2022-05-18fix `simplify_type`lcnr-6/+3
2022-05-18Rollup merge of #95979 - lcnr:coherence-docs, r=compiler-errorsDylan DPC-12/+18
2022-05-17Auto merge of #96892 - oli-obk:🐌_obligation_cause_code_🐌, r=estebankbors-72/+24
2022-05-14Auto merge of #96883 - jackh726:early-binder-2, r=oli-obkbors-19/+19
2022-05-14Add bound_explicit_item_bounds and bound_item_boundsJack Huey-26/+27
2022-05-13Add bound_impl_trait_refJack Huey-3/+3
2022-05-13Add bound_type_ofJack Huey-5/+5
2022-05-10Introduce EarlyBinderJack Huey-36/+35
2022-05-10Remove `clone_code` methodOli Scherer-23/+14
2022-05-10Remove another use of clone_codeOli Scherer-12/+10
2022-05-10only_local: always check for misuselcnr-3/+3