rust/compiler/rustc_trait_selection/src/traits
Matthias Krüger 6111a7345b
Rollup merge of #105443 - compiler-errors:move-more, r=oli-obk
Move some queries and methods

Each commit's title should be self-explanatory. Motivated to break up some large, general files and move queries into leaf crates.
2022-12-09 07:25:46 +01:00
..
error_reporting Rollup merge of #105342 - compiler-errors:note_cause_code-takes-predicate, r=fee1-dead 2022-12-06 13:27:45 +01:00
query Avoid noting cause code (which is usually misc, b/c codegen) for opaque type reveal overflow 2022-12-06 00:19:55 +00:00
select Move vtable methods into its own module 2022-12-08 05:16:57 +00:00
specialize Prefer doc comments over //-comments in compiler 2022-11-27 11:19:04 +00:00
auto_trait.rs Remove Const::from_value 2022-11-28 17:28:30 +00:00
chalk_fulfill.rs Remove normalize_projection_type 2022-11-24 09:02:55 -03:00
coherence.rs Document normalization methods on At 2022-12-01 19:00:09 +00:00
const_evaluatable.rs Rollup merge of #105400 - BoxyUwU:braced_param_evaluatability, r=oli-obk 2022-12-07 15:39:08 +01:00
engine.rs Use ocx.normalize in report_projection_error 2022-12-02 17:31:40 -03:00
fulfill.rs Rollup merge of #104907 - compiler-errors:selcx-infcx, r=oli-obk 2022-11-28 15:42:11 +05:30
misc.rs Move fallback_has_occurred to FnCtxt 2022-11-06 02:40:25 +00:00
mod.rs Move codegen_select_candidate to a rustc_traits 2022-12-08 05:16:57 +00:00
object_safety.rs Auto merge of #99798 - JulianKnodt:ac1, r=BoxyUwU 2022-11-25 22:56:59 +00:00
outlives_bounds.rs Reduce the scope of allow(rustc::potential_query_instability) in rustc_trait_selection 2022-11-08 19:41:48 +01:00
project.rs Rollup merge of #105342 - compiler-errors:note_cause_code-takes-predicate, r=fee1-dead 2022-12-06 13:27:45 +01:00
relationships.rs Introduce PredicateKind::Clause 2022-11-25 00:04:54 -03:00
structural_match.rs Move has_structural_eq_impls provider to rustc_ty_utils 2022-12-08 05:16:48 +00:00
util.rs Move vtable methods into its own module 2022-12-08 05:16:57 +00:00
vtable.rs Move vtable methods into its own module 2022-12-08 05:16:57 +00:00
wf.rs support Expr in is_const_evaluatable and compute 2022-12-05 23:17:55 +00:00