summary refs log tree commit diff
path: root/compiler/rustc_target/src/spec/targets
AgeCommit message (Expand)AuthorLines
2024-05-16enable rust-lld on `x86_64-unknown-linux-gnu` when requestedRémy Rakic-0/+7
2024-05-11Add x86_64-unknown-linux-none targetFederico Maria Morrone-0/+25
2024-05-11Auto merge of #124762 - madsmtm:refactor-apple-target-abi, r=lcnr,BlackHoleFoxbors-56/+61
2024-05-08Auto merge of #124858 - alexcrichton:some-wasi-changes, r=michaelwoeristerbors-2/+7
2024-05-07rustc: Change wasm32-wasip2 to PIC-by-defaultAlex Crichton-1/+6
2024-05-06Adjust 64-bit ARM data layouts for LLVM updateMatthew Maurer-40/+40
2024-05-05Refactor Apple `target_abi`Mads Marquart-56/+61
2024-05-03rustc: Change LLVM target for the wasm32-wasip2 Rust targetAlex Crichton-1/+1
2024-04-19Auto merge of #117919 - daxpedda:wasm-c-abi, r=wesleywiserbors-11/+0
2024-04-13Auto merge of #123257 - ChrisDenton:enable-tls, r=fmeasebors-4/+0
2024-04-07Rollup merge of #123446 - crazytonyli:fix-watchos-llvm-target, r=estebankMatthias Krüger-3/+4
2024-04-05Rollup merge of #123159 - chrisnc:fix-arm-rm-none-eabihf-features, r=workingj...Guillaume Gomez-11/+9
2024-04-05Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwcoGuillaume Gomez-0/+54
2024-04-04Fix target-cpu fpu features on Armv7-R, Armv7-M, and Armv8-MChris Copeland-11/+9
2024-04-04Fix incorrect 'llvm_target' value used on watchOS targetTony Li-3/+4
2024-04-03Added target metadataAdam Gastineau-8/+8
2024-03-31Enable has_thread_local for i686-msvcChris Denton-4/+0
2024-03-26CFI: Enable KCFI testing of run-pass testsMatthew Maurer-0/+2
2024-03-23Fixed builds with modified libcAdam Gastineau-4/+4
2024-03-20Add bare metal riscv32 target.Roy Buitenhuis-0/+29
2024-03-19Add missing visionOS target metadataAdam Gastineau-2/+12
2024-03-18Support for visionOSAdam Gastineau-0/+44
2024-03-12Auto merge of #122170 - alexcrichton:rename-wasi-threads, r=petrochenkovbors-139/+74
2024-03-12Rollup merge of #115141 - ChrisDenton:windows-support, r=wesleywiserMatthias Krüger-2/+2
2024-03-11Update Windows platform supportChris Denton-2/+2
2024-03-11Rename `wasm32-wasi-preview1-threads` to `wasm32-wasip1-threads`Alex Crichton-139/+74
2024-03-11Rollup merge of #117458 - kjetilkjeka:embedded-linker, r=petrochenkovJubilee-0/+4
2024-03-11NVPTX: Enable self-contained for the nvptx targetKjetil Kjeka-0/+4
2024-03-10Add metadata to targetsNilstrieb-229/+1364
2024-03-10Remove `TargetOptions::default_adjusted_cabi`daxpedda-11/+0
2024-03-08Rollup merge of #122157 - dpaoliello:targetdesc, r=NilstriebMatthias Krüger-6/+6
2024-03-08Add the new description field to Target::to_json, and add descriptions for so...Daniel Paoliello-6/+6
2024-03-08Rollup merge of #121832 - heiher:loongarch64-musl, r=wesleywiserMatthias Krüger-0/+19
2024-03-06Add arm64ec-pc-windows-msvc targetDaniel Paoliello-0/+21
2024-03-06Add new Tier-3 target: `loongarch64-unknown-linux-musl`WANG Rui-0/+19
2024-03-05Add a `description` field to target definitionsNilstrieb-0/+227
2024-03-04Auto merge of #120468 - alexcrichton:start-wasm32-wasi-rename, r=wesleywiserbors-114/+63
2024-03-03Auto merge of #121903 - Nilstrieb:rename-qnx-file, r=WaffleLapkinbors-0/+0
2024-03-02Add a new `wasm32-wasip1` target to rustcAlex Crichton-114/+63
2024-03-02Remove underscore from QNX target file nameNilstrieb-0/+0
2024-03-01Add initial support for DataFlowSanitizerRamon de C Valle-0/+1
2024-02-29Rollup merge of #120820 - CKingX:cpu-base-minimum, r=petrochenkov,ChrisDentonGuillaume Gomez-5/+10
2024-02-27Rename wasm32-wasi-preview2 to wasm32-wasip2Ryan Levick-2/+2
2024-02-27Add the wasm32-wasi-preview2 targetRyan Levick-0/+64
2024-02-27Auto merge of #120411 - erikdesjardins:netbsdcall, r=Nilstriebbors-1/+1
2024-02-24Stabilize `cfg_target_abi`Chris Denton-8/+2
2024-02-20Rollup merge of #121291 - heiher:revert-medium-cmodel, r=NilstriebNilstrieb-4/+3
2024-02-19Make LLVM target contain correct deployment target info on Mac CatalystMads Marquart-12/+6
2024-02-19target: Revert default to the medium code model on LoongArch targetsWANG Rui-4/+3
2024-02-17Rollup merge of #121210 - madsmtm:fix-target-abi-i386-apple-ios, r=workingjub...Matthias Krüger-1/+7