about summary refs log tree commit diff
path: root/compiler/stable_mir/src/abi.rs
AgeCommit message (Expand)AuthorLines
2025-07-14rename `stable_mir` to `rustc_public`, and `rustc_smir` to `rustc_public_bridge`Makai-493/+0
2025-07-06move `stable_mir` back to its own crate and move `rustc_internal` to the`stab...Makai-0/+493
2025-04-05let `rustc_smir` host `stable_mir` for refactoringMakai-456/+0
2025-02-20Remove `BackendRepr::Uninhabited`, replaced with an `uninhabited: bool` field...Zachary S-5/+1
2025-01-16Add gpu-kernel calling conventionFlakebi-0/+2
2024-12-18make no-variant types a dedicated Variants variantRalf Jung-1/+3
2024-12-18Variants::Single: do not use invalid VariantIdx for uninhabited enumsRalf Jung-0/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-09-21add `C-cmse-nonsecure-entry` ABIFolkert de Vries-0/+1
2024-09-02chore: Fix typos in 'compiler' (batch 3)Alexander Cyon-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-7/+7
2024-06-26add serde derive Serialize to stable_mirStephen Skeirik-17/+18
2024-05-08Use generic `NonZero`.Markus Reiter-2/+2
2024-03-13Fix StableMIR is_full computationCelina G. Val-1/+1
2024-03-01Add support to new float typesCelina G. Val-4/+24
2024-03-01Implement missing ABI structures in StableMIRCelina G. Val-4/+155
2024-01-30Remove the `abi_amdgpu_kernel` featureclubby789-1/+0
2023-12-19Fix c_variadic flag and add opaque info to PassModeCelina G. Val-9/+6
2023-12-18Add function ABI and type layout to StableMIRCelina G. Val-0/+286