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_llvm
/
back
/
rpath.rs
Age
Commit message (
Expand
)
Author
Lines
2019-04-20
Move almost all of cg_llvm/back/link.rs to cg_ssa
bjorn3
-270
/
+0
2019-02-25
librustc_codegen_llvm: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-6
/
+6
2019-02-10
rpath computation: explain why we pop()
Ralf Jung
-2
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-03
codegen_llvm_back: improve allocations
ljedrz
-4
/
+3
2018-11-10
codegen_llvm_back: use to_owned instead of to_string with string literals
ljedrz
-2
/
+2
2018-11-10
codegen_llvm_back: remove explicit returns
ljedrz
-2
/
+4
2018-11-10
codegen_llvm_back: whitespace & formatting fixes
ljedrz
-2
/
+1
2018-10-19
Prefer unwrap_or_else to unwrap_or in case of function calls/allocations
ljedrz
-1
/
+1
2018-08-28
Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc.
Eduard-Mihai Burtescu
-2
/
+2
2018-07-29
Replace push loops with collect() and extend() where possible
ljedrz
-3
/
+1
2018-07-23
Replace a few expect+format combos with unwrap_or_else+panic
ljedrz
-2
/
+2
2018-07-11
Deny bare trait objects in in src/librustc_codegen_llvm
ljedrz
-1
/
+1
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-0
/
+282