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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2020-11-11
rustc_target: Move target env "gnu" from `linux_base` to `linux_gnu_base`
Vadim Petrochenkov
-0
/
+1
2020-11-10
rustc_taret: Remove `TargetOptions::is_like_android`
Vadim Petrochenkov
-6
/
+0
2020-11-10
Rollup merge of #78875 - petrochenkov:cleantarg, r=Mark-Simulacrum
Jonas Schievink
-68
/
+82
2020-11-09
Add `#[cfg(panic = "...")]`
David Hewitt
-0
/
+8
2020-11-08
rustc_target: Rename some target options to avoid tautology
Vadim Petrochenkov
-28
/
+36
2020-11-08
Collapse all uses of `target.options.foo` into `target.foo`
Vadim Petrochenkov
-40
/
+46
2020-11-07
rustc_target: Move `linker_flavor` from `Target` to `TargetOptions`
Vadim Petrochenkov
-11
/
+13
2020-11-07
rustc_target: Move `target_vendor` from `Target` to `TargetOptions`
Vadim Petrochenkov
-11
/
+5
2020-11-07
rustc_target: Move `target_env` from `Target` to `TargetOptions`
Vadim Petrochenkov
-5
/
+7
2020-11-07
rustc_target: Move `target_os` from `Target` to `TargetOptions`
Vadim Petrochenkov
-4
/
+11
2020-11-07
rustc_target: Move `target_endian` from `Target` to `TargetOptions`
Vadim Petrochenkov
-5
/
+6
2020-11-07
rustc_target: Move `target_c_int_width` from `Target` to `TargetOptions`
Vadim Petrochenkov
-4
/
+18
2020-11-05
Fix automatic_links warnings
Guillaume Gomez
-1
/
+1
2020-11-02
add mipsel_unknown_none target
Stephan
-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
-5
/
+10
2020-10-13
Add a target option for selecting a DWARF version
Austin Shafer
-0
/
+15
2020-10-10
Auto merge of #77580 - petrochenkov:norestarg, r=matthewjasper
bors
-41
/
+14
2020-10-08
Implement the instruction_set attribute
xd009642
-0
/
+7
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
-4
/
+2
2020-09-14
librustc_target: Initial support for riscv32gc_unknown_linux_gnu
Alistair Francis
-0
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+1793
[prev]