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
/
compiler
/
rustc_target
/
src
Age
Commit message (
Expand
)
Author
Lines
2020-12-16
Add support for target aliases
Jakub Kulik
-0
/
+18
2020-12-10
Rollup merge of #79917 - sivadeilra:asm_symbols, r=petrochenkov
Tyler Mandry
-29
/
+22
2020-12-10
Use Symbol for inline asm register class names
Arlie Davis
-29
/
+22
2020-12-07
Dogfood 'str_split_once() with `compiler/`
Eric Arellano
-4
/
+2
2020-12-01
Auto merge of #78684 - devsnek:inline-asm-wasm, r=Amanieu
bors
-0
/
+67
2020-12-01
Add wasm32 support to inline asm
Gus Caplan
-0
/
+67
2020-11-30
Add built-in support for the armv5te-unknown-linux-uclibceabi target
Ondrej Perutka
-0
/
+21
2020-11-26
Add support for Arm64 Catalyst on ARM Macs
Benedikt Terhechte
-1
/
+35
2020-11-22
Drop support for cloudabi targets
Lzu Tao
-115
/
+0
2020-11-21
Replace sext() and zext() with single ext() method
bjorn3
-15
/
+9
2020-11-21
Rename prefix_chunk to prefix_chunk_size
bjorn3
-6
/
+6
2020-11-21
Remove StructRet arg attr
bjorn3
-5
/
+0
2020-11-21
Replace ByVal attribute with on_stack field for Indirect
bjorn3
-12
/
+19
2020-11-21
Replace ZExt and SExt flags with ArgExtension enum
bjorn3
-7
/
+33
2020-11-15
Rollup merge of #78993 - petrochenkov:specdash, r=oli-obk
Dylan DPC
-8
/
+8
2020-11-14
Auto merge of #78959 - petrochenkov:likeuefi, r=nagisa
bors
-12
/
+18
2020-11-14
Auto merge of #78951 - petrochenkov:unknown, r=ehuss
bors
-20
/
+19
2020-11-12
Rollup merge of #78950 - khyperia:spirv-asm, r=Amanieu
Mara Bos
-0
/
+67
2020-11-12
rustc_target: Mark UEFI targets as `is_like_windows`/`is_like_msvc`
Vadim Petrochenkov
-12
/
+18
2020-11-12
rustc_target: Fix dash vs underscore mismatches in option names
Vadim Petrochenkov
-8
/
+8
2020-11-11
Rollup merge of #78930 - petrochenkov:notlikeandroid, r=Mark-Simulacrum
Jonas Schievink
-7
/
+0
2020-11-11
Change capitalization of Spirv to SpirV
khyperia
-18
/
+18
2020-11-11
rustc_target: Make sure that in-tree targets follow conventions for os and ve...
Vadim Petrochenkov
-0
/
+13
2020-11-11
rustc_target: Normalize vendor from "" to "unknown" for all targets
Vadim Petrochenkov
-19
/
+3
2020-11-11
rustc_target: Change os from "unknown" to "none" for bare metal targets
Vadim Petrochenkov
-1
/
+3
2020-11-11
Add asm register information for SPIR-V
khyperia
-0
/
+67
2020-11-11
rustc_target: Move target env "gnu" from `linux_base` to `linux_gnu_base`
Vadim Petrochenkov
-30
/
+35
2020-11-10
rustc_taret: Remove `TargetOptions::is_like_android`
Vadim Petrochenkov
-7
/
+0
2020-11-10
Rollup merge of #78875 - petrochenkov:cleantarg, r=Mark-Simulacrum
Jonas Schievink
-279
/
+260
2020-11-09
Add `#[cfg(panic = "...")]`
David Hewitt
-0
/
+8
2020-11-08
Address review comments
Vadim Petrochenkov
-1
/
+1
2020-11-08
rustc_target: Rename some target options to avoid tautology
Vadim Petrochenkov
-219
/
+195
2020-11-08
Collapse all uses of `target.options.foo` into `target.foo`
Vadim Petrochenkov
-59
/
+64
2020-11-07
Update recently added targets
Vadim Petrochenkov
-6
/
+2
2020-11-07
rustc_target: Move `linker_flavor` from `Target` to `TargetOptions`
Vadim Petrochenkov
-244
/
+120
2020-11-07
rustc_target: Move `target_vendor` from `Target` to `TargetOptions`
Vadim Petrochenkov
-163
/
+28
2020-11-07
rustc_target: Move `target_env` from `Target` to `TargetOptions`
Vadim Petrochenkov
-158
/
+27
2020-11-07
rustc_target: Move `target_os` from `Target` to `TargetOptions`
Vadim Petrochenkov
-169
/
+52
2020-11-07
rustc_target: Move `target_endian` from `Target` to `TargetOptions`
Vadim Petrochenkov
-168
/
+75
2020-11-07
rustc_target: Move `target_c_int_width` from `Target` to `TargetOptions`
Vadim Petrochenkov
-155
/
+20
2020-11-05
Fix automatic_links warnings
Guillaume Gomez
-4
/
+4
2020-11-04
Update compiler/rustc_target/src/abi/mod.rs
Oli Scherer
-1
/
+1
2020-11-04
Update compiler/rustc_target/src/abi/mod.rs
Oli Scherer
-1
/
+1
2020-11-04
`u128` truncation and sign extension are not just interpreter related
oli
-0
/
+29
2020-11-02
indicate calling convention
Stephan
-1
/
+1
2020-11-02
improve comments
Stephan
-2
/
+3
2020-11-02
add blacklist for unsupported calling conventions
Stephan
-0
/
+9
2020-11-02
add mipsel_unknown_none target
Stephan
-0
/
+33
2020-10-30
Fix even more clippy warnings
Joshua Nelson
-48
/
+15
2020-10-24
Rollup merge of #77716 - francesca64:revert-ios-dynamic-linking, r=jonas-schi...
Jonas Schievink
-0
/
+1
[next]