rust/compiler/rustc_traits/src
Josh Triplett 0f0d7024f5 Eliminate unnecessary dependency from rustc_traits to rustc_hir
`rustc_traits` only uses `DefId`, which is a re-export from
`rustc_span`.
2025-08-20 15:04:00 -07:00
..
codegen.rs Remove fast path from codegen_select, since Sized has no methods 2025-07-02 00:33:06 +00:00
coroutine_witnesses.rs Eliminate unnecessary dependency from rustc_traits to rustc_hir 2025-08-20 15:04:00 -07:00
dropck_outlives.rs Eliminate unnecessary dependency from rustc_traits to rustc_hir 2025-08-20 15:04:00 -07:00
evaluate_obligation.rs Consider param-env for fast path 2025-07-20 17:45:01 +00:00
implied_outlives_bounds.rs Remove ParamEnvAnd::into_parts. 2025-07-31 15:17:20 +10:00
lib.rs Querify coroutine_hidden_types 2025-05-20 11:50:25 +00:00
normalize_erasing_regions.rs Implement other logics 2025-07-15 13:48:30 +00:00
normalize_projection_ty.rs Set groundwork for proper const normalization 2025-05-01 20:05:02 +01:00
type_op.rs Remove ParamEnvAnd::into_parts. 2025-07-31 15:17:20 +10:00