about summary refs log tree commit diff
path: root/compiler/rustc_target/src/spec/abi_map.rs
AgeCommit message (Expand)AuthorLines
2025-08-07Add minimal `armv7a-vex-v5` supportLewis McClelland-1/+14
2025-06-25Rollup merge of #142992 - workingjubilee:dont-validate-naughty-abis, r=jieyouxuJana Dönszelmann-6/+13
2025-06-25compiler: fussily sort the huge AbiMap matchJubilee Young-6/+13
2025-06-25compiler: Trim the misleading C from ExternAbi::CCmse*Jubilee Young-3/+3
2025-06-24Add rust-invalid ABIMichael Goulet-1/+2
2025-06-19rustc_target: document public AbiMap-related fn and variantsJubilee Young-0/+6
2025-06-12add `extern "custom"` functionsFolkert de Vries-0/+2
2025-06-09Auto merge of #141435 - RalfJung:unsupported_calling_conventions, r=workingju...bors-3/+0
2025-06-08add (back) unsupported_calling_conventions lint to reject more invalid callin...Ralf Jung-3/+0
2025-06-05compiler: Add track_caller to AbiMapping::unwrapJubilee Young-0/+1
2025-06-03compiler: add AbiMapJubilee Young-0/+187