| Age | Commit message (Expand) | Author | Lines |
| 2019-07-02 | Auto merge of #61268 - michaelwoerister:stabilize-pgo, r=alexcrichton | bors | -4/+4 |
| 2019-06-27 | rustc: Retry SIGILL linker invocations | Alex Crichton | -24/+47 |
| 2019-06-21 | Stabilize profile-guided optimization. | Michael Woerister | -4/+4 |
| 2019-06-20 | rename hir::map::get_by_hir_id to get | ljedrz | -1/+1 |
| 2019-06-16 | Separate librustc_codegen_ssa module | chansuke | -95/+94 |
| 2019-06-15 | Auto merge of #59752 - Zoxc:dylib-fix, r=alexcrichton | bors | -15/+8 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -19/+19 |
| 2019-06-12 | Add a limit_rdylib_exports option and disable it for Solaris | John Kåre Alsaker | -7/+4 |
| 2019-06-12 | Limit dylib symbols | John Kåre Alsaker | -9/+5 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -29/+24 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -19/+19 |
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -6/+6 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -6/+6 |
| 2019-06-05 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -4/+4 |
| 2019-05-28 | Rename PgoGenerate to something more general. | Michael Woerister | -3/+3 |
| 2019-05-27 | Use a PathBuf instead of String for representing the pgo-use path internally. | Michael Woerister | -2/+2 |
| 2019-05-23 | Update dylib_dependency_formats, extern_crate and reachable_non_generics | John Kåre Alsaker | -4/+3 |
| 2019-05-23 | Update upstream_monomorphizations and upstream_monomorphizations_for | John Kåre Alsaker | -8/+4 |
| 2019-05-21 | Make -Zemit-artifact-notifications also emit the artifact type | Jeremy Fitzhardinge | -1/+1 |
| 2019-05-16 | add targetarch for CodegenContext | Chandler Deng | -0/+2 |
| 2019-05-13 | Remove the equality operation between `Symbol` and strings. | Nicholas Nethercote | -1/+1 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -3/+3 |
| 2019-05-07 | Auto merge of #60464 - eddyb:not-overly-specific-pipelining, r=alexcrichton | bors | -0/+3 |
| 2019-05-07 | rustc_codegen_ssa: emit artifact notifications for the main link product too. | Eduard-Mihai Burtescu | -0/+3 |
| 2019-05-03 | rustc: Always handle exported symbols on the wasm target | Alex Crichton | -6/+14 |
| 2019-05-01 | Move metadata writing earlier. | Nicholas Nethercote | -29/+6 |
| 2019-05-01 | Inline and remove `link_binary_output`. | Nicholas Nethercote | -74/+61 |
| 2019-04-30 | In JSON output, emit a directive after metadata is generated. | Nicholas Nethercote | -4/+10 |
| 2019-04-26 | Remove some unused return values. | Nicholas Nethercote | -25/+15 |
| 2019-04-24 | Don't generate unnecessary rmeta files. | Nicholas Nethercote | -13/+17 |
| 2019-04-20 | Tidy | bjorn3 | -2/+15 |
| 2019-04-20 | Move almost all of cg_llvm/back/link.rs to cg_ssa | bjorn3 | -5/+1559 |
| 2019-04-20 | Remove get_reloc_model and target_cpu dependency from most of link.rs | bjorn3 | -1/+1 |
| 2019-04-20 | Make link functions generic over archive builder | bjorn3 | -1/+16 |
| 2019-04-20 | Move some function from cg_llvm/back/link.rs to cg_ssa/back/link.rs | bjorn3 | -2/+379 |
| 2019-04-14 | Rollup merge of #59874 - michaelwoerister:pgo-updates-1, r=cramertj | Mazdak Farrokhzad | -4/+5 |
| 2019-04-12 | Use measureme in self-profiler | Wesley Wiser | -23/+14 |
| 2019-04-11 | Clean up handling of -Zpgo-gen commandline option. | Michael Woerister | -4/+5 |
| 2019-04-01 | Rollup merge of #58507 - Zoxc:time-extended, r=michaelwoerister | Mazdak Farrokhzad | -2/+2 |
| 2019-03-29 | Auto merge of #58605 - nagisa:fix-the-metadata, r=michaelwoerister | bors | -1/+7 |
| 2019-03-28 | Rollup merge of #59320 - alexcrichton:wasm-clang, r=sanxiyn | Mazdak Farrokhzad | -56/+21 |
| 2019-03-28 | Rollup merge of #59318 - alexcrichton:check-for-clang, r=michaelwoerister | Mazdak Farrokhzad | -8/+11 |
| 2019-03-27 | Use informational target machine for metadata | Simonas Kazlauskas | -1/+7 |
| 2019-03-26 | Remove the block on natvis for lld-link. | TheGoddessInari | -12/+0 |
| 2019-03-20 | rustc: Allow using `clang` for wasm32 targets | Alex Crichton | -56/+21 |
| 2019-03-20 | Add a -Z time option which prints only passes which runs once | John Kåre Alsaker | -2/+2 |
| 2019-03-19 | rustc: Update linker flavor inference from filename | Alex Crichton | -8/+11 |
| 2019-03-14 | Use try blocks in rustc_codegen_ssa | Taiki Endo | -9/+6 |
| 2019-03-10 | Replace TimeLine with SelfProfiler | Wesley Wiser | -52/+66 |
| 2019-03-08 | Rollup merge of #58984 - estebank:multi-treat-err-as-bug, r=oli-obk | Pietro Albini | -1/+1 |