summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/back/link.rs
AgeCommit message (Expand)AuthorLines
2018-07-26Improve a few vectors - calculate capacity or build from iteratorsljedrz-2/+3
2018-07-18rustc: Stabilize #[wasm_import_module] as #[link(...)]Alex Crichton-23/+36
2018-07-16Revert "Clean up LLVM module naming (just use CodegenUnit names)."Michael Woerister-0/+7
2018-07-13Auto merge of #52266 - michaelwoerister:incr-thinlto-preliminaries, r=alexcri...bors-7/+0
2018-07-11Clean up LLVM module naming (just use CodegenUnit names).Michael Woerister-7/+0
2018-07-11Deny bare trait objects in in src/librustc_codegen_llvmljedrz-8/+8
2018-07-10Upgrade to LLVM's master branch (LLVM 7)Alex Crichton-4/+2
2018-07-04Shorten the lineCrLF0710-2/+2
2018-07-04Include VS 2017 in error message.CrLF0710-1/+1
2018-06-20Fix tidyBastien Orivel-1/+4
2018-06-20Replace tempdir by tempfile in librustc_transBastien Orivel-3/+3
2018-05-31musl: don't use the included startfiles with -crt-staticJohannes Nixdorf-0/+16
2018-05-17Revert "musl: don't use the included startfiles with -crt-static"Alex Crichton-16/+0
2018-05-17Revert "musl: link crt{begin,end}.o from the system compiler"Alex Crichton-11/+0
2018-05-17Rename trans to codegen everywhere.Irina Popa-0/+1630