rust/compiler/rustc_abi/src
Jubilee Young ec13ae6475 compiler: add Deref to AbiAlign to ease transition
We will want to remove many cases of `.abi`, including `.abi.thing`,
so this may simplify future PRs and certainly doesn't hurt.

We omit DerefMut because mutation is much rarer and localized.
2025-06-08 16:41:48 -07:00
..
callconv compiler: split vector_align into cabi and llvmlike 2025-02-20 19:55:29 -08:00
extern_abi compiler: remove rustc_abi::lookup and AbiUnsupported 2025-02-11 20:18:01 -08:00
layout Remove rustc's notion of "preferred" alignment AKA __alignof 2025-06-08 16:41:46 -07:00
callconv.rs rename BackendRepr::Vector → SimdVector 2025-02-28 17:17:45 +01:00
canon_abi.rs canon_abi: make to_erased_extern_abi just a detail in formatting 2025-06-05 10:05:36 +02:00
extern_abi.rs compiler: Remove superfluous renaming import of ExternAbi 2025-06-06 22:00:26 -07:00
layout.rs Remove rustc's notion of "preferred" alignment AKA __alignof 2025-06-08 16:41:46 -07:00
lib.rs compiler: add Deref to AbiAlign to ease transition 2025-06-08 16:41:48 -07:00
tests.rs coverage: Set up MC/DC bitmaps without additional unsafe code 2024-05-01 09:55:22 +10:00