| Age | Commit message (Expand) | Author | Lines |
| 2018-03-28 | Auto merge of #49019 - phil-opp:target-spec, r=pnkfelix | bors | -2/+2 |
| 2018-03-26 | Introduce a TargetTriple enum to support absolute target paths | Philipp Oppermann | -2/+2 |
| 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 | -2/+2 |
| 2018-03-25 | librustc_llvm: Show PGO diagnostics properly. | Emilio Cobos Álvarez | -2/+7 |
| 2018-03-25 | rustc_llvm: rustc_trans: Thread the PGO config down to the pass manager builder. | Emilio Cobos Álvarez | -5/+32 |
| 2018-03-13 | rustc: Embed LLVM bitcode by default on iOS | Alex Crichton | -1/+77 |
| 2018-03-09 | Move PROFQ_CHAN to a Session field | John Kåre Alsaker | -6/+15 |
| 2018-03-06 | Compute symbol names more lazily. | Michael Woerister | -13/+24 |
| 2018-03-03 | rustc: Tweak default linker selection | Alex Crichton | -1/+1 |
| 2018-03-03 | rust: Import LLD for linking wasm objects | Alex Crichton | -77/+8 |
| 2018-02-16 | lookup exported symbols only when needed. | andjo403 | -7/+18 |
| 2018-02-07 | Rollup merge of #47883 - yurydelendik:wasm-map, r=alexcrichton | Manish Goregaokar | -3/+15 |
| 2018-01-30 | Export wasm source map when debug information is enabled | Yury Delendik | -3/+15 |
| 2018-01-30 | Implement extensible syscall interface for wasm | Diggory Blake | -4/+2 |
| 2018-01-26 | Merge branch 'no-stderr-sink' of https://github.com/Zoxc/rust into rollup | Alex Crichton | -2/+2 |
| 2018-01-26 | Do not capture stderr in the compiler. Instead just panic silently for fatal ... | John Kåre Alsaker | -2/+2 |
| 2018-01-25 | Merge branch 'configure-lto' of https://github.com/alexcrichton/rust into rollup | Alex Crichton | -43/+45 |
| 2018-01-25 | Rollup merge of #47710 - alexcrichton:llvm-6-compat, r=nikomatsakis | Alex Crichton | -17/+19 |
| 2018-01-25 | Rollup merge of #47453 - pftbest:nointas, r=alexcrichton | Alex Crichton | -52/+57 |
| 2018-01-24 | llvm6: Don't clone LLVM modules on wasm | Alex Crichton | -2/+2 |
| 2018-01-24 | llvm6: CodeModel::{JIT,}Default no longer exists | Alex Crichton | -15/+17 |
| 2018-01-23 | rustc: Add `-C lto=val` option | Alex Crichton | -43/+45 |
| 2018-01-19 | Hide even more of rustc_trans | bjorn3 | -11/+11 |
| 2018-01-18 | Rollup merge of #47302 - andjo403:commentfix, r=michaelwoerister | kennytm | -9/+4 |
| 2018-01-15 | Fix no_integrated_as option to work with new codegen architecture. | Vadzim Dambrouski | -52/+57 |
| 2018-01-10 | Use the new fs_read_write functions in rustc internals | Matt Brubeck | -9/+6 |
| 2018-01-09 | fix faulty comment | andjo403 | -9/+4 |
| 2018-01-05 | Use name-discarding LLVM context | Simonas Kazlauskas | -0/+2 |
| 2017-12-14 | Use PathBuf instead of String where applicable | Oliver Schneider | -2/+2 |
| 2017-11-30 | rustc: Prepare to enable ThinLTO by default | Alex Crichton | -2/+3 |
| 2017-11-19 | std: Add a new wasm32-unknown-unknown target | Alex Crichton | -11/+90 |
| 2017-11-11 | Control LLVM's TrapUnreachable feature through rustc's TargetOptions. | Dan Gohman | -0/+2 |
| 2017-11-07 | Auto merge of #45666 - Amanieu:tls-model, r=alexcrichton | bors | -3/+8 |
| 2017-11-03 | Add support for specifying the TLS model | Amanieu d'Antras | -0/+7 |
| 2017-11-03 | Fix error message for invalid code/reloc models | Amanieu d'Antras | -3/+1 |
| 2017-11-02 | Make the difference between lint codes and error codes explicit | Oliver Schneider | -3/+3 |
| 2017-10-21 | rustc: Move bytecode compression into codegen | Alex Crichton | -62/+93 |
| 2017-10-18 | rustc: Add `_imp_` symbols later in compilation | Alex Crichton | -1/+60 |
| 2017-10-15 | rustc: Fix some ThinLTO internalization | Alex Crichton | -4/+6 |
| 2017-10-13 | Auto merge of #45063 - michaelwoerister:bring-back-incremental-info, r=nikoma... | bors | -7/+3 |
| 2017-10-09 | rustc: Allow target-specific default cgus | Alex Crichton | -3/+3 |
| 2017-10-09 | Auto merge of #45111 - aidanhs:aphs-bubble-worker-failures, r=alexcrichton | bors | -6/+10 |
| 2017-10-08 | Don't panic in the coordinator thread, bubble up the failure | Aidan Hobson Sayers | -6/+10 |
| 2017-10-07 | rustc: Implement ThinLTO | Alex Crichton | -15/+73 |
| 2017-10-06 | incr.comp.: Bring back output of -Zincremental-info. | Michael Woerister | -7/+3 |
| 2017-10-05 | Auto merge of #45019 - aidanhs:aphs-no-trans-worker-panic, r=alexcrichton | bors | -13/+6 |
| 2017-10-04 | Don't unwrap work item results as the panic trace is useless | Aidan Hobson Sayers | -13/+6 |
| 2017-10-02 | incr.comp.: Use red/green tracking for CGU re-use. | Michael Woerister | -2/+0 |
| 2017-09-30 | rustc: Enable LTO and multiple codegen units | Alex Crichton | -122/+258 |