rust/compiler/rustc_trait_selection/src/traits
2023-05-25 17:29:22 +00:00
..
error_reporting Use Option::is_some_and and Result::is_ok_and in the compiler 2023-05-24 14:20:41 +00:00
query Fallible<_> -> Result<_, NoSolution> 2023-05-25 17:29:22 +00:00
select Use Option::is_some_and and Result::is_ok_and in the compiler 2023-05-24 14:20:41 +00:00
specialize Report nicer lifetime errors for specialization 2023-05-05 22:19:56 +01:00
auto_trait.rs Pull out logic from #111131, plus some new logic in EvalCtxt::normalize_opaque_type 2023-05-25 03:19:15 +00:00
chalk_fulfill.rs Report overflows gracefully with new solver 2023-04-10 16:36:30 +00:00
coherence.rs Move DefiningAnchor 2023-05-25 03:21:21 +00:00
const_evaluatable.rs Suppress "erroneous constant used" for constants tainted by errors 2023-05-15 00:00:00 +00:00
engine.rs Fallible<_> -> Result<_, NoSolution> 2023-05-25 17:29:22 +00:00
fulfill.rs Suppress "erroneous constant used" for constants tainted by errors 2023-05-15 00:00:00 +00:00
misc.rs Impl StructuralEq & ConstParamTy for str, &T, [T; N] and [T] 2023-04-27 15:59:07 +00:00
mod.rs Structurally normalize in the new solver 2023-05-22 21:18:20 +00:00
object_safety.rs Move expansion of query macros in rustc_middle to rustc_middle::query 2023-05-15 08:49:13 +02:00
outlives_bounds.rs Use ErrorGuaranteed more in MIR type ops 2023-05-25 17:17:07 +00:00
project.rs Rollup merge of #111695 - fmease:dont-lump-together-alias-tys, r=compiler-errors 2023-05-18 17:37:09 +05:30
structural_match.rs Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
structural_normalize.rs Structurally normalize in the new solver 2023-05-22 21:18:20 +00:00
util.rs Report nicer lifetime errors for specialization 2023-05-05 22:19:56 +01:00
vtable.rs Move expansion of query macros in rustc_middle to rustc_middle::query 2023-05-15 08:49:13 +02:00
wf.rs IAT: Proper WF computation 2023-05-04 17:00:33 +02:00