rust/compiler/rustc_abi/src
Jubilee Young 2d637f70a8 compiler: use CanonAbi for entry_abi
makes entry_abi a lowering of the ABI string, so now it can be
```json
  "entry_abi": "C",
  "entry_abi": "win64",
  "entry_abi": "aapcs",
```
2025-06-03 10:02:44 -07:00
..
callconv compiler: split vector_align into cabi and llvmlike 2025-02-20 19:55:29 -08:00
extern_abi compiler: remove rustc_abi::lookup and AbiUnsupported 2025-02-11 20:18:01 -08:00
layout Move coroutine layout logic to rustc_abi 2025-03-08 16:16:23 +01:00
callconv.rs rename BackendRepr::Vector → SimdVector 2025-02-28 17:17:45 +01:00
canon_abi.rs compiler: use CanonAbi for entry_abi 2025-06-03 10:02:44 -07:00
extern_abi.rs compiler: add CanonAbi 2025-05-31 12:36:01 -07:00
layout.rs Initial UnsafePinned/UnsafeUnpin impl [Part 1: Libs] 2025-04-13 01:11:04 -04:00
lib.rs compiler: add CanonAbi 2025-05-31 12:36:01 -07:00
tests.rs coverage: Set up MC/DC bitmaps without additional unsafe code 2024-05-01 09:55:22 +10:00