about summary refs log tree commit diff
path: root/compiler/rustc_abi/src/extern_abi.rs
AgeCommit message (Expand)AuthorLines
2025-08-20Move `IntoDiagArg` earlier in the dependency chainsJosh Triplett-0/+3
2025-06-25compiler: Trim the misleading C from ExternAbi::CCmse*Jubilee Young-4/+4
2025-06-24Add rust-invalid ABIMichael Goulet-0/+5
2025-06-12add `extern "custom"` functionsFolkert de Vries-0/+6
2025-06-06compiler: Remove superfluous renaming import of ExternAbiJubilee Young-3/+1
2025-06-06compiler: Sort and doc ExternAbi variantsJubilee Young-33/+62
2025-05-31compiler: add CanonAbiJubilee Young-5/+2
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