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
/
src
/
librustc_codegen_ssa
/
back
/
write.rs
Age
Commit message (
Expand
)
Author
Lines
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Auto merge of #56502 - Zoxc:hir-func, r=eddyb
bors
-2
/
+2
2018-12-06
Use a function to access the Hir map to be able to turn it into a query later
John Kåre Alsaker
-2
/
+2
2018-12-04
Serialize modules into ThinBuffer after initial optimization
Nikita Popov
-15
/
+19
2018-12-04
Remove unnecessary parts of run_fat_lto signature
Nikita Popov
-2
/
+4
2018-12-04
Separate out methods for running thin and fat LTO
Nikita Popov
-2
/
+2
2018-12-04
Separate codepaths for fat and thin LTO in write.rs
Nikita Popov
-27
/
+56
2018-12-04
Refactor LTO type determination
Nikita Popov
-35
/
+41
2018-12-04
Extract free_worker closure
Nikita Popov
-23
/
+18
2018-11-16
[eddyb] rustc_codegen_ssa: rename `interfaces` to `traits`.
Eduard-Mihai Burtescu
-1
/
+1
2018-11-16
[eddyb] rustc_codegen_ssa: avoid a `Clone` bound on `TargetMachine`.
Eduard-Mihai Burtescu
-3
/
+13
2018-11-16
Separating the back folder between backend-agnostic and LLVM-specific code
Denis Merigoux
-0
/
+1843