summary refs log tree commit diff
path: root/compiler/rustc_target/src/spec/mod.rs
AgeCommit message (Expand)AuthorLines
2025-02-14add x86-sse2 (32bit) ABI that requires SSE2 target featureRalf Jung-0/+9
2025-02-13Rollup merge of #134999 - Berrysoft:dev/new-cygwin-target, r=chenyukang,worki...Jacob Pratt-2/+3
2025-02-12Rollup merge of #136698 - jackpot51:i586-redox, r=RalfJungGuillaume Gomez-1/+1
2025-02-11Rollup merge of #136603 - workingjubilee:move-abi-versioning-into-ast, r=comp...Matthias Krüger-7/+0
2025-02-10Add cygwin target.王宇逸-2/+3
2025-02-10Auto merge of #134740 - Flakebi:amdgpu-target, r=workingjubileebors-0/+2
2025-02-09compiler: remove rustc_target::spec::abi reexportsJubilee Young-4/+0
2025-02-09compiler: gate `extern "{abi}"` in ast_loweringJubilee Young-4/+1
2025-02-07compiler: remove rustc_target::abi entirelyJubilee Young-1/+1
2025-02-07Replace i686-unknown-redox target with i586-unknown-redoxJeremy Soller-1/+1
2025-02-07Rollup merge of #136565 - workingjubilee:fixup-abi-in-target, r=compiler-errorsMatthias Krüger-24/+19
2025-02-07Rollup merge of #136191 - klensy:const_a, r=compiler-errorsMatthias Krüger-1/+1
2025-02-06compiler: make rustc_target have less weird reexportsJubilee Young-24/+19
2025-02-03Auto merge of #136146 - RalfJung:x86-abi, r=workingjubileebors-4/+45
2025-02-03add rustc_abi to control ABI decisions LLVM does not have flags for, and use ...Ralf Jung-4/+45
2025-01-31Add amdgpu targetFlakebi-0/+2
2025-01-30Auto merge of #135030 - Flakebi:require-cpu, r=workingjubileebors-0/+4
2025-01-28replaces few consts with statics to reduce readonly sectionklensy-1/+1
2025-01-24add nto80 x86-64 and aarch64 targetAkhilTThomas-0/+2
2025-01-24Add support for QNX 7.1 with io-sock on x64Florian Bartels-0/+1
2025-01-24Add new target for supporting Neutrino QNX 6.1 with `io-socket` network stack...Florian Bartels-0/+1
2025-01-20Add NuttX support for AArch64 and ARMv7-A targetsHuang Qi-0/+5
2025-01-17Auto merge of #135047 - Flakebi:amdgpu-kernel-cc, r=workingjubileebors-0/+1
2025-01-16Target option to require explicit cpuFlakebi-0/+4
2025-01-16Add gpu-kernel calling conventionFlakebi-0/+1
2025-01-10fix ZST handling for Windows ABIs on MSVC targetRalf Jung-5/+10
2025-01-06Add new `{x86_64,i686}-win7-windows-gnu` targetsTobias Bucher-1/+3
2025-01-06Auto merge of #135085 - knickish:m68k_unknown_none, r=workingjubileebors-0/+1
2025-01-05Auto merge of #134794 - RalfJung:abi-required-target-features, r=workingjubileebors-6/+24
2025-01-05add dedicated type for ABI target feature constraintsRalf Jung-4/+4
2025-01-03add m68k-unknown-none-elf targetkirk-0/+1
2025-01-03Target: Add mips mti baremetal supportYunQiang Su-0/+2
2024-12-31explicitly model that certain ABIs require/forbid certain target featuresRalf Jung-6/+24
2024-12-30explicitly set float ABI for all ARM targetsRalf Jung-1/+5
2024-12-30add llvm_floatabi field to target spec that controls FloatABITypeRalf Jung-0/+41
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-1/+1
2024-12-15reject unsound toggling of RISCV target featuresRalf Jung-1/+1
2024-12-15advice against negative features in target specsRalf Jung-0/+4
2024-12-15apply review feedbackRalf Jung-18/+2
2024-12-14reject aarch64 target feature toggling that would change the float ABIRalf Jung-0/+12
2024-12-11forbid toggling x87 and fpregs on hard-float targetsRalf Jung-0/+12
2024-12-06Rollup merge of #130777 - azhogin:azhogin/reg-struct-return, r=workingjubileeMatthias Krüger-0/+2
2024-12-02rust_for_linux: -Zreg-struct-return commandline flag for X86 (#116973)Andrew Zhogin-0/+2
2024-11-28move target JSON (de)serialization to separate fileRalf Jung-789/+2
2024-11-27ensure JSON-defined targets are consistentRalf Jung-3/+364
2024-11-24Remove forces_embed_bitcodeDianQK-5/+0
2024-11-05Rollup merge of #132562 - alexcrichton:remove-wasm32-wasi, r=jieyouxuMatthias Krüger-1/+0
2024-11-03Remove is_builtin target spec fieldbjorn3-12/+1
2024-11-03Remove the `wasm32-wasi` target from rustcAlex Crichton-1/+0
2024-11-02Rename target triple to target tuple in many places in the compilerNoratrieb-72/+73