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
/
i686_apple_darwin.rs
Age
Commit message (
Expand
)
Author
Lines
2023-11-08
targets: move target specs to spec/targets
David Wood
-27
/
+0
2023-11-08
target: move base specs to spec/base
David Wood
-1
/
+1
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-1
/
+1
2022-12-02
Fix passing MACOSX_DEPLOYMENT_TARGET to the linker
BlackHoleFox
-2
/
+1
2022-11-05
Cleanup Apple target specifications
BlackHoleFox
-11
/
+10
2022-11-05
Merge apple_base and apple_sdk_base into one module
BlackHoleFox
-3
/
+4
2022-10-06
rustc_target: Refactor internal linker flavors
Vadim Petrochenkov
-2
/
+2
2022-09-29
Enable inline stack probes on X86 with LLVM 16
Josh Stone
-2
/
+1
2022-08-09
Add support for link-flavor rust-lld for macOS
Mary
-1
/
+2
2022-06-25
rustc_target: Add convenience functions for adding linker arguments
Vadim Petrochenkov
-1
/
+1
2022-04-03
Replace every Vec in Target(Options) with it's Cow equivalent
Loïc BRANSTETT
-1
/
+1
2022-04-03
Replace every `String` in Target(Options) with `Cow<'static, str>`
Loïc BRANSTETT
-6
/
+6
2021-12-13
Revert "Set MACOSX_DEPLOYMENT_TARGET env var to default for linking if not set."
Hans Kratz
-1
/
+0
2021-11-25
Set MACOSX_DEPLOYMENT_TARGET env var to default for linking if not set.
Hans Kratz
-0
/
+1
2021-06-30
Add support for leaf fn frame pointer elimination
Simonas Kazlauskas
-2
/
+2
2021-04-29
Change to probe-stack=call (instead of inline-or-call) everywhere again, for ...
Felix S. Klock II
-1
/
+2
2021-01-16
Target stack-probe support configurable finely
Simonas Kazlauskas
-2
/
+2
2020-11-08
rustc_target: Rename some target options to avoid tautology
Vadim Petrochenkov
-1
/
+1
2020-11-07
rustc_target: Move `linker_flavor` from `Target` to `TargetOptions`
Vadim Petrochenkov
-1
/
+0
2020-11-07
rustc_target: Move `target_vendor` from `Target` to `TargetOptions`
Vadim Petrochenkov
-1
/
+0
2020-11-07
rustc_target: Move `target_env` from `Target` to `TargetOptions`
Vadim Petrochenkov
-1
/
+0
2020-11-07
rustc_target: Move `target_os` from `Target` to `TargetOptions`
Vadim Petrochenkov
-2
/
+1
2020-11-07
rustc_target: Move `target_endian` from `Target` to `TargetOptions`
Vadim Petrochenkov
-1
/
+0
2020-11-07
rustc_target: Move `target_c_int_width` from `Target` to `TargetOptions`
Vadim Petrochenkov
-1
/
+0
2020-10-15
Use integer literals for builtin target_pointer_width fields
est31
-1
/
+1
2020-10-05
rustc_target: Refactor away `TargetResult`
Vadim Petrochenkov
-4
/
+4
2020-08-30
mv compiler to compiler/
mark
-0
/
+33