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_codegen_ssa
/
src
/
back
Age
Commit message (
Expand
)
Author
Lines
2020-10-15
Remove rustc_session::config::Config
est31
-7
/
+3
2020-10-15
Replace target.target with target and target.ptr_width with target.pointer_width
est31
-92
/
+87
2020-10-15
Rename target_pointer_width to pointer_width and turn it into an u32
est31
-2
/
+2
2020-10-15
Rollup merge of #77739 - est31:remove_unused_code, r=petrochenkov,varkor
Yuki Okushi
-2
/
+0
2020-10-14
Remove unused code from rustc_codegen_*
est31
-2
/
+0
2020-10-14
Rollup merge of #77795 - bjorn3:codegen_backend_interface_refactor, r=oli-obk
Dylan DPC
-14
/
+0
2020-10-13
Replace absolute paths with relative ones
est31
-1
/
+1
2020-10-12
Remove dump_incremental_data
bjorn3
-9
/
+0
2020-10-12
Fix -Clinker-plugin-lto with opt-levels s and z
Jonas Schievink
-3
/
+1
2020-10-10
Move finalize_session_directory call out of cg_llvm
bjorn3
-5
/
+0
2020-10-05
Instruct lld that our @ files are posix-style, not Windows
Mark Rousskov
-0
/
+6
2020-10-01
Rollup merge of #77202 - ehuss:defer-apple-sdkroot, r=petrochenkov
Dylan DPC
-0
/
+86
2020-09-26
Move add_apple_sdk out of add_pre_link_args.
Eric Huss
-1
/
+3
2020-09-25
Defer Apple SDKROOT detection to link time.
Eric Huss
-0
/
+84
2020-09-25
Link dynamic and static late_link_args before generic ones
Mateusz Mikuła
-3
/
+3
2020-09-10
use push(char) instead of push_str(&str) to add single chars to strings
Matthias Krüger
-1
/
+1
2020-09-09
Add `-Z combine_cgu` flag
Victor Ding
-12
/
+47
2020-09-03
Rollup merge of #76167 - mati865:mingw-self-contained-heuristic, r=petrochenkov
Dylan DPC
-92
/
+25
2020-09-01
Rollup merge of #76158 - mati865:self-contained-option, r=petrochenkov
Tyler Mandry
-3
/
+3
2020-09-01
Replace MinGW library hack with heuristic controlling link mode
Mateusz Mikuła
-92
/
+25
2020-08-31
Fix `-Z instrument-coverage` on MSVC
Rich Kadel
-1
/
+1
2020-08-31
Stabilise link-self-contained option
Mateusz Mikuła
-3
/
+3
2020-08-30
mv compiler to compiler/
mark
-0
/
+6371