about summary refs log tree commit diff
path: root/compiler/rustc_target/src/spec/json.rs
AgeCommit message (Expand)AuthorLines
2025-09-12Add --print target-spec-json-schemaNoratrieb-4/+34
2025-08-27turn pointer width into an integer in target.jsonWaffle Lapkin-5/+2
2025-08-27allow using `target_val!` with a renameWaffle Lapkin-10/+8
2025-08-15Rollup merge of #145004 - bjorn3:remove_unused_fields, r=WaffleLapkinStuart Cook-3/+0
2025-08-08Remove bitcode_llvm_cmdlinebjorn3-3/+0
2025-08-07Add minimal `armv7a-vex-v5` supportLewis McClelland-0/+3
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