rust/compiler/rustc_target/src
bors 2259028a70 Auto merge of #124762 - madsmtm:refactor-apple-target-abi, r=lcnr,BlackHoleFox
Refactor Apple `target_abi`

This was bundled together with `Arch`, which complicated a few code paths and meant we had to do more string matching than necessary.

CC `@BlackHoleFox` as you've worked on the Apple target spec before

Related: Is there a reason why `Target`/`TargetOptions` use `StaticCow` for so many things, instead of an enum with defined values (and perhaps a catch-all case for custom target json files)? Tagging `@Nilstrieb,` as you might know?
2024-05-11 08:32:35 +00:00
..
abi Refactor float Primitives to a separate Float type 2024-05-06 14:56:10 +01:00
asm Remove extern crate rustc_macros from numerous crates. 2024-04-29 10:21:54 +10:00
spec Auto merge of #124762 - madsmtm:refactor-apple-target-abi, r=lcnr,BlackHoleFox 2024-05-11 08:32:35 +00:00
json.rs Add metadata to targets 2024-03-10 20:46:08 +01:00
lib.rs Remove unused step_trait feature. 2024-05-08 11:00:19 +10:00
target_features.rs Stabilize Wasm phase 4 & 5 proposals 2024-04-18 12:51:02 +02:00
tests.rs Use serde_json for target spec json 2022-06-03 16:46:19 +00:00