rust/compiler/rustc_ty_utils/src
2023-06-22 15:51:19 +00:00
..
abi.rs Rename tcx.mk_re_* => Region::new_* 2023-05-29 17:54:53 +00:00
assoc.rs Move opaque_type_origin_unchecked onto TyCtxt and re-use it where it was open coded 2023-06-22 14:31:15 +00:00
common_traits.rs Move expansion of query macros in rustc_middle to rustc_middle::query 2023-05-15 08:49:13 +02:00
consts.rs Promote unchecked_add/sub/mul/shl/shr to mir::BinOp 2023-06-19 01:47:03 -07:00
errors.rs Re-use error code for duplicate error 2023-06-22 15:51:14 +00:00
implied_bounds.rs Move expansion of query macros in rustc_middle to rustc_middle::query 2023-05-15 08:49:13 +02:00
instance.rs Remove even more redundant builtin candidates 2023-06-17 03:32:46 +00:00
layout.rs Store generator field names in GeneratorLayout. 2023-06-19 16:50:52 +00:00
layout_sanity_check.rs Factor out checks in layout check and add helper inherent_size. 2023-05-05 16:11:03 -07:00
lib.rs Move expansion of query macros in rustc_middle to rustc_middle::query 2023-05-15 08:49:13 +02:00
needs_drop.rs EarlyBinder::new -> EarlyBinder::bind 2023-05-29 13:46:10 +02:00
opaque_types.rs ICE on types that should not be defining opaque types 2023-06-22 15:51:19 +00:00
representability.rs Move expansion of query macros in rustc_middle to rustc_middle::query 2023-05-15 08:49:13 +02:00
structural_match.rs Move expansion of query macros in rustc_middle to rustc_middle::query 2023-05-15 08:49:13 +02:00
ty.rs Separate AnonConst from ConstBlock in HIR. 2023-06-02 21:25:18 +00:00