rust/compiler/rustc_trait_selection/src/traits
2023-12-25 16:29:15 +00:00
..
error_reporting Make closures carry their own ClosureKind, rather than deducing what it is from movability 2023-12-25 16:29:15 +00:00
query Annotate some bugs 2023-12-15 14:45:06 +00:00
select Remove unnecessary param-env from lexical region resolution and fully structural relations 2023-12-19 15:10:26 +00:00
specialize Don't pass lint back out of lint decorator 2023-12-15 16:05:36 +00:00
auto_trait.rs use Vec for region constraints 2023-12-17 07:31:07 +00:00
coherence.rs Rollup merge of #118727 - compiler-errors:lint-decorate, r=WaffleLapkin 2023-12-15 14:08:16 -08:00
const_evaluatable.rs Rename HandlerInner::delay_span_bug as HandlerInner::span_delayed_bug. 2023-12-02 09:01:19 +11:00
engine.rs rename -Ztrait-solver to -Znext-solver 2023-12-14 15:22:37 +01:00
fulfill.rs don't fold ParamEnv in register_predicate_obligation 2023-12-17 17:24:04 +00:00
misc.rs global param_env canonicalization cache 2023-12-13 14:57:52 +00:00
mod.rs update use of feature flags 2023-12-14 15:22:37 +01:00
object_safety.rs Rename Session::span_diagnostic as Session::dcx. 2023-12-18 16:06:21 +11:00
outlives_bounds.rs Rename HandlerInner::delay_span_bug as HandlerInner::span_delayed_bug. 2023-12-02 09:01:19 +11:00
project.rs Check FnPtr/FnDef built-in fn traits correctly with effects 2023-12-18 20:28:06 +00:00
structural_match.rs Rename HandlerInner::delay_span_bug as HandlerInner::span_delayed_bug. 2023-12-02 09:01:19 +11:00
structural_normalize.rs Use alias-eq in structural normalization 2023-12-18 19:22:43 +00:00
util.rs Check FnPtr/FnDef built-in fn traits correctly with effects 2023-12-18 20:28:06 +00:00
vtable.rs Optimize some alloc_from_iter call sites. 2023-10-03 18:12:37 +11:00
wf.rs Only check principal trait ref for object safety 2023-12-06 20:22:37 +00:00