| Age | Commit message (Expand) | Author | Lines |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -1626/+0 |
| 2018-05-11 | Auto merge of #50105 - mixi:crt-included, r=alexcrichton | bors | -0/+27 |
| 2018-05-09 | Allow for specifying a linker plugin for cross-language LTO | Michael Woerister | -0/+3 |
| 2018-05-01 | musl: link crt{begin,end}.o from the system compiler | Johannes Nixdorf | -0/+11 |
| 2018-04-29 | musl: don't use the included startfiles with -crt-static | Johannes Nixdorf | -0/+16 |
| 2018-04-26 | Rename rustc_back::target to rustc_target::spec. | Irina Popa | -2/+1 |
| 2018-04-26 | rustc_back: move LinkerFlavor, PanicStrategy, and RelroLevel to target. | Irina Popa | -2/+1 |
| 2018-04-14 | Auto merge of #49289 - varkor:emit-metadata-without-link, r=michaelwoerister | bors | -2/+3 |
| 2018-04-10 | Reformat trans skip condition | varkor | -3/+3 |
| 2018-04-05 | Rollup merge of #49432 - nabijaczleweli:master, r=michaelwoerister | kennytm | -4/+38 |
| 2018-03-31 | Special-case OutputType::Metadata | varkor | -1/+4 |
| 2018-03-31 | Open the file as write before trying to flush it | nabijaczleweli | -1/+1 |
| 2018-03-29 | rustc: Group linked libraries where needed | Alex Crichton | -0/+52 |
| 2018-03-29 | Also protect first attempt | nabijaczleweli | -1/+5 |
| 2018-03-29 | Flush executables to disk after linkage | nabijaczleweli | -3/+33 |
| 2018-03-28 | Rollup merge of #49329 - canarysnort01:fix-no-pie, r=pnkfelix | kennytm | -2/+4 |
| 2018-03-28 | Auto merge of #49019 - phil-opp:target-spec, r=pnkfelix | bors | -3/+4 |
| 2018-03-26 | Introduce a TargetTriple enum to support absolute target paths | Philipp Oppermann | -3/+4 |
| 2018-03-25 | Move linker code to the Linker trait instead. | Emilio Cobos Álvarez | -14/+2 |
| 2018-03-25 | librustc: Convert -C pgo-gen and -C pgo-use into -Z flags. | Emilio Cobos Álvarez | -1/+3 |
| 2018-03-25 | rustc_trans: Fix PGO generation linking on Linux by adding the relevant linke... | Emilio Cobos Álvarez | -0/+14 |
| 2018-03-24 | don't pass -no-pie to gnu ld | Jimmy Brush | -2/+4 |
| 2018-03-22 | Make --emit=metadata output metadata regardless of link | varkor | -3/+1 |
| 2018-03-22 | rustc: Add a `#[wasm_import_module]` attribute | Alex Crichton | -0/+1 |
| 2018-03-22 | rustc: Add a `#[wasm_custom_section]` attribute | Alex Crichton | -0/+6 |
| 2018-03-13 | rustc: Don't invoke `lld` with an `@`-file | Alex Crichton | -1/+5 |
| 2018-03-11 | Auto merge of #48691 - Zoxc:profq-chan, r=michaelwoerister | bors | -2/+2 |
| 2018-03-09 | Make the default relro level be doing nothing at all | Johannes Löthberg | -0/+2 |
| 2018-03-09 | Move PROFQ_CHAN to a Session field | John Kåre Alsaker | -2/+2 |
| 2018-03-06 | Make relro-level=off explicitly disable RELRO | Johannes Löthberg | -1/+3 |
| 2018-03-03 | rustc: Tweak default linker selection | Alex Crichton | -51/+44 |
| 2018-03-03 | rust: Import LLD for linking wasm objects | Alex Crichton | -33/+6 |
| 2018-02-26 | Encode linker arguments as UTF-16 on MSVC platforms | Mark Simulacrum | -1/+13 |
| 2018-02-25 | Rollup merge of #48076 - canarysnort01:fix_pie, r=alexcrichton | kennytm | -12/+48 |
| 2018-02-13 | only pass -no-pie if linker_is_gnu | Jimmy Brush | -2/+8 |
| 2018-02-13 | handle -no-pie error from clang | Jimmy Brush | -5/+7 |
| 2018-02-13 | verify passed -no-pie arg before retrying failed link | Jimmy Brush | -1/+3 |
| 2018-02-13 | pass correct pie args to gcc linker 2 | Jimmy Brush | -43/+23 |
| 2018-02-13 | pass correct pie args to gcc linker | Jimmy Brush | -10/+56 |
| 2018-02-12 | rustc: Add the ability to not run dsymutil | Alex Crichton | -3/+55 |
| 2018-01-23 | rustc: Add `-C lto=val` option | Alex Crichton | -5/+17 |
| 2018-01-21 | rustc: Lower link args to `@`-files on Windows more | Alex Crichton | -20/+18 |
| 2018-01-19 | Hide even more of rustc_trans | bjorn3 | -8/+8 |
| 2018-01-16 | rustc: Spawn `cmd /c` for `.bat` scripts | Alex Crichton | -6/+7 |
| 2018-01-10 | Use the new fs_read_write functions in rustc internals | Matt Brubeck | -3/+1 |
| 2017-12-31 | Removed unnecessary output of linker options when linker is not installed | Felix Schütt | -4/+19 |
| 2017-12-14 | Use PathBuf instead of String where applicable | Oliver Schneider | -7/+8 |
| 2017-12-04 | rustc_back: replace tempdir with crates.io version. | Irina-Gabriela Popa | -1/+1 |
| 2017-11-20 | Auto merge of #45905 - alexcrichton:add-wasm-target, r=aturon | bors | -11/+45 |
| 2017-11-19 | std: Add a new wasm32-unknown-unknown target | Alex Crichton | -11/+45 |