rust/compiler/rustc_trait_selection/src/traits
2024-01-13 12:11:13 -05:00
..
error_reporting Add check for ui_testing via promoting parameters from ParseSess to Session 2024-01-13 12:11:13 -05:00
query Rename consuming chaining methods on DiagnosticBuilder. 2024-01-10 07:40:00 +11:00
select Rename consuming chaining methods on DiagnosticBuilder. 2024-01-10 07:40:00 +11:00
specialize specialization_graph_of's errored field is used in the only call site, and used to immediately throw away the rest of the value. Let's use Result to statically signal that this is happening 2024-01-11 20:34:59 +00:00
auto_trait.rs Remove Session methods that duplicate DiagCtxt methods. 2023-12-24 08:05:28 +11:00
coherence.rs Make inductive cycles in coherence ambiguous always 2024-01-08 15:03:59 +00:00
const_evaluatable.rs Rename consuming chaining methods on DiagnosticBuilder. 2024-01-10 07:40:00 +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 Remove Session methods that duplicate DiagCtxt methods. 2023-12-24 08:05:28 +11:00
mod.rs Avoid silencing relevant follow-up errors 2024-01-09 21:08:16 +00:00
object_safety.rs Remove Session methods that duplicate DiagCtxt methods. 2023-12-24 08:05:28 +11:00
outlives_bounds.rs Auto merge of #118968 - aliemjay:canon-static, r=lcnr 2024-01-09 09:20:33 +00:00
project.rs Remove movability from TyKind::Coroutine 2023-12-28 16:35:01 +00:00
structural_match.rs Remove Session methods that duplicate DiagCtxt methods. 2023-12-24 08:05:28 +11:00
structural_normalize.rs Remove special-casing around aliaskind in new solver 2024-01-11 16:54:11 +00:00
util.rs Add helper for when we want to know if an item has a host param 2024-01-08 01:37:35 +00:00
vtable.rs Remove Session methods that duplicate DiagCtxt methods. 2023-12-24 08:05:28 +11:00
wf.rs Only check principal trait ref for object safety 2023-12-06 20:22:37 +00:00