| Age | Commit message (Collapse) | Author | Lines |
|
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.
|
|
Introduce a pair of functions that actually describe what they do,
because it wasn't clear the alignment is sometimes a forgery.
|
|
General housekeeping:
- Use less reexports from its rustc_target era
- Unify some imports as a result
- Split the Reg(ister) types into their own files
Generally moving stuff around because it makes the crate more consistent.
|