rust/compiler/rustc_ty_utils/src
Nicholas Nethercote 2c4c8eb1a3 Box PatKind::Range.
Because it's the biggest variant. Also, make `PatRange` non-`Copy`,
because it's 104 bytes, which is pretty big.
2022-09-02 07:26:22 +10:00
..
assoc.rs Remove trait_of_item query. 2022-08-01 21:39:26 +02:00
common_traits.rs Don't consider !Unpin references as noalias 2021-03-21 20:10:53 +01:00
consts.rs Box PatKind::Range. 2022-09-02 07:26:22 +10:00
errors.rs Migrate rustc_ty_utils to use SessionDiagnostic 2022-08-26 14:36:51 +01:00
implied_bounds.rs implied_bounds: clarify our assumptions 2022-08-17 12:22:32 +02:00
instance.rs Always import all tracing macros for the entire crate instead of piecemeal by module 2022-09-01 14:54:27 +00:00
lib.rs Migrate rustc_ty_utils to use SessionDiagnostic 2022-08-26 14:36:51 +01:00
needs_drop.rs Migrate rustc_ty_utils to use SessionDiagnostic 2022-08-26 14:36:51 +01:00
representability.rs Remove unused StableMap and StableSet types from rustc_data_structures 2022-07-20 13:11:39 +02:00
ty.rs tracing::instrument cleanup 2022-09-01 14:54:27 +00:00