summary refs log tree commit diff
path: root/compiler/rustc_target
AgeCommit message (Expand)AuthorLines
2024-03-14Rollup merge of #122212 - erikdesjardins:byval-align2, r=wesleywiserMatthias Krüger-3/+1
2024-03-13fix: typosguoguangwu-3/+3
2024-03-12Auto merge of #122170 - alexcrichton:rename-wasi-threads, r=petrochenkovbors-140/+75
2024-03-12Rollup merge of #122342 - ChrisDenton:defautlib, r=petrochenkovMatthias Krüger-8/+12
2024-03-12Rollup merge of #115141 - ChrisDenton:windows-support, r=wesleywiserMatthias Krüger-2/+2
2024-03-11Update /NODEFAUTLIB comment for msvcChris Denton-8/+12
2024-03-11Update Windows platform supportChris Denton-2/+2
2024-03-11Rename `wasm32-wasi-preview1-threads` to `wasm32-wasip1-threads`Alex Crichton-140/+75
2024-03-11Rollup merge of #117458 - kjetilkjeka:embedded-linker, r=petrochenkovJubilee-4/+27
2024-03-11Rollup merge of #116793 - WaffleLapkin:target_rules_the_backend, r=cjgillotJubilee-0/+9
2024-03-11update make_indirect_byval comment about missing fix (this PR is the fix)Erik Desjardins-3/+1
2024-03-11LLVM Bitcode Linker: Add as a linker known to the compilerKjetil Kjeka-4/+23
2024-03-11NVPTX: Enable self-contained for the nvptx targetKjetil Kjeka-0/+4
2024-03-11Auto merge of #122305 - Nilstrieb:target-tiers, r=davidtwcobors-238/+1422
2024-03-11Auto merge of #122050 - erikdesjardins:sret, r=nikicbors-4/+35
2024-03-10Add metadata to targetsNilstrieb-238/+1422
2024-03-09once byval abi is computed, the target abi isn't used furthererikdesjardins-1/+1
2024-03-09improve byval abi docsErik Desjardins-5/+34
2024-03-08Rollup merge of #122157 - dpaoliello:targetdesc, r=NilstriebMatthias Krüger-6/+7
2024-03-08Add the new description field to Target::to_json, and add descriptions for so...Daniel Paoliello-6/+7
2024-03-08Rollup merge of #121832 - heiher:loongarch64-musl, r=wesleywiserMatthias Krüger-0/+20
2024-03-07fix now-incorrect parenthetical about byval attrErik Desjardins-2/+4
2024-03-07Auto merge of #119199 - dpaoliello:arm64ec, r=petrochenkovbors-3/+25
2024-03-06Add arm64ec-pc-windows-msvc targetDaniel Paoliello-3/+25
2024-03-06loongarch: add frecipe and relax target featureWANG Rui-0/+2
2024-03-06Add new Tier-3 target: `loongarch64-unknown-linux-musl`WANG Rui-0/+20
2024-03-05Add a `description` field to target definitionsNilstrieb-0/+234
2024-03-04Auto merge of #120468 - alexcrichton:start-wasm32-wasi-rename, r=wesleywiserbors-114/+64
2024-03-03Auto merge of #121903 - Nilstrieb:rename-qnx-file, r=WaffleLapkinbors-1/+1
2024-03-02Add a new `wasm32-wasip1` target to rustcAlex Crichton-114/+64
2024-03-02Remove underscore from QNX target file nameNilstrieb-1/+1
2024-03-01Add initial support for DataFlowSanitizerRamon de C Valle-0/+4
2024-03-01Auto merge of #121728 - tgross35:f16-f128-step1-ty-updates, r=compiler-errorsbors-4/+4
2024-02-29Rollup merge of #120820 - CKingX:cpu-base-minimum, r=petrochenkov,ChrisDentonGuillaume Gomez-5/+10
2024-02-28Add `f16` and `f128` to `rustc_type_ir::FloatTy` and `rustc_abi::Primitive`Trevor Gross-4/+4
2024-02-27Rename wasm32-wasi-preview2 to wasm32-wasip2Ryan Levick-3/+3
2024-02-27Add the wasm32-wasi-preview2 targetRyan Levick-0/+65
2024-02-27Auto merge of #120411 - erikdesjardins:netbsdcall, r=Nilstriebbors-1/+1
2024-02-26Auto merge of #121516 - RalfJung:platform-intrinsics-begone, r=oli-obkbors-12/+4
2024-02-25Rollup merge of #119590 - ChrisDenton:cfg-target-abi, r=NilstriebMatthias Krüger-8/+2
2024-02-25remove platform-intrinsics ABI; make SIMD intrinsics be regular intrinsicsRalf Jung-12/+4
2024-02-24Stabilize `cfg_target_abi`Chris Denton-8/+2
2024-02-24compiler/rustc_target/src/spec/base/apple/tests.rs: Avoid unnecessary large moveMartin Nordholts-1/+1
2024-02-23Rollup merge of #120742 - Nadrieril:use-min_exh_pats, r=compiler-errorsMatthias Krüger-1/+2
2024-02-20Rollup merge of #121291 - heiher:revert-medium-cmodel, r=NilstriebNilstrieb-4/+3
2024-02-19Lower default Mac Catalyst deployment target to 13.1Mads Marquart-1/+2
2024-02-19Merge deployment target variable loading on iOS and Mac CatalystMads Marquart-26/+21
2024-02-19Fix ld platform_version argument on Mac CatalystMads Marquart-29/+13
2024-02-19Make LLVM target contain correct deployment target info on Mac CatalystMads Marquart-16/+23
2024-02-19Remove MACOSX_DEPLOYMENT_TARGET env var when linking Mac CatalystMads Marquart-10/+4