about summary refs log tree commit diff
path: root/compiler/rustc_target/src/spec/abi
AgeCommit message (Expand)AuthorLines
2024-10-30compiler: Lift `rustc_target::spec::abi::Abi` to `rustc_abi::ExternAbi`Jubilee Young-362/+0
2024-10-22terminology: #[feature] *enables* a feature (instead of "declaring" or "activ...Ralf Jung-1/+1
2024-09-21add `C-cmse-nonsecure-entry` ABIFolkert de Vries-8/+15
2024-08-27ABI compat check: detect unadjusted ABI mismatchesRalf Jung-0/+2
2024-08-11Use assert_matches around the compilerMichael Goulet-1/+3
2024-07-11Remove extern "wasm" ABINikita Popov-15/+11
2024-04-29Remove `extern crate rustc_macros` from numerous crates.Nicholas Nethercote-1/+1
2024-02-25remove platform-intrinsics ABI; make SIMD intrinsics be regular intrinsicsRalf Jung-11/+4
2024-01-30Remove the `abi_amdgpu_kernel` featureclubby789-21/+14
2024-01-12allow system abi to be variadicbeepster4096-1/+2
2023-11-08rustc_target: move file for uniformityDavid Wood-0/+341
2023-08-08feat: `riscv-interrupt-{m,s}` calling conventionsSeth Pellegrino-3/+3
2020-08-30mv compiler to compiler/mark-0/+27