rust/compiler/rustc_ty_utils/src
Scott McMurray 673be1b82a Use a delayed bug for this layout ICE
Fixes 144501
2025-11-28 14:49:42 -08:00
..
layout Use a delayed bug for this layout ICE 2025-11-28 14:49:42 -08:00
abi.rs assert that #[rustc_pass_indirectly_in_non_rustic_abis] is respected 2025-11-04 09:56:21 +01:00
assoc.rs Split AssocContainer::{InherentImpl,TraitImpl} 2025-09-12 15:14:15 -05:00
common_traits.rs Replace some Option<Span> with Span and use DUMMY_SP instead of None 2025-06-05 14:14:59 +00:00
consts.rs Replace OffsetOf by an actual sum. 2025-11-18 00:10:03 +00:00
errors.rs Add an attribute to check the number of lanes in a SIMD vector after monomorphization 2025-09-23 20:47:34 -04:00
implied_bounds.rs Split impl_(opt_)trait_ref 2025-10-17 08:36:34 -05:00
instance.rs Split trait_id_of_impl into impl(_opt)_trait_id 2025-10-17 08:36:34 -05:00
layout.rs extend some comments and clarify some names around enum tag type computation 2025-11-04 11:32:16 +01:00
lib.rs Unify the configuration of the compiler docs 2025-11-05 11:25:27 +00:00
needs_drop.rs fixup limit handling code 2025-09-08 15:07:12 -07:00
nested_bodies.rs change order of nested_bodies_within 2025-08-27 14:11:07 +02:00
opaque_types.rs Split impl_(opt_)trait_ref 2025-10-17 08:36:34 -05:00
representability.rs Rename unpack to kind 2025-05-27 11:14:45 +00:00
sig_types.rs Split impl_(opt_)trait_ref 2025-10-17 08:36:34 -05:00
structural_match.rs rename select_where_possible and select_all_or_error 2025-10-07 23:02:23 +01:00
ty.rs Split Bound into Canonical and Bound 2025-09-30 12:58:28 -04:00