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
Age
Commit message (
Expand
)
Author
Lines
2022-01-21
adapt L4Bender implementation
Benjamin Lamowski
-9
/
+8
2022-01-21
Add L4Bender as linker variant
Sebastian Humenda
-16
/
+11
2022-01-16
Rollup merge of #92581 - Meziu:armv6k-3ds-target, r=nagisa
Matthias Krüger
-0
/
+1
2022-01-09
eplace usages of vec![].into_iter with [].into_iter
Lucas Kent
-8
/
+6
2022-01-06
sess/cg: re-introduce split dwarf kind
David Wood
-1
/
+1
2022-01-05
Enable default libraries
Andrea Ciliberti
-0
/
+1
2021-12-17
Rename `has_elf_tls` to `has_thread_local`
Chris Denton
-21
/
+20
2021-12-17
Enable `#[thread_local]` for all windows-msvc targets
Chris Denton
-6
/
+1
2021-12-13
Revert "Set MACOSX_DEPLOYMENT_TARGET env var to default for linking if not set."
Hans Kratz
-15
/
+0
2021-12-06
Auto merge of #91284 - t6:freebsd-riscv64, r=Amanieu
bors
-0
/
+19
2021-12-06
Rollup merge of #91537 - sunshowers:m68k-gnu, r=joshtriplett
Matthias Krüger
-1
/
+1
2021-12-04
compiler/rustc_target: make m68k-unknown-linux-gnu use the gnu base
Rain
-1
/
+1
2021-12-04
Use IntoIterator for array impl everywhere.
Mara Bos
-3
/
+3
2021-11-27
Add riscv64gc-unknown-freebsd
Tobias Kortkamp
-0
/
+19
2021-11-25
Rollup merge of #90499 - rusticstuff:macos-target-fixes, r=petrochenkov
Matthias Krüger
-9
/
+30
2021-11-25
Set MACOSX_DEPLOYMENT_TARGET env var to default for linking if not set.
Hans Kratz
-0
/
+15
2021-11-25
Set the default deployment target for Macos ARM64 to 11.0.
Hans Kratz
-6
/
+13
2021-11-25
The correct LLVM target for aarch64-apple-darwin is arm64-... (as with ios)
Hans Kratz
-3
/
+2
2021-11-24
Rollup merge of #90044 - rusticstuff:disable_arm_outline_atomics_for_musl, r=...
Guillaume Gomez
-5
/
+1
2021-11-22
add rustc option for using LLVM stack smash protection
Benjamin A. Bjørnseth
-0
/
+64
2021-11-18
Auto merge of #90382 - alexcrichton:wasm64-libstd, r=joshtriplett
bors
-6
/
+22
2021-11-16
Add emscripten to the "wasm" family of targets
Alex Crichton
-1
/
+1
2021-11-12
Android is not GNU
Josh Stone
-1
/
+1
2021-11-10
Disable aarch64 outline atomics with musl for now.
Hans Kratz
-5
/
+1
2021-11-10
Disable `.debug_aranges` for all wasm targets
Alex Crichton
-0
/
+12
2021-11-10
Enable WebAssembly features by default on wasm64
Alex Crichton
-0
/
+5
2021-11-10
std: Get the standard library compiling for wasm64
Alex Crichton
-5
/
+4
2021-11-08
Rollup merge of #90494 - Meziu:armv6k-3ds-target, r=sanxiyn
Guillaume Gomez
-2
/
+1
2021-11-07
more clippy fixes
Matthias Krüger
-1
/
+1
2021-11-05
Move outline-atomics to aarch64-linux target definitions
Josh Stone
-1
/
+9
2021-11-02
ARMv6K Horizon OS panic change
Meziu
-2
/
+1
2021-11-01
Use apple-a14 as target CPU for aarch64-apple-darwin.
Hans Kratz
-1
/
+1
2021-10-31
Auto merge of #89062 - mikeleany:new-target, r=cjgillot
bors
-0
/
+43
2021-10-29
hermitkernel-target: Set OS to "none"
Martin Kröning
-1
/
+0
2021-10-27
Auto merge of #89652 - rcvalle:rust-cfi, r=nagisa
bors
-14
/
+31
2021-10-25
Add LLVM CFI support to the Rust compiler
Ramon de C Valle
-14
/
+31
2021-10-25
make thiscall on unsupported platforms an error
DrMeepster
-5
/
+4
2021-10-16
HermitCore's kernel itself doesn't support TLS
Stefan Lankes
-3
/
+1
2021-10-14
Fix issue where PIC was added to the wrong target.
Mike Leany
-2
/
+2
2021-10-13
x86_64-unknown-none: Use position-independent code by default
Josh Triplett
-1
/
+1
2021-10-13
Fix build errors.
Mike Leany
-1
/
+4
2021-10-13
x86_64-unknown-none: Expand TargetOptions to specify more details
Josh Triplett
-0
/
+8
2021-10-13
x86_64-unknown-none: Disable more target features
Josh Triplett
-1
/
+3
2021-10-13
x86_64-unknown-none: Drop the `abi` field
Josh Triplett
-1
/
+0
2021-10-13
x86_64-unknown-none: Fix module comment
Josh Triplett
-3
/
+1
2021-10-13
Rename x86_64-unknown-none-elf to x86_64-unknown-none
Josh Triplett
-1
/
+1
2021-10-13
Use `CodeModel::Kernel` for `x86_64-unknown-none-elf`.
Mike Leany
-1
/
+2
2021-10-13
Fix code formatting.
Mike Leany
-1
/
+2
2021-10-13
Add new target: `x86_64-unknown-none-elf`
Mike Leany
-0
/
+31
2021-10-06
add platform support details file for armv7-unknown-linux-uclibc
Jonah Petri
-0
/
+1
[next]