about summary refs log tree commit diff
path: root/compiler/rustc_target
AgeCommit message (Expand)AuthorLines
2025-05-05Apply suggestions from code reviewsmrobtzz-0/+5
2025-05-05Use more accurate ELF flags on MIPSSam Roberts-2/+20
2025-05-04Rollup merge of #139675 - sayantn:avx10, r=AmanieuStuart Cook-0/+20
2025-05-02Rollup merge of #140507 - a4lg:riscv-feature-addition-batch-3, r=AmanieuStuart Cook-1/+11
2025-05-02Rollup merge of #140389 - sayantn:avx512fp16, r=AmanieuStuart Cook-1/+1
2025-05-02Rollup merge of #138872 - a4lg:riscv-fix-incompatible-abi-zfinx, r=workingjub...Stuart Cook-4/+4
2025-05-01Rollup merge of #140460 - heiher:issue-140455, r=UrgauGuillaume Gomez-0/+3
2025-05-01rustc_target: RISC-V "Zfinx" is incompatible with {ILP32,LP64}[FD] ABIsTsukasa OI-4/+4
2025-05-01rustc_target: RISC-V: Add BF16 extensionsTsukasa OI-0/+3
2025-05-01rustc_target: RISC-V: Add atomics/memory-related extensionsTsukasa OI-0/+7
2025-05-01rustc_target: Adjust RISC-V feature implication (Za64rs and Za128rs)Tsukasa OI-1/+1
2025-05-01Remove `avx512dq` and `avx512vl` implication for `avx512fp16`Sayantan Chakraborty-1/+1
2025-04-29Add comment to remind filtering unsupported features when adding new onesWANG Rui-0/+3
2025-04-29Replace the \01__gnu_mcount_nc to LLVM intrinsic for additional ARM targetsBjörn Barwinski-0/+2
2025-04-26Add the `avx10.1` and `avx10.2` target featuressayantn-0/+20
2025-04-25Rollup merge of #140202 - est31:let_chains_feature_compiler, r=lcnrMatthias Krüger-1/+1
2025-04-24Rollup merge of #140139 - a4lg:riscv-feature-imply-adjust-1, r=AmanieuMatthias Krüger-5/+5
2025-04-24Rollup merge of #139261 - RalfJung:msvc-align-mitigation, r=oli-obkMatthias Krüger-1/+23
2025-04-23Make #![feature(let_chains)] bootstrap conditional in compiler/est31-1/+1
2025-04-22rustc_target: Adjust RISC-V feature implicationTsukasa OI-5/+5
2025-04-20make abi_unsupported_vector_types a hard errorRalf Jung-1/+1
2025-04-20Auto merge of #140043 - ChrisDenton:rollup-vwf0s9j, r=ChrisDentonbors-16/+14
2025-04-19Rollup merge of #139868 - thaliaarchi:move-env-consts-pal, r=joboetChris Denton-16/+14
2025-04-18Use struct update syntax for some TargetOptionsThalia Archibald-16/+14
2025-04-18Disable has_thread_local on i686-win7-windows-msvcroblabla-0/+6
2025-04-17Auto merge of #139940 - matthiaskrgr:rollup-rd4d3fn, r=matthiaskrgrbors-2/+12
2025-04-16rustc_target: Use "B" shorthand on the RISC-V Android targetTsukasa OI-1/+1
2025-04-16rustc_target: RISC-V: feature addition batch 2Tsukasa OI-1/+11
2025-04-10Add minimal x86_64-lynx-lynxos178 support.Tim Newsome-0/+67
2025-04-07mitigate MSVC unsoundness by not emitting alignment attributes on win32-msvc ...Ralf Jung-1/+23
2025-04-06remove compiler support for `extern "rust-intrinsic"` blocksSkgland-37/+18
2025-04-06Auto merge of #138947 - madsmtm:refactor-apple-versions, r=Noratriebbors-2/+120
2025-04-05Rollup merge of #139285 - tshepang:uniform-case, r=jieyouxuStuart Cook-1/+1
2025-04-04Auto merge of #137869 - Noratrieb:Now_I_am_become_death,_the_destroyer_of_i68...bors-1/+1
2025-04-04refactor: Move env parsing of deployment target to rustc_sessionMads Marquart-0/+12
2025-04-04refactor: Move Apple OSVersion (back) to rustc_targetMads Marquart-2/+108
2025-04-04Rollup merge of #138949 - madsmtm:rename-to-darwin, r=WaffleLapkinMatthias Krüger-15/+15
2025-04-03use lower case to match other error messagesTshepang Mbambo-1/+1
2025-04-02Demote i686-pc-windows-gnu to Tier 2Noratrieb-1/+1
2025-04-02Rollup merge of #138823 - a4lg:riscv-feature-addition-base-i, r=AmanieuStuart Cook-18/+23
2025-04-02Rollup merge of #138003 - sayantn:new-amx, r=AmanieuStuart Cook-0/+6
2025-04-02rustc_target: RISC-V: add base "I"-related important extensionsTsukasa OI-18/+23
2025-03-31Rollup merge of #138426 - madsmtm:vita-llvm-target, r=jieyouxuMatthias Krüger-1/+1
2025-03-30Auto merge of #137836 - madsmtm:openwrt-target-vendor, r=jieyouxubors-0/+1
2025-03-30Auto merge of #138742 - taiki-e:riscv-vector, r=Amanieubors-3/+51
2025-03-29Rollup merge of #138431 - madsmtm:uclibc-llvm-target, r=jieyouxuMatthias Krüger-4/+4
2025-03-26Auto merge of #138601 - RalfJung:wasm-abi-fcw, r=alexcrichtonbors-2/+8
2025-03-25Rename `is_like_osx` to `is_like_darwin`Mads Marquart-15/+15
2025-03-25make -Zwasm-c-abi=legacy suppress the lintRalf Jung-2/+5
2025-03-25add FCW to warn about wasm ABI transitionRalf Jung-0/+3