summary refs log tree commit diff
path: root/src/librustc_trans/back/command.rs
AgeCommit message (Expand)AuthorLines
2018-03-13rustc: Don't invoke `lld` with an `@`-fileAlex Crichton-0/+7
2018-03-03rustc: Tweak default linker selectionAlex Crichton-11/+3
2018-03-03rust: Import LLD for linking wasm objectsAlex Crichton-0/+14
2018-02-13verify passed -no-pie arg before retrying failed linkJimmy Brush-0/+4
2018-01-21rustc: Lower link args to `@`-files on Windows moreAlex Crichton-12/+60
2018-01-19Allow runtime switching between trans backendsbjorn3-5/+1
2017-09-05rustc: Attempt to handle super long linker invocationsAlex Crichton-0/+114