rust/compiler/rustc_abi/src
Jubilee Young 4bb0c3da2c Split out the extern_system_varargs feature
After the stabilization PR was opened, `extern "system"` functions were
added to `extended_varargs_abi_support`. This has a number of questions
regarding it that were not discussed and were somewhat surprising.
It deserves to be considered as its own feature, separate from
`extended_varargs_abi_support`.
2025-02-12 19:57:45 -08:00
..
callconv compiler: reorganize rustc_abi to be more internally uniform 2025-02-06 01:39:46 -08:00
extern_abi compiler: remove rustc_abi::lookup and AbiUnsupported 2025-02-11 20:18:01 -08:00
layout compiler: reorganize rustc_abi to be more internally uniform 2025-02-06 01:39:46 -08:00
callconv.rs compiler: gate extern "{abi}" in ast_lowering 2025-02-09 20:36:59 -08:00
extern_abi.rs Split out the extern_system_varargs feature 2025-02-12 19:57:45 -08:00
layout.rs exclude unsizable tail from randomization seed calculation 2025-01-10 02:22:57 +01:00
lib.rs compiler: remove rustc_abi::lookup and AbiUnsupported 2025-02-11 20:18:01 -08:00
tests.rs coverage: Set up MC/DC bitmaps without additional unsafe code 2024-05-01 09:55:22 +10:00