about summary refs log tree commit diff
path: root/compiler/rustc_abi/src/callconv.rs
AgeCommit message (Expand)AuthorLines
2025-02-28rename BackendRepr::Vector → SimdVectorRalf Jung-1/+1
2025-02-20Remove `BackendRepr::Uninhabited`, replaced with an `uninhabited: bool` field...Zachary S-2/+0
2025-02-09compiler: gate `extern "{abi}"` in ast_loweringJubilee Young-2/+1
2025-02-06compiler: reorganize rustc_abi to be more internally uniformJubilee Young-70/+7
2024-12-18make no-variant types a dedicated Variants variantRalf Jung-1/+1
2024-10-29compiler: `rustc_abi::Abi` => `BackendRepr`Jubilee Young-8/+8
2024-10-21Make rustc_abi compile on stable againLukas Wirth-11/+9
2024-10-11compiler: Wire `{TyAnd,}Layout` into `rustc_abi`Jubilee Young-0/+254