about summary refs log tree commit diff
path: root/compiler/rustc_abi/src/layout/simple.rs
AgeCommit message (Collapse)AuthorLines
2025-09-27compiler: remove AbiAlign inside TargetDataLayoutJubilee Young-13/+14
This maintains AbiAlign usage in public API and most of the compiler, but direct access of these fields is now in terms of Align only.
2025-03-08Remove most manual LayoutData creations and move them to `rustc_abi`Moulins-0/+148
...either as: - methods on LayoutCalculator, for faillible operations; - constructors on LayoutData, for infaillible ones.