about summary refs log tree commit diff
path: root/compiler/rustc_target
AgeCommit message (Expand)AuthorLines
2025-03-12Rollup merge of #138331 - nnethercote:use-RUSTC_LINT_FLAGS-more, r=onur-ozkan...Matthias Krüger-1/+0
2025-03-11Auto merge of #137586 - nnethercote:SetImpliedBits, r=bjorn3bors-7/+5
2025-03-11Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-1/+0
2025-03-10Target definition for `wasm32-wali-linux-musl` to support the Wasm LinuxArjun Ramesh-0/+190
2025-03-10Revert "Use workspace lints for crates in `compiler/` #138084"许杰友 Jieyou Xu (Joe)-3/+1
2025-03-09Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxuMatthias Krüger-1/+3
2025-03-07Rollup merge of #137957 - Noratrieb:no, r=wesleywiserJacob Pratt-11/+9
2025-03-07Rollup merge of #137363 - workingjubilee:untangle-x86-abi-impl, r=jieyouxuJacob Pratt-23/+89
2025-03-08Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-1/+0
2025-03-08Specify rust lints for `compiler/` crates via Cargo.Nicholas Nethercote-0/+3
2025-03-05compiler: factor Windows x86-32 ABI impl into its own fileJubilee Young-23/+89
2025-03-05feat: Remove - from xtensa targets cpu namesSergio Gasquez-4/+4
2025-03-05Simplify `implied_target_features`.Nicholas Nethercote-7/+5
2025-03-04Auto merge of #135695 - Noratrieb:elf-raw-dylib, r=bjorn3bors-1/+54
2025-03-03Remove i586-pc-windows-msvcNoratrieb-11/+9
2025-03-02Rollup merge of #137860 - taiki-e:powerpcspe-msync, r=workingjubileeMatthias Krüger-1/+3
2025-03-02rustc_target: Add msync target feature and enable it on powerpcspe targetsTaiki Endo-1/+3
2025-02-28rename BackendRepr::Vector → SimdVectorRalf Jung-13/+13
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-24Rollup merge of #137417 - taiki-e:riscv-atomic, r=AmanieuMichael Goulet-0/+5
2025-02-23Rollup merge of #136637 - Pyr0de:binary-format, r=NoratriebTrevor Gross-10/+90
2025-02-22rustc_target: Add more RISC-V atomic-related featuresTaiki Endo-0/+5
2025-02-22Upgrade the compiler to edition 2024Michael Goulet-1/+1
2025-02-21Rollup merge of #135630 - folkertdev:s390x-target-features, r=AmanieuMatthias Krüger-1/+20
2025-02-21adjust_abi: make fallback logic for ABIs a bit easier to readRalf Jung-11/+26
2025-02-21add more s390x target featuresFolkert de Vries-1/+20
2025-02-20Rollup merge of #137324 - flba-eb:rename_qnx_target_name_i586, r=workingjubileeJubilee-1/+1
2025-02-20Rollup merge of #137318 - bjorn3:cg_clif_abi_workaround, r=workingjubileeJubilee-1/+3
2025-02-20Rollup merge of #136985 - zachs18:backend-repr-remove-uninhabited, r=workingj...Jubilee-10/+5
2025-02-20Rollup merge of #136473 - usamoi:infer_linker_hints, r=petrochenkovJubilee-8/+12
2025-02-20Rollup merge of #131651 - Patryk27:avr-unknown-unknown, r=tgross35Jubilee-49/+39
2025-02-20Remove `BackendRepr::Uninhabited`, replaced with an `uninhabited: bool` field...Zachary S-10/+5
2025-02-20Make x86 QNX target name consistent with other Rust targetsFlorian Bartels-1/+1
2025-02-20Workaround Cranelift not yet properly supporting vectors smaller than 128bitbjorn3-1/+3
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-49/+39
2025-02-19Rollup merge of #137094 - RalfJung:softfloat-means-no-simd, r=tgross35Matthias Krüger-6/+10
2025-02-19x86_win64 ABI: do not use xmm0 with softfloat ABIRalf Jung-6/+10
2025-02-18x86-sse2 ABI: use SSE registers for floats and SIMDRalf Jung-47/+85
2025-02-17Adds binary_format to rustc target specsPyrode-10/+90
2025-02-17Rollup merge of #137149 - Noratrieb:wtf-is-this-target, r=RalfJungMatthias Krüger-0/+1
2025-02-17Auto merge of #136953 - ken-matsui:import-target-metadata, r=workingjubileebors-568/+679
2025-02-16rustc_target: import TargetMetadataKen Matsui-568/+679
2025-02-16Remove SSE ABI from i586-pc-windows-msvcNoratrieb-0/+1
2025-02-16Rollup merge of #137072 - Urgau:check-cfg-load-builtins-at-once, r=NoratriebMatthias Krüger-0/+13
2025-02-16Rollup merge of #136545 - durin42:nvptx64-align, r=nikicJacob Pratt-1/+1
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-19/+71
2025-02-13Rollup merge of #134999 - Berrysoft:dev/new-cygwin-target, r=chenyukang,worki...Jacob Pratt-2/+74