about summary refs log tree commit diff
path: root/compiler/rustc_abi/src/extern_abi.rs
AgeCommit message (Expand)AuthorLines
2025-04-06remove compiler support for `extern "rust-intrinsic"` blocksSkgland-3/+1
2025-03-04compiler: add `ExternAbi::is_rustic_abi`Jubilee Young-0/+11
2025-02-12Split out the `extern_system_varargs` featureJubilee Young-2/+0
2025-02-11compiler: remove rustc_abi::lookup and AbiUnsupportedJubilee Young-8/+1
2025-02-11compiler: remove AbiDatasJubilee Young-114/+2
2025-02-11compiler: compare and hash ExternAbi like its stringJubilee Young-12/+129
2025-02-11compiler: narrow scope of nightly cfg in rustc_abiJubilee Young-1/+2
2025-02-09compiler: remove `abi`-specific `extern "{abi}"` suggestionsJubilee Young-19/+6
2025-02-09compiler: gate `extern "{abi}"` in ast_loweringJubilee Young-102/+3
2025-02-06compiler: reorganize rustc_abi to be more internally uniformJubilee Young-0/+347