summary refs log tree commit diff
path: root/compiler/rustc_target/src/spec/json.rs
AgeCommit message (Expand)AuthorLines
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