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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_codegen_ssa
/
back
/
link.rs
Age
Commit message (
Expand
)
Author
Lines
2019-10-22
Fix issue #64153 by checking for .rcgu.o suffix when trying to identify Rust ...
Michael Woerister
-17
/
+4
2019-10-08
Rollup merge of #65081 - Mark-Simulacrum:remove-profile-queries, r=michaelwoe...
Mazdak Farrokhzad
-1
/
+1
2019-10-07
Auto merge of #64780 - choller:master, r=michaelwoerister
bors
-1
/
+3
2019-10-07
Add feature gate for raw_dylib.
Charles Lew
-3
/
+13
2019-10-03
Remove -Zprofile-queries
Mark Rousskov
-1
/
+1
2019-09-25
Only add sanitizer runtimes when linking an executable (#64629).
Christian Holler (:decoder)
-1
/
+3
2019-09-23
rustc: Convert `dependency_formats` to a query
Alex Crichton
-22
/
+39
2019-09-13
Auto merge of #64254 - aleksijuvani:fix-macos-sysroot, r=alexcrichton
bors
-0
/
+3
2019-09-12
Remove env vars instead of setting them to an empty string
Aleksi Juvani
-0
/
+3
2019-09-11
Use `Symbol` in `Linker`.
Nicholas Nethercote
-12
/
+12
2019-08-15
Rollup merge of #63155 - mfkl:uwp-msvc, r=alexcrichton
Mazdak Farrokhzad
-0
/
+32
2019-08-13
review feedback: add comments and use local flavor variable
Martin Finkel
-1
/
+4
2019-08-12
review feedback: move uwp link code to get_linker
Martin Finkel
-13
/
+28
2019-08-08
move store lib probing code to librustc_codegen_ssa
Martin Finkel
-0
/
+14
2019-07-30
Auto merge of #62766 - alexcrichton:stabilize-pipelined-compilation, r=oli-obk
bors
-1
/
+1
2019-07-26
rustc: Stabilize options for pipelined compilation
Alex Crichton
-1
/
+1
2019-07-25
rustc: Update wasm32 support for LLVM 9
Alex Crichton
-8
/
+0
2019-07-03
Rollup merge of #62021 - crlf0710:msvc_link_output_improve, r=alexcrichton
Mark Rousskov
-4
/
+8
2019-07-02
Auto merge of #61268 - michaelwoerister:stabilize-pgo, r=alexcrichton
bors
-1
/
+1
2019-06-27
rustc: Retry SIGILL linker invocations
Alex Crichton
-24
/
+47
2019-06-24
Add mention of VS 2019 in link error output.
CrLF0710
-4
/
+8
2019-06-21
Stabilize profile-guided optimization.
Michael Woerister
-1
/
+1
2019-06-05
Aggregation of drive-by cosmetic changes.
Alexander Regueiro
-4
/
+4
2019-05-21
Make -Zemit-artifact-notifications also emit the artifact type
Jeremy Fitzhardinge
-1
/
+1
2019-05-07
Auto merge of #60464 - eddyb:not-overly-specific-pipelining, r=alexcrichton
bors
-0
/
+3
2019-05-07
rustc_codegen_ssa: emit artifact notifications for the main link product too.
Eduard-Mihai Burtescu
-0
/
+3
2019-05-03
rustc: Always handle exported symbols on the wasm target
Alex Crichton
-6
/
+4
2019-05-01
Move metadata writing earlier.
Nicholas Nethercote
-29
/
+6
2019-05-01
Inline and remove `link_binary_output`.
Nicholas Nethercote
-74
/
+61
2019-04-30
In JSON output, emit a directive after metadata is generated.
Nicholas Nethercote
-2
/
+8
2019-04-26
Remove some unused return values.
Nicholas Nethercote
-25
/
+15
2019-04-24
Don't generate unnecessary rmeta files.
Nicholas Nethercote
-7
/
+12
2019-04-20
Tidy
bjorn3
-1
/
+8
2019-04-20
Move almost all of cg_llvm/back/link.rs to cg_ssa
bjorn3
-5
/
+1096
2019-04-20
Remove get_reloc_model and target_cpu dependency from most of link.rs
bjorn3
-1
/
+1
2019-04-20
Move some function from cg_llvm/back/link.rs to cg_ssa/back/link.rs
bjorn3
-2
/
+379
2019-03-19
rustc: Update linker flavor inference from filename
Alex Crichton
-8
/
+11
2019-02-09
librustc_codegen_ssa => 2018
Taiki Endo
-1
/
+1
2019-01-27
Create `nvptx64-nvidia-cuda` target specification
Denys Zariaiev
-0
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-13
Stabilize `linker-flavor` flag.
David Wood
-5
/
+1
2018-11-29
Only consider stem when extension is exe.
David Wood
-1
/
+5
2018-11-16
Separating the back folder between backend-agnostic and LLVM-specific code
Denis Merigoux
-0
/
+208