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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_target
/
spec
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2020-05-29
Rollup merge of #71804 - petrochenkov:static-pie, r=cuviper
Ralf Jung
-0
/
+5
2020-05-22
Rollup merge of #72133 - bdbai:master, r=joshtriplett
Ralf Jung
-0
/
+1
2020-05-20
llvm: Expose tiny code model to users
Vadim Petrochenkov
-1
/
+1
2020-05-20
rustc_target: Add a target spec option for static-pie support
Vadim Petrochenkov
-0
/
+5
2020-05-20
Auto merge of #71769 - petrochenkov:crto, r=cuviper
bors
-25
/
+117
2020-05-16
rustc_target: Stop using "string typing" for code models
Vadim Petrochenkov
-2
/
+52
2020-05-15
Rollup merge of #72062 - overdrivenpotato:psp, r=jonas-schievink
Dylan DPC
-0
/
+9
2020-05-14
linker: More systematic handling of CRT objects
Vadim Petrochenkov
-25
/
+117
2020-05-12
Add target thumbv7a-uwp-windows-msvc
bdbai
-0
/
+1
2020-05-10
Renamed lld_link_script to link_script and support all GNU-like linkers
Marko Mijalkovic
-6
/
+7
2020-05-10
Add lld_link_script to TargetOptions
Marko Mijalkovic
-0
/
+6
2020-05-09
Add mipsel-sony-psp target
Marko Mijalkovic
-0
/
+2
2020-05-09
Rollup merge of #71234 - maurer:init-array, r=cuviper
Ralf Jung
-0
/
+7
2020-05-07
Provide configurable LLVM cmdline section via target spec
Tom Karpiniec
-0
/
+5
2020-05-07
Force embed-bitcode on non-simulator iOS/tvOS targets
Tom Karpiniec
-0
/
+5
2020-04-29
Use .init_array rather than .ctors
Matthew Maurer
-0
/
+7
2020-04-26
rustc_target: Stop using "string typing" for TLS models
Vadim Petrochenkov
-3
/
+51
2020-04-26
rustc_target: Stop using "string typing" for relocation models
Vadim Petrochenkov
-4
/
+56
2020-04-24
Avoid unused Option::map results
Josh Stone
-18
/
+19
2020-04-16
Rollup merge of #71145 - pfmooney:illumos-triple, r=nagisa
Dylan DPC
-0
/
+3
2020-04-14
Add illumos triple
Patrick Mooney
-0
/
+3
2020-04-13
rustc_target: Introduce `msvc_base`
Vadim Petrochenkov
-0
/
+1
2020-04-13
rustc_target: Remove some useless imports
Vadim Petrochenkov
-1
/
+0
2020-04-13
rustc_target: `windows(_uwp)_base` -> `windows(_uwp)_gnu_base`
Vadim Petrochenkov
-3
/
+3
2020-04-13
rustc_target: Move tests into a separate unconfigured file
Vadim Petrochenkov
-43
/
+5
2020-04-13
rustc_target: Make sure lld-link is treated as link.exe by default
Vadim Petrochenkov
-2
/
+33
2020-03-27
Remove `no_integrated_as` mode.
Nicholas Nethercote
-8
/
+0
2020-03-25
Remove `TargetOptions::embed_bitcode`.
Nicholas Nethercote
-6
/
+0
2020-03-13
Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrum
bors
-8
/
+12
2020-03-05
Link to libgcc dynamically on windows-gnu when using dylib crates
Amanieu d'Antras
-0
/
+12
2020-03-05
Remove eh_unwind_resume lang item
Amanieu d'Antras
-8
/
+0
2020-02-14
Merged apple_tvos_base and apple_ios_base into apple_sdk_base.
Sebastian Imlay
-2
/
+1
2020-02-14
Merge branch 'master' of github.com:rust-lang/rust into add-tvSO-target
Sebastian Imlay
-0
/
+9
2020-01-15
add bare metal ARM Cortex-A targets to rustc
Jorge Aparicio
-0
/
+3
2020-01-10
Added tvOS as a backend
Sebastian Imlay
-0
/
+3
2020-01-10
Allow specifying LLVM args in target specifications
Jethro Beekman
-0
/
+6
2019-12-22
Format the world
Mark Rousskov
-61
/
+70
2019-12-12
Remove i686-unknown-dragonfly target
Antonio Huete Jimenez
-1
/
+0
2019-12-03
Change linker for x86_64-fortanix-unknown-sgx to rust-lld
Parth Sane
-0
/
+6
2019-11-26
Rollup merge of #66713 - hermitcore:hermit, r=alexcrichton
Tyler Mandry
-0
/
+2
2019-11-24
introduce a target to build the kernel HermitCore
Stefan Lankes
-0
/
+2
2019-11-23
Add riscv64gc-unknown-linux-gnu target
msizanoen1
-0
/
+1
2019-11-17
Derive HashStable for PanicStrategy.
Camille GILLOT
-1
/
+3
2019-11-06
Rollup merge of #66103 - smaeul:patch/thumb-musl, r=nagisa
Mazdak Farrokhzad
-0
/
+1
2019-11-04
Add target thumbv7neon-unknown-linux-musleabihf
Samuel Holland
-0
/
+1
2019-10-29
Allow specifying key "llvm-abiname" in target specification
Gui Andrade
-1
/
+7
2019-10-25
Fix inverted check in EFIAPI
roblabla
-1
/
+1
2019-10-25
Add new EFIAPI ABI
roblabla
-0
/
+7
2019-10-21
Remove many unnecessary trait derivations.
Nicholas Nethercote
-4
/
+2
2019-10-17
Don't add `argc` and `argv` arguments to `main` on WASI.
Dan Gohman
-0
/
+6
[next]