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
/
linker.rs
Age
Commit message (
Expand
)
Author
Lines
2018-11-03
Move cg_llvm::back::linker to cg_utils
bjorn3
-1095
/
+0
2018-10-02
wasm: Explicitly export all symbols with LLD
Alex Crichton
-1
/
+6
2018-09-15
Enable fatal warnings for the wasm32 linker
Alex Crichton
-0
/
+4
2018-09-05
Allow for opting out of ThinLTO and clean up LTO related cli flag handling.
Michael Woerister
-2
/
+1
2018-08-30
Rollup merge of #53472 - eddyb:fx-pls, r=pnkfelix
Pietro Albini
-2
/
+2
2018-08-28
Fix warnings about the `native` target-cpu
Alex Crichton
-1
/
+2
2018-08-28
Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc.
Eduard-Mihai Burtescu
-2
/
+2
2018-08-20
Auto merge of #52101 - japaric:linker-flavor, r=alexcrichton
bors
-2
/
+3
2018-08-16
wasm: Remove --strip-debug argument to LLD
Alex Crichton
-12
/
+0
2018-08-09
try to infer linker flavor from linker name and vice versa
Jorge Aparicio
-2
/
+3
2018-08-09
Export WASM table by default
Marko Mijalkovic
-0
/
+3
2018-08-04
Normalize DebugInfoLevel to standard style
Mark Rousskov
-5
/
+5
2018-08-04
Normalize variants of CrateType to standard style
Mark Rousskov
-2
/
+2
2018-07-30
Disable debug sections when optimization flags is set for LLD.
Yury Delendik
-0
/
+12
2018-07-28
Don't format!() string literals
ljedrz
-1
/
+1
2018-07-24
break --subsystem=x into 2 args; closer to former presumably known-good incan...
alecmocatta
-1
/
+2
2018-07-24
Pass multiple linker arguments rather than concatenate with commas; -l librar...
alecmocatta
-17
/
+18
2018-07-11
Deny bare trait objects in in src/librustc_codegen_llvm
ljedrz
-6
/
+6
2018-07-10
Upgrade to LLVM's master branch (LLVM 7)
Alex Crichton
-2
/
+35
2018-07-06
Remove CrossLangLto::NoLink which does not have a use case anymore.
Michael Woerister
-2
/
+1
2018-07-03
Allow the linker to choose the LTO-plugin (which is useful when using LLD)
Michael Woerister
-25
/
+36
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-0
/
+1037