about summary refs log tree commit diff
path: root/compiler/rustc_abi/src/extern_abi
AgeCommit message (Expand)AuthorLines
2025-02-11compiler: remove rustc_abi::lookup and AbiUnsupportedJubilee Young-4/+5
2025-02-11compiler: remove AbiDatasJubilee Young-9/+2
2025-02-11compiler: compare and hash ExternAbi like its stringJubilee Young-0/+8
2025-02-09compiler: remove `abi`-specific `extern "{abi}"` suggestionsJubilee Young-1/+1
2025-02-06compiler: reorganize rustc_abi to be more internally uniformJubilee Young-347/+0
2025-01-17Auto merge of #135047 - Flakebi:amdgpu-kernel-cc, r=workingjubileebors-13/+22
2025-01-16Add gpu-kernel calling conventionFlakebi-13/+22
2025-01-10fix ZST handling for Windows ABIs on MSVC targetRalf Jung-0/+4
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-2/+1
2024-10-30compiler: Lift `rustc_target::spec::abi::Abi` to `rustc_abi::ExternAbi`Jubilee Young-0/+364