summary refs log tree commit diff
path: root/compiler/rustc_target/src/spec/base
AgeCommit message (Expand)AuthorLines
2024-07-29Reformat `use` declarations.Nicholas Nethercote-13/+20
2024-06-16Several fixes to the redox target specsJeremy Soller-1/+3
2024-05-29Add no_std Xtensa targets supportSergio Gasquez-0/+18
2024-05-21Rollup merge of #124772 - madsmtm:apple-platform-support-docs, r=oli-obkMatthias Krüger-0/+5
2024-05-11Auto merge of #124762 - madsmtm:refactor-apple-target-abi, r=lcnr,BlackHoleFoxbors-41/+42
2024-05-11Rollup merge of #124233 - mati865:fix-support-for-upcoming-mingw-w64, r=petro...许杰友 Jieyou Xu (Joe)-0/+3
2024-05-05Document all Apple targets in rustc's platform supportMads Marquart-0/+5
2024-05-05Refactor Apple `target_abi`Mads Marquart-41/+42
2024-05-03Set non-leaf frame pointers on Fuchsia targetsDavid Koloski-1/+4
2024-04-21Add `-lmingwex` second time in `mingw_libs`Mateusz Mikuła-0/+3
2024-04-16Remove `default_hidden_visibility: false` from wasm targetsAlex Crichton-3/+0
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-0/+5
2024-04-06Rollup merge of #123467 - dpaoliello:archcoff, r=wesleywiserMatthias Krüger-0/+1
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-0/+5
2024-04-02Updated commentsAdam Gastineau-2/+2
2024-03-23Fixed builds with modified libcAdam Gastineau-4/+4
2024-03-19Fix test formattingAdam Gastineau-1/+5
2024-03-19Fixed VISIONOS_DEPLOYMENT_TARGET envar testAdam Gastineau-3/+3
2024-03-18Support for visionOSAdam Gastineau-2/+28
2024-03-11Update /NODEFAUTLIB comment for msvcChris Denton-8/+12
2024-03-10Add metadata to targetsNilstrieb-1/+6
2024-03-05Add a `description` field to target definitionsNilstrieb-0/+1
2024-02-24compiler/rustc_target/src/spec/base/apple/tests.rs: Avoid unnecessary large moveMartin Nordholts-1/+1
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-4/+17
2024-02-19Remove MACOSX_DEPLOYMENT_TARGET env var when linking Mac CatalystMads Marquart-10/+4
2024-02-17Fix commentMads Marquart-2/+0
2024-02-17Fix `cfg(target_abi = "sim")` on i386-apple-iosMads Marquart-7/+8
2024-01-25Rollup merge of #120278 - djkoloski:remove_fatal_warnings_wasm, r=oli-obkMatthias Krüger-3/+0
2024-01-23Remove --fatal-warnings on wasm targetsDavid Koloski-3/+0
2024-01-22compiler: update freebsd and netbsd base specs.David Carlier-0/+3
2024-01-17Rollup merge of #119855 - rellerreller:freebsd-static, r=wesleywiserMatthias Krüger-0/+1
2024-01-12update paths in commentsjoboet-1/+1
2024-01-11Enable Static Builds for FreeBSDNathan Reller-0/+1
2023-12-14Auto merge of #118491 - cuviper:aarch64-stack-probes, r=wesleywiserbors-2/+11
2023-12-12Set the `StackProbeType` in `apple::opts`Josh Stone-2/+11
2023-12-07Add emulated TLS supportquininer-4/+6
2023-11-15Add arm64e-apple-ios targetArtyom Tetyukhin-15/+29
2023-11-08targets: move target specs to spec/targetsDavid Wood-1/+1
2023-11-08target: move base specs to spec/baseDavid Wood-0/+1792