| Age | Commit message (Expand) | Author | Lines |
| 2018-03-29 | rustc: Group linked libraries where needed | Alex Crichton | -0/+78 |
| 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 | -5/+6 |
| 2018-03-26 | Introduce a TargetTriple enum to support absolute target paths | Philipp Oppermann | -5/+6 |
| 2018-03-26 | Auto merge of #48346 - emilio:pgo, r=alexcrichton | bors | -7/+87 |
| 2018-03-25 | Move linker code to the Linker trait instead. | Emilio Cobos Álvarez | -14/+32 |
| 2018-03-25 | librustc_trans: Mark some profiler symbols as exported to avoid LTO removing ... | Emilio Cobos Álvarez | -0/+14 |
| 2018-03-25 | librustc_trans: Turn PGO diagnostics into warnings. | Emilio Cobos Álvarez | -1/+1 |
| 2018-03-25 | librustc: Convert -C pgo-gen and -C pgo-use into -Z flags. | Emilio Cobos Álvarez | -3/+5 |
| 2018-03-25 | librustc_llvm: Show PGO diagnostics properly. | Emilio Cobos Álvarez | -2/+7 |
| 2018-03-25 | rustc_trans: Fix PGO generation linking on Linux by adding the relevant linke... | Emilio Cobos Álvarez | -0/+14 |
| 2018-03-25 | rustc_llvm: rustc_trans: Thread the PGO config down to the pass manager builder. | Emilio Cobos Álvarez | -5/+32 |
| 2018-03-24 | Add flag for telling the linker to strip debuginfo when building without it | Johannes Löthberg | -1/+12 |
| 2018-03-24 | don't pass -no-pie to gnu ld | Jimmy Brush | -2/+4 |
| 2018-03-22 | rustc: Add a `#[wasm_import_module]` attribute | Alex Crichton | -16/+234 |
| 2018-03-22 | rustc: Add a `#[wasm_custom_section]` attribute | Alex Crichton | -0/+50 |
| 2018-03-16 | Auto merge of #48896 - alexcrichton:bitcode-in-object, r=michaelwoerister | bors | -1/+77 |
| 2018-03-13 | rustc: Embed LLVM bitcode by default on iOS | Alex Crichton | -1/+77 |
| 2018-03-13 | rustc: Don't invoke `lld` with an `@`-file | Alex Crichton | -1/+12 |
| 2018-03-11 | Auto merge of #48691 - Zoxc:profq-chan, r=michaelwoerister | bors | -12/+21 |
| 2018-03-10 | Auto merge of #48388 - kyrias:relro-level-cg, r=alexcrichton | bors | -6/+23 |
| 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 | -12/+21 |
| 2018-03-06 | Add flag for rustc_std_internal_symbol attribute | Wesley Wiser | -3/+3 |
| 2018-03-06 | Remove the contains_extern_indicator query | Wesley Wiser | -1/+2 |
| 2018-03-06 | Make relro-level=off explicitly disable RELRO | Johannes Löthberg | -6/+21 |
| 2018-03-06 | Don't show crate metadata symbol as exported symbol to downstream crates. | Michael Woerister | -7/+1 |
| 2018-03-06 | Fix export level of plugin and procmacro registrars. | Michael Woerister | -9/+11 |
| 2018-03-06 | Don't recompute SymbolExportLevel for upstream crates. | Michael Woerister | -67/+31 |
| 2018-03-06 | Compute symbol names more lazily. | Michael Woerister | -45/+65 |
| 2018-03-06 | Clean up handling of symbol export information. | Michael Woerister | -124/+207 |
| 2018-03-06 | Rename exported_symbol_ids query to something more explicit and document what... | Michael Woerister | -4/+9 |
| 2018-03-03 | rustc: Tweak default linker selection | Alex Crichton | -63/+52 |
| 2018-03-03 | rust: Import LLD for linking wasm objects | Alex Crichton | -129/+143 |
| 2018-03-02 | Replace Rc with Lrc for shared data | John Kåre Alsaker | -2/+2 |
| 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/+62 |
| 2018-02-23 | Rollup merge of #48219 - andjo403:export_symbol, r=michaelwoerister | Manish Goregaokar | -10/+24 |
| 2018-02-17 | fix more typos found by codespell. | Matthias Krüger | -2/+2 |
| 2018-02-16 | lookup exported symbols only when needed. | andjo403 | -10/+24 |
| 2018-02-14 | Rollup merge of #48163 - alexcrichton:persistent-linker, r=rkruppe | kennytm | -8/+32 |
| 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/+7 |
| 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/+66 |
| 2018-02-12 | rustc: Persist LLVM's `Linker` in Fat LTO | Alex Crichton | -8/+32 |
| 2018-02-12 | rustc: Add the ability to not run dsymutil | Alex Crichton | -3/+55 |
| 2018-02-07 | Rollup merge of #47883 - yurydelendik:wasm-map, r=alexcrichton | Manish Goregaokar | -3/+15 |
| 2018-02-02 | Auto merge of #47102 - Diggsey:wasm-syscall, r=alexcrichton | bors | -4/+2 |