rust/compiler/rustc_ty_utils/src
Nicholas Nethercote 2df805fc7a Store blocks in Thir.
Like expressions, statements, and match arms. This shrinks `thir::Stmt`
and is a precursor to further shrinking `thir::Expr`.
2022-08-24 15:06:44 +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 Store blocks in Thir. 2022-08-24 15:06:44 +10:00
implied_bounds.rs implied_bounds: clarify our assumptions 2022-08-17 12:22:32 +02:00
instance.rs Store associated item defaultness in impl_defaultness. 2022-08-01 21:38:16 +02:00
lib.rs implied_bounds: clarify our assumptions 2022-08-17 12:22:32 +02:00
needs_drop.rs Add bound_type_of 2022-05-13 18:27:18 -04:00
representability.rs Remove unused StableMap and StableSet types from rustc_data_structures 2022-07-20 13:11:39 +02:00
ty.rs Add bound_impl_subject and bound_return_ty 2022-08-03 01:02:46 -04:00