about summary refs log tree commit diff
path: root/compiler/rustc_target/src/spec/apple_sdk_base.rs
AgeCommit message (Expand)AuthorLines
2022-07-11rustc_target: Flip the default for `TargetOptions::executables` to trueVadim Petrochenkov-1/+0
2022-06-13Add Apple WatchOS compile targetsVladimir Michael Eatwell-2/+6
2022-04-03Replace every Vec in Target(Options) with it's Cow equivalentLoïc BRANSTETT-4/+4
2022-04-03Replace every `String` in Target(Options) with `Cow<'static, str>`Loïc BRANSTETT-10/+9
2021-12-17Rename `has_elf_tls` to `has_thread_local`Chris Denton-1/+1
2021-07-07Update targets to use target_abiJosh Triplett-0/+10
2021-06-02Turn off frame pointer elimination on all Apple platforms.Jeff Muizelaar-1/+0
2021-02-19added aarch64_apple_ios_sim as a rustc targetRicky (deg4uss3r)-1/+5
2020-11-26Add support for Arm64 Catalyst on ARM MacsBenedikt Terhechte-1/+3
2020-11-07rustc_target: Move `target_os` from `Target` to `TargetOptions`Vadim Petrochenkov-2/+2
2020-10-07Revert "Allow dynamic linking for iOS/tvOS targets."Francesca Lovebloom-0/+1
2020-09-25Defer Apple SDKROOT detection to link time.Eric Huss-112/+4
2020-08-30mv compiler to compiler/mark-0/+151