rust/compiler/rustc_abi/src
Guillaume Gomez 5f6d9829cd
Rollup merge of #142140 - workingjubilee:sort-extern-abi-variants, r=bjorn3
compiler: Sort and doc ExternAbi variants

My personal brainworms found this ordering made the most sense while writing the CanonAbi PR.  It is *an* ordering, at least, unlike the current mess. There has been no particular reason for the previous order ever since rust-lang/rust#136901, despite the comment I delete here. I just didn't change it.

Because I feel weird just fussing with variant ordering in the source definition, I also documented a bunch to the best of my ability.
2025-06-07 22:22:59 +02: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 Update compiler/rustc_abi/src/layout/ty.rs 2025-06-06 09:30:40 +00:00
callconv.rs rename BackendRepr::Vector → SimdVector 2025-02-28 17:17:45 +01:00
canon_abi.rs canon_abi: make to_erased_extern_abi just a detail in formatting 2025-06-05 10:05:36 +02:00
extern_abi.rs compiler: Remove superfluous renaming import of ExternAbi 2025-06-06 22:00:26 -07:00
layout.rs Change tag_field to FieldIdx in Variants::Multiple 2025-06-03 23:42:21 -07:00
lib.rs Change tag_field to FieldIdx in Variants::Multiple 2025-06-03 23:42:21 -07:00
tests.rs coverage: Set up MC/DC bitmaps without additional unsafe code 2024-05-01 09:55:22 +10:00