summary refs log tree commit diff
path: root/compiler/rustc_abi/src/callconv
AgeCommit message (Collapse)AuthorLines
2025-02-06compiler: reorganize rustc_abi to be more internally uniformJubilee Young-0/+63
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.