about summary refs log tree commit diff
path: root/compiler/rustc_target/src/spec/mod.rs
AgeCommit message (Expand)AuthorLines
2025-04-10Add minimal x86_64-lynx-lynxos178 support.Tim Newsome-0/+1
2025-04-06remove compiler support for `extern "rust-intrinsic"` blocksSkgland-8/+3
2025-04-06Auto merge of #138947 - madsmtm:refactor-apple-versions, r=Noratriebbors-0/+1
2025-04-05Rollup merge of #139285 - tshepang:uniform-case, r=jieyouxuStuart Cook-1/+1
2025-04-04refactor: Move Apple OSVersion (back) to rustc_targetMads Marquart-0/+1
2025-04-04Rollup merge of #138949 - madsmtm:rename-to-darwin, r=WaffleLapkinMatthias Krüger-8/+8
2025-04-03use lower case to match other error messagesTshepang Mbambo-1/+1
2025-03-26Auto merge of #138601 - RalfJung:wasm-abi-fcw, r=alexcrichtonbors-1/+4
2025-03-25Rename `is_like_osx` to `is_like_darwin`Mads Marquart-8/+8
2025-03-25make -Zwasm-c-abi=legacy suppress the lintRalf Jung-1/+4
2025-03-21target spec check: better error when llvm-floatabi is missingRalf Jung-1/+4
2025-03-10Target definition for `wasm32-wali-linux-musl` to support the Wasm LinuxArjun Ramesh-0/+1
2025-03-07Rollup merge of #137957 - Noratrieb:no, r=wesleywiserJacob Pratt-2/+9
2025-03-03Remove i586-pc-windows-msvcNoratrieb-2/+9
2025-02-26Support raw-dylib link kind on ELFNoratrieb-1/+54
2025-02-25Rollup merge of #137370 - RalfJung:x86-abi-fallback, r=SparrowLiiLeón Orell Valerian Liehr-11/+26
2025-02-23Rollup merge of #136637 - Pyr0de:binary-format, r=NoratriebTrevor Gross-0/+52
2025-02-21adjust_abi: make fallback logic for ABIs a bit easier to readRalf Jung-11/+26
2025-02-20Rollup merge of #137324 - flba-eb:rename_qnx_target_name_i586, r=workingjubileeJubilee-1/+1
2025-02-20Rollup merge of #136473 - usamoi:infer_linker_hints, r=petrochenkovJubilee-8/+12
2025-02-20Make x86 QNX target name consistent with other Rust targetsFlorian Bartels-1/+1
2025-02-20infer linker flavor by linker name if it's sufficiently specificusamoi-8/+12
2025-02-19Create a generic AVR target: avr-nonePatryk Wychowaniec-3/+6
2025-02-17Adds binary_format to rustc target specsPyrode-0/+52
2025-02-16Rollup merge of #137072 - Urgau:check-cfg-load-builtins-at-once, r=NoratriebMatthias Krüger-0/+13
2025-02-15Load all builtin targets at once instead of one by oneUrgau-0/+13
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