| Age | Commit message (Expand) | Author | Lines |
| 2018-05-03 | Don't run LTO passes in rustc when cross-lang LTO is enabled. | Michael Woerister | -0/+4 |
| 2018-05-03 | Use correct section name for embedded LLVM bitcode on OSX. | Michael Woerister | -2/+6 |
| 2018-05-03 | Add -Z cross-lang-lto flag in order to support linker-based LTO. | Michael Woerister | -1/+2 |
| 2018-05-03 | Declare embedded LLVM bitcode section readonly. | Michael Woerister | -0/+1 |
| 2018-04-28 | Add `-C target-feature` to all functions | Alex Crichton | -26/+5 |
| 2018-04-28 | Rollup merge of #50251 - alexcrichton:wasm-no-threads, r=eddyb | kennytm | -1/+5 |
| 2018-04-27 | Rename InternedString to LocalInternedString and introduce a new thread-safe ... | John Kåre Alsaker | -1/+1 |
| 2018-04-26 | rustc: Disable threads in LLD for wasm | Alex Crichton | -1/+5 |
| 2018-04-26 | Rename rustc_back::target to rustc_target::spec. | Irina Popa | -4/+3 |
| 2018-04-26 | rustc_back: move LinkerFlavor, PanicStrategy, and RelroLevel to target. | Irina Popa | -4/+3 |
| 2018-04-23 | make rustdoc test follow the jobserver limit of threadsfix that to many threa... | Andreas Jonson | -8/+1 |
| 2018-04-19 | wasm: Increase default stack size to 1MB | Alex Crichton | -0/+1 |
| 2018-04-14 | Auto merge of #49289 - varkor:emit-metadata-without-link, r=michaelwoerister | bors | -2/+3 |
| 2018-04-10 | Make Session.crate_types thread-safe | John Kåre Alsaker | -5/+8 |
| 2018-04-10 | Make Session.plugin_registrar_fn and Session.derive_registrar_fn thread-safe | John Kåre Alsaker | -2/+2 |
| 2018-04-10 | Reformat trans skip condition | varkor | -3/+3 |
| 2018-04-10 | Auto merge of #49390 - Zoxc:sync-syntax, r=michaelwoerister | bors | -3/+3 |
| 2018-04-06 | Allow for re-using hidden monomorphizations on platforms that don't support R... | Michael Woerister | -9/+27 |
| 2018-04-06 | Fix some rebasing fallout. | Michael Woerister | -1/+0 |
| 2018-04-06 | Select upstream monomorphizations in a stable way. | Michael Woerister | -5/+35 |
| 2018-04-06 | Allow for internalizing monomorphizations that cannot be shared. | Michael Woerister | -4/+12 |
| 2018-04-06 | Remove the (inaccurate) symbol_export_level query. | Michael Woerister | -4/+2 |
| 2018-04-06 | Allow for re-using monomorphizations from upstream crates. | Michael Woerister | -0/+64 |
| 2018-04-06 | Move export level computation to reachable_non_generics query. | Michael Woerister | -53/+49 |
| 2018-04-06 | Allow for representing exported monomorphizations in crate metadata. | Michael Woerister | -1/+1 |
| 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/+78 |
| 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 | -5/+6 |
| 2018-03-28 | Make LLVM worker channel thread-safe | John Kåre Alsaker | -3/+3 |
| 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 | Make --emit=metadata output metadata regardless of link | varkor | -3/+1 |
| 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 |