about summary refs log tree commit diff
path: root/compiler/rustc_target/src/spec
AgeCommit message (Expand)AuthorLines
2024-05-21Rollup merge of #124772 - madsmtm:apple-platform-support-docs, r=oli-obkMatthias Krüger-0/+5
2024-05-17Add source for mutually-exclusive listDavid Koloski-0/+2
2024-05-16enable rust-lld on `x86_64-unknown-linux-gnu` when requestedRémy Rakic-0/+13
2024-05-15Sort mutually-exclusive pairs, update fixed testsDavid Koloski-23/+23
2024-05-15Relax restrictions on multiple sanitizersDavid Koloski-0/+33
2024-05-11Add x86_64-unknown-linux-none targetFederico Maria Morrone-0/+28
2024-05-11Auto merge of #124762 - madsmtm:refactor-apple-target-abi, r=lcnr,BlackHoleFoxbors-97/+103
2024-05-11Rollup merge of #124233 - mati865:fix-support-for-upcoming-mingw-w64, r=petro...许杰友 Jieyou Xu (Joe)-0/+3
2024-05-10Rollup merge of #124915 - nnethercote:rustc_target-cleanups, r=bjorn3Matthias Krüger-13/+0
2024-05-09Remove unused `LinkSelfContainedDefault::is_linker_enabled` method.Nicholas Nethercote-13/+0
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-05Document all Apple targets in rustc's platform supportMads Marquart-0/+5
2024-05-05Refactor Apple `target_abi`Mads Marquart-97/+103
2024-05-04Rollup merge of #124677 - djkoloski:set_fuchsia_frame_pointer, r=tmandryMatthias Krüger-1/+4
2024-05-03Rollup merge of #124480 - Enselic:on-broken-pipe, r=jieyouxuMichael Goulet-0/+8
2024-05-03rustc: Change LLVM target for the wasm32-wasip2 Rust targetAlex Crichton-1/+1
2024-05-03Set non-leaf frame pointers on Fuchsia targetsDavid Koloski-1/+4
2024-05-02Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...`Martin Nordholts-0/+8
2024-04-30Remove `extern crate tracing` from numerous crates.Nicholas Nethercote-0/+1
2024-04-29Remove `extern crate rustc_macros` from numerous crates.Nicholas Nethercote-3/+2
2024-04-21Add `-lmingwex` second time in `mingw_libs`Mateusz Mikuła-0/+3
2024-04-19Auto merge of #117919 - daxpedda:wasm-c-abi, r=wesleywiserbors-33/+28
2024-04-16Remove `default_hidden_visibility: false` from wasm targetsAlex Crichton-3/+0
2024-04-16Rollup merge of #123721 - madsmtm:fix-visionos, r=davidtwcoGuillaume Gomez-0/+1
2024-04-13Auto merge of #123656 - lqd:linker-features, r=petrochenkovbors-0/+74
2024-04-13Auto merge of #123257 - ChrisDenton:enable-tls, r=fmeasebors-4/+0
2024-04-12make CLI linker features influence the linker flavorRémy Rakic-0/+22
2024-04-12introduce `LinkerFeatures`Rémy Rakic-0/+52
2024-04-10Allow specifying SDKROOT as containing XRSimulator.platformMads Marquart-0/+1
2024-04-07Rollup merge of #123446 - crazytonyli:fix-watchos-llvm-target, r=estebankMatthias Krüger-3/+9
2024-04-06Rollup merge of #123467 - dpaoliello:archcoff, r=wesleywiserMatthias Krüger-0/+1
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-3/+90
2024-04-04Fix target-cpu fpu features on Armv7-R, Armv7-M, and Armv8-MChris Copeland-11/+9
2024-04-04MSVC targets should use COFF as their archive formatDaniel Paoliello-0/+1
2024-04-04Fix incorrect 'llvm_target' value used on watchOS targetTony Li-3/+9
2024-04-03Added target metadataAdam Gastineau-8/+8
2024-04-02Updated commentsAdam Gastineau-2/+2
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-8/+8
2024-03-21Rollup merge of #122810 - nnethercote:rm-target_override, r=WaffleLapkinMatthias Krüger-0/+3
2024-03-21Remove `CodegenBackend::target_override`.Nicholas Nethercote-0/+3
2024-03-20Add bare metal riscv32 target.Roy Buitenhuis-0/+30
2024-03-19Fix test formattingAdam Gastineau-1/+5
2024-03-19Fixed VISIONOS_DEPLOYMENT_TARGET envar testAdam Gastineau-3/+3
2024-03-19Add missing visionOS target metadataAdam Gastineau-2/+12
2024-03-18Support for visionOSAdam Gastineau-2/+75