| Age | Commit message (Expand) | Author | Lines |
| 2020-01-22 | Enable ASan on Fuchsia | Aaron Green | -1/+1 |
| 2020-01-11 | Rollup merge of #68043 - Zoxc:missing-timers, r=wesleywiser | Mazdak Farrokhzad | -20/+29 |
| 2020-01-10 | Auto merge of #65241 - tmiasko:no-std-san, r=alexcrichton | bors | -47/+42 |
| 2020-01-09 | Label unmarked time | John Kåre Alsaker | -20/+29 |
| 2020-01-09 | Link sanitizer runtimes instead of injecting crate dependencies | Tomasz Miąsko | -47/+42 |
| 2020-01-09 | Change -Z time event naming scheme and make them generic activities | John Kåre Alsaker | -2/+2 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-05 | Use self profile infrastructure for -Z time and -Z time-passes | John Kåre Alsaker | -3/+2 |
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -1/+1 |
| 2019-12-25 | tidy: change msdn links to newer locations | Lzu Tao | -1/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -258/+288 |
| 2019-10-22 | Fix issue #64153 by checking for .rcgu.o suffix when trying to identify Rust ... | Michael Woerister | -17/+4 |
| 2019-10-08 | Rollup merge of #65081 - Mark-Simulacrum:remove-profile-queries, r=michaelwoe... | Mazdak Farrokhzad | -1/+1 |
| 2019-10-07 | Auto merge of #64780 - choller:master, r=michaelwoerister | bors | -1/+3 |
| 2019-10-07 | Add feature gate for raw_dylib. | Charles Lew | -3/+13 |
| 2019-10-03 | Remove -Zprofile-queries | Mark Rousskov | -1/+1 |
| 2019-09-25 | Only add sanitizer runtimes when linking an executable (#64629). | Christian Holler (:decoder) | -1/+3 |
| 2019-09-23 | rustc: Convert `dependency_formats` to a query | Alex Crichton | -22/+39 |
| 2019-09-13 | Auto merge of #64254 - aleksijuvani:fix-macos-sysroot, r=alexcrichton | bors | -0/+3 |
| 2019-09-12 | Remove env vars instead of setting them to an empty string | Aleksi Juvani | -0/+3 |
| 2019-09-11 | Use `Symbol` in `Linker`. | Nicholas Nethercote | -12/+12 |
| 2019-08-15 | Rollup merge of #63155 - mfkl:uwp-msvc, r=alexcrichton | Mazdak Farrokhzad | -0/+32 |
| 2019-08-13 | review feedback: add comments and use local flavor variable | Martin Finkel | -1/+4 |
| 2019-08-12 | review feedback: move uwp link code to get_linker | Martin Finkel | -13/+28 |
| 2019-08-08 | move store lib probing code to librustc_codegen_ssa | Martin Finkel | -0/+14 |
| 2019-07-30 | Auto merge of #62766 - alexcrichton:stabilize-pipelined-compilation, r=oli-obk | bors | -1/+1 |
| 2019-07-26 | rustc: Stabilize options for pipelined compilation | Alex Crichton | -1/+1 |
| 2019-07-25 | rustc: Update wasm32 support for LLVM 9 | Alex Crichton | -8/+0 |
| 2019-07-03 | Rollup merge of #62021 - crlf0710:msvc_link_output_improve, r=alexcrichton | Mark Rousskov | -4/+8 |
| 2019-07-02 | Auto merge of #61268 - michaelwoerister:stabilize-pgo, r=alexcrichton | bors | -1/+1 |
| 2019-06-27 | rustc: Retry SIGILL linker invocations | Alex Crichton | -24/+47 |
| 2019-06-24 | Add mention of VS 2019 in link error output. | CrLF0710 | -4/+8 |
| 2019-06-21 | Stabilize profile-guided optimization. | Michael Woerister | -1/+1 |
| 2019-06-05 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -4/+4 |
| 2019-05-21 | Make -Zemit-artifact-notifications also emit the artifact type | Jeremy Fitzhardinge | -1/+1 |
| 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/+4 |
| 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 | -2/+8 |
| 2019-04-26 | Remove some unused return values. | Nicholas Nethercote | -25/+15 |
| 2019-04-24 | Don't generate unnecessary rmeta files. | Nicholas Nethercote | -7/+12 |
| 2019-04-20 | Tidy | bjorn3 | -1/+8 |
| 2019-04-20 | Move almost all of cg_llvm/back/link.rs to cg_ssa | bjorn3 | -5/+1096 |
| 2019-04-20 | Remove get_reloc_model and target_cpu dependency from most of link.rs | bjorn3 | -1/+1 |
| 2019-04-20 | Move some function from cg_llvm/back/link.rs to cg_ssa/back/link.rs | bjorn3 | -2/+379 |
| 2019-03-19 | rustc: Update linker flavor inference from filename | Alex Crichton | -8/+11 |
| 2019-02-09 | librustc_codegen_ssa => 2018 | Taiki Endo | -1/+1 |
| 2019-01-27 | Create `nvptx64-nvidia-cuda` target specification | Denys Zariaiev | -0/+1 |