about summary refs log tree commit diff
path: root/compiler/rustc_target/src/spec/abi.rs
AgeCommit message (Expand)AuthorLines
2023-11-08rustc_target: move file for uniformityDavid Wood-341/+0
2023-10-16Rename `ACTIVE_FEATURES` as `UNSTABLE_FEATURES`.Nicholas Nethercote-1/+1
2023-09-14Enable varargs support for AAPCS calling conventionSoveu-1/+2
2023-08-26Use `preserve_mostcc` for `extern "rust-cold"`Scott McMurray-10/+33
2023-08-08feat: `riscv-interrupt-{m,s}` calling conventionsSeth Pellegrino-2/+28
2023-08-07stabilize abi_thiscallBenedikt Radtke-9/+2
2023-04-29Change ABI order in is_stableGary Guo-12/+11
2023-04-29Partial stabilisation of `c_unwind`Gary Guo-35/+5
2023-04-09Simply Abi::fmtNilstrieb-3/+1
2023-01-11Stabilize `abi_efiapi` featureNicholas Bishop-5/+1
2022-10-23Enable varargs support for calling conventions other than C or cdeclSoveu-0/+22
2022-10-19Split is_stable from rustc_target::spec::abi::is_enabled.Mara Bos-159/+109
2022-09-22Improve the help message for an invalid calling conventionkhyperia-0/+188
2022-05-30Add support for emitting functions with `coldcc` in LLVMScott McMurray-0/+3
2022-02-02Add more *-unwind ABI variantsAmanieu d'Antras-37/+49
2021-08-31Lint Abi in ast validation.Camille GILLOT-0/+3
2021-07-06Replace per-target ABI denylist with an allowlistSimonas Kazlauskas-52/+31
2021-04-08rustc: Add a new `wasm` ABIAlex Crichton-6/+9
2021-03-09address pr review commentskatelyn a. martin-2/+13
2021-03-09rustc_target: add "unwind" payloads to `Abi`katelyn a. martin-14/+51
2021-02-02Add a new ABI to support cmse_nonsecure_callHugues de Valon-0/+2
2020-08-30mv compiler to compiler/mark-0/+125