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
Age
Commit message (
Expand
)
Author
Lines
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
2020-10-15
Replace target.target with target and target.ptr_width with target.pointer_width
est31
-4
/
+1
2020-10-15
Rename target_pointer_width to pointer_width and turn it into an u32
est31
-7
/
+12
2020-10-15
Use integer literals for builtin target_pointer_width fields
est31
-151
/
+151
2020-10-14
Rollup merge of #77765 - amshafer:master, r=petrochenkov
Dylan DPC
-0
/
+21
2020-10-13
Add a target option for selecting a DWARF version
Austin Shafer
-0
/
+21
2020-10-13
Auto merge of #75406 - mati865:mingw-aslr, r=Mark-Simulacrum
bors
-2
/
+12
2020-10-10
Auto merge of #77337 - lzutao:asm-mips64, r=Amanieu
bors
-39
/
+44
2020-10-10
Auto merge of #77580 - petrochenkov:norestarg, r=matthewjasper
bors
-667
/
+631
2020-10-08
Implement the instruction_set attribute
xd009642
-0
/
+11
2020-10-07
Revert "Allow dynamic linking for iOS/tvOS targets."
Francesca Lovebloom
-0
/
+1
2020-10-05
rustc_target: Further simplify loading of built-in targets
Vadim Petrochenkov
-38
/
+13
2020-10-05
rustc_target: Refactor away `TargetResult`
Vadim Petrochenkov
-630
/
+619
2020-10-04
Support static linking with glibc and target-feature=+crt-static
Josh Triplett
-2
/
+2
2020-10-04
Removes reg aliases since there are many ABIs: o32/n32/n64
Lzu Tao
-32
/
+32
2020-10-04
Add asm! support for mips64
Lzu Tao
-7
/
+12
2020-10-04
mips32: Add f64 hard-float support
Lzu Tao
-1
/
+1
2020-10-02
Returns values up to 2*usize by value
Jonas Schievink
-12
/
+0
2020-10-01
Rollup merge of #77202 - ehuss:defer-apple-sdkroot, r=petrochenkov
Dylan DPC
-128
/
+20
2020-09-27
Rollup merge of #76839 - lzutao:mips-asm, r=Amanieu
Jonas Schievink
-0
/
+157
2020-09-27
Auto merge of #71274 - RalfJung:raw-init-check-aggregate, r=petrochenkov
bors
-4
/
+19
2020-09-27
Add MIPS asm! support
Lzu Tao
-0
/
+157
[prev]
[next]