rust/compiler/rustc_ty_utils/src
Matthias Krüger bfa1a62fd4
Rollup merge of #138158 - moulins:move-layout-to-rustc_abi, r=workingjubilee
Move more layouting logic to `rustc_abi`

Move all `LayoutData`-constructing code to `rustc_abi`:
- Infaillible operations get a new `LayoutData` constructor method;
- Faillible ones get a new method on `LayoutCalculator`.
2025-03-09 10:34:51 +01:00
..
layout rename BackendRepr::Vector → SimdVector 2025-02-28 17:17:45 +01:00
abi.rs compiler: use is_rustic_abi in ty_utils 2025-03-04 19:57:51 -08:00
assoc.rs Make synthetic RPITIT assoc ty name handling more rigorous. 2025-03-07 20:59:45 +11:00
common_traits.rs Account for UseCloned on expr_use_visitor 2025-03-06 17:58:34 -03:00
consts.rs Implement .use keyword as an alias of clone 2025-03-06 17:58:32 -03:00
errors.rs Implement .use keyword as an alias of clone 2025-03-06 17:58:32 -03:00
implied_bounds.rs Greatly simplify lifetime captures in edition 2024 2025-02-22 22:24:52 +00:00
instance.rs Delete tuple unsizing 2025-02-27 10:26:33 +00:00
layout.rs Move coroutine layout logic to rustc_abi 2025-03-08 16:16:23 +01:00
lib.rs Remove #![warn(unreachable_pub)] from all compiler/ crates. 2025-03-08 08:41:43 +11:00
needs_drop.rs Greatly simplify lifetime captures in edition 2024 2025-02-22 22:24:52 +00:00
opaque_types.rs Move methods from Map to TyCtxt, part 3. 2025-02-21 14:31:09 +11:00
representability.rs rename BitSet to DenseBitSet 2025-01-11 11:34:01 +00:00
sig_types.rs Make fewer crates depend on rustc_ast_ir 2025-02-19 07:06:54 +00:00
structural_match.rs TypingMode 🤔 2024-10-29 17:01:24 +01:00
ty.rs Rollup merge of #136968 - oli-obk:bye-bye, r=compiler-errors 2025-03-09 10:34:47 +01:00