summaryrefslogtreecommitdiff
path: root/compiler/rustc_target/src/spec/aarch64_apple_darwin.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove double spaces after dots in commentsMaybe Waffle2023-01-171-1/+1
* Fix passing MACOSX_DEPLOYMENT_TARGET to the linkerBlackHoleFox2022-12-021-3/+1
* Cleanup Apple target specificationsBlackHoleFox2022-11-051-7/+5
* Merge apple_base and apple_sdk_base into one moduleBlackHoleFox2022-11-051-4/+5
* Add support for link-flavor rust-lld for macOSMary2022-08-091-4/+4
* rustc_target: Add convenience functions for adding linker argumentsVadim Petrochenkov2022-06-251-1/+1
* Replace every Vec in Target(Options) with it's Cow equivalentLoïc BRANSTETT2022-04-031-1/+1
* Replace every `String` in Target(Options) with `Cow<'static, str>`Loïc BRANSTETT2022-04-031-6/+6
* Revert "Set MACOSX_DEPLOYMENT_TARGET env var to default for linking if not set."Hans Kratz2021-12-131-1/+0
* Set MACOSX_DEPLOYMENT_TARGET env var to default for linking if not set.Hans Kratz2021-11-251-0/+1
* The correct LLVM target for aarch64-apple-darwin is arm64-... (as with ios)Hans Kratz2021-11-251-3/+2
* Use apple-a14 as target CPU for aarch64-apple-darwin.Hans Kratz2021-11-011-1/+1
* Add LLVM CFI support to the Rust compilerRamon de C Valle2021-10-251-1/+1
* Disable the leak sanitizer on Macos aarch64 for now.Hans Kratz2021-09-221-1/+3
* Add support for leaf fn frame pointer eliminationSimonas Kazlauskas2021-06-301-2/+6
* Maintain supported sanitizers as a target propertySimonas Kazlauskas2021-04-031-2/+3
* rustc_target: Rename some target options to avoid tautologyVadim Petrochenkov2020-11-081-1/+1
* rustc_target: Move `linker_flavor` from `Target` to `TargetOptions`Vadim Petrochenkov2020-11-071-1/+0
* rustc_target: Move `target_vendor` from `Target` to `TargetOptions`Vadim Petrochenkov2020-11-071-1/+0
* rustc_target: Move `target_env` from `Target` to `TargetOptions`Vadim Petrochenkov2020-11-071-1/+0
* rustc_target: Move `target_os` from `Target` to `TargetOptions`Vadim Petrochenkov2020-11-071-2/+1
* rustc_target: Move `target_endian` from `Target` to `TargetOptions`Vadim Petrochenkov2020-11-071-1/+0
* rustc_target: Move `target_c_int_width` from `Target` to `TargetOptions`Vadim Petrochenkov2020-11-071-1/+0
* Use integer literals for builtin target_pointer_width fieldsest312020-10-151-1/+1
* rustc_target: Refactor away `TargetResult`Vadim Petrochenkov2020-10-051-4/+4
* mv compiler to compiler/mark2020-08-301-0/+30