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
/
apple_base.rs
Age
Commit message (
Expand
)
Author
Lines
2023-11-08
target: move base specs to spec/base
David Wood
-356
/
+0
2023-09-23
Raise minimum supported tvOS version to 10.0
BlackHoleFox
-1
/
+1
2023-09-23
Raise minimum supported iOS version to 10.0
BlackHoleFox
-14
/
+13
2023-09-23
Raise minimum supported macOS to 10.12
BlackHoleFox
-21
/
+10
2023-08-22
Add comment about unused sdk versions
Keith Smiley
-0
/
+2
2023-08-21
Use target.abi instead of string matching llvm_target
Keith Smiley
-26
/
+10
2023-08-21
Always add LC_BUILD_VERSION for metadata object files
Keith Smiley
-3
/
+54
2023-06-21
Reorder `tvos_*` functions in apple_base.rs to avoid breaking sorted order
Thom Chiovoloni
-10
/
+12
2023-06-21
Fix the tvOS targets to use the right LLVM target and respect the deployment ...
Thom Chiovoloni
-1
/
+15
2023-05-05
Add deployment-target --print flag for Apple targets
BlackHoleFox
-11
/
+31
2023-03-05
Add support for the x86_64h-apple-darwin target
Thom Chiovoloni
-5
/
+16
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-5
/
+5
2022-12-15
more clippy::complexity fixes
Matthias Krüger
-1
/
+1
2022-12-09
Fix typo in apple_base.rs
Ikko Ashimine
-1
/
+1
2022-12-02
Fix passing MACOSX_DEPLOYMENT_TARGET to the linker
BlackHoleFox
-23
/
+31
2022-11-05
Cleanup Apple target specifications
BlackHoleFox
-12
/
+27
2022-11-05
Merge apple_base and apple_sdk_base into one module
BlackHoleFox
-12
/
+86
2022-10-06
rustc_target: Refactor internal linker flavors
Vadim Petrochenkov
-12
/
+10
2022-08-27
rustc_target: Use `Cow` and link args helpers in `apple_base`
Vadim Petrochenkov
-22
/
+19
2022-08-18
session: stabilize split debuginfo on linux
David Wood
-1
/
+7
2022-08-09
Add support for link-flavor rust-lld for macOS
Mary
-5
/
+48
2022-08-03
Add support for link-flavor rust-lld for iOS, tvOS and watchOS
mary
-0
/
+19
2022-07-11
rustc_target: Flip the default for `TargetOptions::executables` to true
Vadim Petrochenkov
-1
/
+0
2022-07-08
Implement support for DWARF version 5.
Patrick Walton
-1
/
+1
2022-06-13
Add Apple WatchOS compile targets
Vladimir Michael Eatwell
-0
/
+9
2022-04-03
Cleanup after some refactoring in rustc_target
Loïc BRANSTETT
-3
/
+1
2022-04-03
Replace every Vec in Target(Options) with it's Cow equivalent
Loïc BRANSTETT
-2
/
+4
2022-04-03
Replace every `String` in Target(Options) with `Cow<'static, str>`
Loïc BRANSTETT
-11
/
+11
2021-12-17
Rename `has_elf_tls` to `has_thread_local`
Chris Denton
-2
/
+2
2021-12-13
Revert "Set MACOSX_DEPLOYMENT_TARGET env var to default for linking if not set."
Hans Kratz
-12
/
+0
2021-11-25
Set MACOSX_DEPLOYMENT_TARGET env var to default for linking if not set.
Hans Kratz
-0
/
+12
2021-11-25
Set the default deployment target for Macos ARM64 to 11.0.
Hans Kratz
-6
/
+13
2021-08-29
Auto merge of #88250 - rusticstuff:macos-lld, r=nagisa
bors
-1
/
+2
2021-08-24
allow specifying an ios version for the llvm target
Patrick Amrein
-0
/
+6
2021-08-23
Mach-O (Macos/ios/...) LLD flavor is always LD64.
Hans Kratz
-1
/
+2
2021-08-16
Generate an iOS LLVM target with a specific version
kit
-0
/
+5
2021-06-30
Add support for leaf fn frame pointer elimination
Simonas Kazlauskas
-2
/
+2
2021-06-02
Turn off frame pointer elimination on all Apple platforms.
Jeff Muizelaar
-0
/
+1
2021-05-20
Swap TargetOptions::linker_is_gnu default from false to true and update targe...
Luqman Aden
-0
/
+1
2021-04-11
Allow setting `target_family` to multiple values
Simonas Kazlauskas
-1
/
+1
2021-04-05
rustc_target: Rely on defaults more in target specs
Vadim Petrochenkov
-3
/
+1
2021-02-20
iOS simulator: pick the target based on the environment variable
Jan-Erik Rediger
-5
/
+16
2021-01-28
rustc: Stabilize `-Zrun-dsymutil` as `-Csplit-debuginfo`
Alex Crichton
-1
/
+5
2020-12-07
Dogfood 'str_split_once() with `compiler/`
Eric Arellano
-4
/
+1
2020-11-08
rustc_target: Rename some target options to avoid tautology
Vadim Petrochenkov
-3
/
+3
2020-11-07
rustc_target: Move `target_vendor` from `Target` to `TargetOptions`
Vadim Petrochenkov
-0
/
+1
2020-11-07
rustc_target: Move `target_os` from `Target` to `TargetOptions`
Vadim Petrochenkov
-1
/
+2
2020-10-13
Add a target option for selecting a DWARF version
Austin Shafer
-0
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+82