| Age | Commit message (Expand) | Author | Lines |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -7426/+0 |
| 2018-05-15 | Rename `has_type_parameters` to `requires_monomorphization` | varkor | -1/+1 |
| 2018-05-15 | Fix generics type parameter handling in miri | varkor | -1/+1 |
| 2018-05-12 | Auto merge of #50686 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -12/+23 |
| 2018-05-12 | Rollup merge of #50558 - whitfin:issue-50500, r=michaelwoerister | Mark Simulacrum | -12/+23 |
| 2018-05-12 | Set PrepareForThinLTO flag when using ThinLTO | Nikita Popov | -2/+5 |
| 2018-05-11 | Auto merge of #50105 - mixi:crt-included, r=alexcrichton | bors | -0/+27 |
| 2018-05-11 | Update naming in line with PR comments | Isaac Whitfield | -4/+6 |
| 2018-05-11 | Neaten a couple of long signatures | Isaac Whitfield | -4/+8 |
| 2018-05-11 | Remove shared access to DepGraph::work_products | Isaac Whitfield | -12/+17 |
| 2018-05-09 | Allow for specifying a linker plugin for cross-language LTO | Michael Woerister | -7/+58 |
| 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-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-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 |