rust/compiler/rustc_trait_selection/src/traits
2023-01-06 02:43:16 +00:00
..
error_reporting Detect bindings assigned blocks without tail expressions in trait errors 2023-01-06 02:43:16 +00:00
query Ensure no one constructs AliasTys themselves 2022-12-14 15:36:39 +00:00
select Split -Zchalk flag into -Ztrait-solver=(stock|chalk|next) flag 2023-01-04 18:12:42 +00:00
specialize implement the skeleton of the updated trait solver 2022-12-19 16:46:17 +00:00
auto_trait.rs remove redundant fn params that were only "used" in recursion 2022-12-18 14:27:07 +01:00
chalk_fulfill.rs Remove normalize_projection_type 2022-11-24 09:02:55 -03:00
coherence.rs rustc: Remove needless lifetimes 2022-12-20 22:10:40 +01:00
const_evaluatable.rs use &str / String literals instead of format!() 2022-12-18 16:17:46 +01:00
engine.rs Rename stock solver to classic 2023-01-04 18:40:02 +00: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 rustc: Remove needless lifetimes 2022-12-20 22:10:40 +01:00
object_safety.rs Fix a freshly detected wrong TraitRef 2022-12-14 15:36:39 +00:00
outlives_bounds.rs rustc: Remove needless lifetimes 2022-12-20 22:10:40 +01:00
project.rs better names and a comment 2022-12-28 04:18:37 +00:00
relationships.rs Rename to match similar methods 2022-12-14 15:36:39 +00:00
structural_match.rs Combine identical alias arms 2022-12-13 17:48:55 +00:00
util.rs remove unused imports 2022-12-26 15:01:20 +09:00
vtable.rs rustc: Remove needless lifetimes 2022-12-20 22:10:40 +01:00
wf.rs Rollup merge of #105694 - ouz-a:issue_105689, r=estebank 2022-12-15 22:02:59 +01:00