summary refs log tree commit diff
path: root/compiler/rustc_target/src/spec/json.rs
AgeCommit message (Expand)AuthorLines
2025-07-21Use serde for target spec json deserializeNoratrieb-652/+373
2025-06-11compiler: Change c_int_width to be an integer typeJubilee Young-1/+7
2025-06-07store `target.min_global_align` as an `Align`Folkert de Vries-2/+19
2025-06-03compiler: use CanonAbi for entry_abiJubilee Young-13/+18
2025-06-03compiler: add AbiMapJubilee Young-1/+0
2025-04-04Rollup merge of #138949 - madsmtm:rename-to-darwin, r=WaffleLapkinMatthias Krüger-2/+2
2025-03-25Rename `is_like_osx` to `is_like_darwin`Mads Marquart-2/+2
2025-03-19Make default_codegen_backend serializableVladyslav Tsilytskyi-0/+8
2025-02-17Adds binary_format to rustc target specsPyrode-0/+15
2025-02-08Rustfmtbjorn3-4/+4
2025-02-03Auto merge of #136146 - RalfJung:x86-abi, r=workingjubileebors-0/+15
2025-02-03add rustc_abi to control ABI decisions LLVM does not have flags for, and use ...Ralf Jung-0/+15
2025-01-16Target option to require explicit cpuFlakebi-0/+2
2024-12-30add llvm_floatabi field to target spec that controls FloatABITypeRalf Jung-0/+14
2024-11-28move target JSON (de)serialization to separate fileRalf Jung-0/+798