index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_target
/
src
/
spec
/
base
/
apple
Age
Commit message (
Expand
)
Author
Lines
2025-09-13
Improve the documentation around ZERO_AR_DATE
Mads Marquart
-3
/
+13
2025-08-11
Pass Apple SDK root to compiler driver via SDKROOT env var
Mads Marquart
-22
/
+2
2025-08-08
Add target_env = "macabi" and target_env = "sim"
Mads Marquart
-20
/
+29
2025-06-06
compiler: set Apple frame pointers by architecture
Jubilee Young
-1
/
+7
2025-04-04
refactor: Move env parsing of deployment target to rustc_session
Mads Marquart
-0
/
+12
2025-04-04
refactor: Move Apple OSVersion (back) to rustc_target
Mads Marquart
-1
/
+105
2025-03-25
Rename `is_like_osx` to `is_like_darwin`
Mads Marquart
-1
/
+1
2025-02-17
Adds binary_format to rustc target specs
Pyrode
-2
/
+3
2025-02-14
add x86-sse2 (32bit) ABI that requires SSE2 target feature
Ralf Jung
-3
/
+7
2025-02-08
Rustfmt
bjorn3
-5
/
+8
2024-12-30
explicitly set float ABI for all ARM targets
Ralf Jung
-2
/
+3
2024-11-01
Move Mach-O platform information to rustc_codegen_ssa::back::apple
Mads Marquart
-18
/
+1
2024-11-01
Move versioned LLVM target creation to rustc_codegen_ssa
Mads Marquart
-123
/
+9
2024-09-29
Do not specify an SDK version in object files
Mads Marquart
-17
/
+0
2024-09-26
Move Apple linker args from `rustc_target` to `rustc_codegen_ssa`
Mads Marquart
-120
/
+2
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-15
/
+11
2024-09-12
Rollup merge of #129367 - madsmtm:fix-apple-aarch64-deployment-targets, r=jie...
Stuart Cook
-2
/
+8
2024-09-09
Pass deployment target when linking with cc on Apple targets
Mads Marquart
-1
/
+29
2024-09-09
Fix default/minimum deployment target for Aarch64 simulator targets
Mads Marquart
-2
/
+8
2024-09-05
Apple: Add comments for `-platform_version` linker argument
Mads Marquart
-12
/
+35
2024-09-05
Apple: Refactor deployment target version parsing
Mads Marquart
-137
/
+134
2024-09-05
Apple: Improve comments for `-arch` linker argument
Mads Marquart
-6
/
+34
2024-09-03
Add `warn(unreachable_pub)` to `rustc_target`.
Nicholas Nethercote
-15
/
+15
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-4
/
+6
2024-05-21
Rollup merge of #124772 - madsmtm:apple-platform-support-docs, r=oli-obk
Matthias Krüger
-0
/
+5
2024-05-05
Document all Apple targets in rustc's platform support
Mads Marquart
-0
/
+5
2024-05-05
Refactor Apple `target_abi`
Mads Marquart
-41
/
+42
2024-04-10
Allow specifying SDKROOT as containing XRSimulator.platform
Mads Marquart
-0
/
+1
2024-04-07
Rollup merge of #123446 - crazytonyli:fix-watchos-llvm-target, r=estebank
Matthias Krüger
-0
/
+5
2024-04-04
Fix incorrect 'llvm_target' value used on watchOS target
Tony Li
-0
/
+5
2024-04-02
Updated comments
Adam Gastineau
-2
/
+2
2024-03-23
Fixed builds with modified libc
Adam Gastineau
-4
/
+4
2024-03-19
Fix test formatting
Adam Gastineau
-1
/
+5
2024-03-19
Fixed VISIONOS_DEPLOYMENT_TARGET envar test
Adam Gastineau
-3
/
+3
2024-03-18
Support for visionOS
Adam Gastineau
-2
/
+28
2024-02-24
compiler/rustc_target/src/spec/base/apple/tests.rs: Avoid unnecessary large move
Martin Nordholts
-1
/
+1
2024-02-19
Lower default Mac Catalyst deployment target to 13.1
Mads Marquart
-1
/
+2
2024-02-19
Merge deployment target variable loading on iOS and Mac Catalyst
Mads Marquart
-26
/
+21
2024-02-19
Fix ld platform_version argument on Mac Catalyst
Mads Marquart
-29
/
+13
2024-02-19
Make LLVM target contain correct deployment target info on Mac Catalyst
Mads Marquart
-4
/
+17
2024-02-19
Remove MACOSX_DEPLOYMENT_TARGET env var when linking Mac Catalyst
Mads Marquart
-10
/
+4
2024-02-17
Fix comment
Mads Marquart
-2
/
+0
2024-02-17
Fix `cfg(target_abi = "sim")` on i386-apple-ios
Mads Marquart
-7
/
+8
2023-12-12
Set the `StackProbeType` in `apple::opts`
Josh Stone
-2
/
+11
2023-11-15
Add arm64e-apple-ios target
Artyom Tetyukhin
-15
/
+29
2023-11-08
targets: move target specs to spec/targets
David Wood
-1
/
+1
2023-11-08
target: move base specs to spec/base
David Wood
-0
/
+394