about summary refs log tree commit diff
path: root/compiler/rustc_target/src/spec/base/apple
AgeCommit message (Expand)AuthorLines
2025-09-13Improve the documentation around ZERO_AR_DATEMads Marquart-3/+13
2025-08-11Pass Apple SDK root to compiler driver via SDKROOT env varMads Marquart-22/+2
2025-08-08Add target_env = "macabi" and target_env = "sim"Mads Marquart-20/+29
2025-06-06compiler: set Apple frame pointers by architectureJubilee Young-1/+7
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-1/+105
2025-03-25Rename `is_like_osx` to `is_like_darwin`Mads Marquart-1/+1
2025-02-17Adds binary_format to rustc target specsPyrode-2/+3
2025-02-14add x86-sse2 (32bit) ABI that requires SSE2 target featureRalf Jung-3/+7
2025-02-08Rustfmtbjorn3-5/+8
2024-12-30explicitly set float ABI for all ARM targetsRalf Jung-2/+3
2024-11-01Move Mach-O platform information to rustc_codegen_ssa::back::appleMads Marquart-18/+1
2024-11-01Move versioned LLVM target creation to rustc_codegen_ssaMads Marquart-123/+9
2024-09-29Do not specify an SDK version in object filesMads Marquart-17/+0
2024-09-26Move Apple linker args from `rustc_target` to `rustc_codegen_ssa`Mads Marquart-120/+2
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-15/+11
2024-09-12Rollup merge of #129367 - madsmtm:fix-apple-aarch64-deployment-targets, r=jie...Stuart Cook-2/+8
2024-09-09Pass deployment target when linking with cc on Apple targetsMads Marquart-1/+29
2024-09-09Fix default/minimum deployment target for Aarch64 simulator targetsMads Marquart-2/+8
2024-09-05Apple: Add comments for `-platform_version` linker argumentMads Marquart-12/+35
2024-09-05Apple: Refactor deployment target version parsingMads Marquart-137/+134
2024-09-05Apple: Improve comments for `-arch` linker argumentMads Marquart-6/+34
2024-09-03Add `warn(unreachable_pub)` to `rustc_target`.Nicholas Nethercote-15/+15
2024-07-29Reformat `use` declarations.Nicholas Nethercote-4/+6
2024-05-21Rollup merge of #124772 - madsmtm:apple-platform-support-docs, r=oli-obkMatthias Krüger-0/+5
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-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-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-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
2023-12-12Set the `StackProbeType` in `apple::opts`Josh Stone-2/+11
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/+394