| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-09-27 | compiler: remove AbiAlign inside TargetDataLayout | Jubilee 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-08 | Remove 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. | ||||
