| Age | Commit message (Expand) | Author | Lines |
| 2020-02-07 | Rollup merge of #68164 - tmiasko:no-sanitize, r=nikomatsakis | Dylan DPC | -0/+7 |
| 2020-02-06 | rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace. | Eduard-Mihai Burtescu | -9/+9 |
| 2020-02-05 | Selectively disable sanitizer instrumentation | Tomasz Miąsko | -0/+7 |
| 2020-02-05 | Auto merge of #67429 - mati865:mingw-ultimate-fix, r=alexcrichton | bors | -0/+5 |
| 2020-02-04 | Prefer system MinGW libs when available | Mateusz Mikuła | -0/+5 |
| 2020-02-04 | remove redundant imports (clippy::single_component_path_imports) | Matthias Krüger | -7/+0 |
| 2020-02-02 | Auto merge of #68720 - wesleywiser:llvm_time_trace, r=davidtwco | bors | -0/+2 |
| 2020-02-01 | Add support for enabling the LLVM time-trace feature | Wesley Wiser | -0/+2 |
| 2020-02-01 | Auto merge of #68133 - Centril:slimmer-syntax, r=petrochenkov | bors | -44/+3 |
| 2020-02-01 | 1. move node_id to syntax | Mazdak Farrokhzad | -44/+3 |
| 2020-02-01 | Auto merge of #68180 - ajpaverd:cfguard-rust, r=nagisa | bors | -3/+31 |
| 2020-01-28 | Add support for Control Flow Guard on Windows. | Andrew Paverd | -3/+31 |
| 2020-01-28 | lintify conflicting_repr_hints | Mazdak Farrokhzad | -0/+11 |
| 2020-01-24 | Rollup merge of #68473 - nopsledder:rust_sanitizer_fuchsia, r=alexcrichton | Tyler Mandry | -2/+6 |
| 2020-01-22 | Rollup merge of #68409 - sinkuu:temp_path, r=Mark-Simulacrum | Tyler Mandry | -11/+20 |
| 2020-01-23 | Add `-Z no-link` flag | Victor Ding | -2/+4 |
| 2020-01-22 | Fix tidy warnings | Aaron Green | -2/+6 |
| 2020-01-22 | Enable ASan on Fuchsia | Aaron Green | -1/+1 |
| 2020-01-22 | Do not base path to append extension | Mark Rousskov | -4/+4 |
| 2020-01-22 | Store filestem in a pre-formatted form | Mark Rousskov | -11/+10 |
| 2020-01-22 | Privatize private fields of OutputFilenames | Mark Rousskov | -2/+12 |
| 2020-01-18 | remove rustc_error_codes deps except in rustc_driver | Mazdak Farrokhzad | -2/+0 |
| 2020-01-17 | [self-profiler] Add example to `-Z help` to turn on query key recording | Wesley Wiser | -1/+5 |
| 2020-01-11 | feature_gate: Remove `GateStrength` | Vadim Petrochenkov | -37/+1 |
| 2020-01-11 | Rollup merge of #67806 - Centril:splitsynmore, r=petrochenkov | Mazdak Farrokhzad | -14/+734 |
| 2020-01-11 | pacify tidy by nixing added docs :( | Mazdak Farrokhzad | -12/+0 |
| 2020-01-11 | move {rustc -> rustc_session}::lint::builtin | Mazdak Farrokhzad | -0/+532 |
| 2020-01-11 | prepare moving HardwiredLints to rustc_session | Mazdak Farrokhzad | -0/+38 |
| 2020-01-11 | buffered lint infra -> rustc_session | Mazdak Farrokhzad | -10/+84 |
| 2020-01-11 | document feature_err et. al | Mazdak Farrokhzad | -0/+23 |
| 2020-01-11 | gating diagnostics -> rustc_session::parse | Mazdak Farrokhzad | -4/+69 |
| 2020-01-10 | Auto merge of #65241 - tmiasko:no-std-san, r=alexcrichton | bors | -0/+26 |
| 2020-01-09 | Link sanitizer runtimes instead of injecting crate dependencies | Tomasz Miąsko | -0/+26 |
| 2020-01-09 | Change -Z time event naming scheme and make them generic activities | John Kåre Alsaker | -4/+4 |
| 2020-01-08 | Remove `-Z continue-parse-after-error` | Vadim Petrochenkov | -2/+0 |
| 2020-01-06 | Improve hygiene of `newtype_index` | Matthew Jasper | -1/+0 |
| 2020-01-05 | Use self profile infrastructure for -Z time and -Z time-passes | John Kåre Alsaker | -11/+17 |
| 2020-01-04 | Auto merge of #67803 - Centril:librustc_hir, r=Zoxc | bors | -0/+2 |
| 2020-01-04 | move Node{Map,Set} -> rustc_session::node_id | Mazdak Farrokhzad | -0/+2 |
| 2020-01-03 | rustdoc: Respect diagnostic debugging options | Vadim Petrochenkov | -15/+13 |
| 2020-01-03 | Introduce an option for disabling deduplication of diagnostics | Vadim Petrochenkov | -3/+4 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -17/+17 |
| 2019-12-31 | Rollup merge of #67735 - petrochenkov:uibool, r=Mark-Simulacrum | Dylan DPC | -5/+11 |
| 2019-12-30 | Support `-Z ui-testing=yes/no` | Vadim Petrochenkov | -5/+11 |
| 2019-12-30 | Make things build again | Vadim Petrochenkov | -1/+1 |
| 2019-12-25 | Remove `-Znll-dont-emit-read-for-match` | Matthew Jasper | -2/+0 |
| 2019-12-22 | Format the world | Mark Rousskov | -588/+416 |
| 2019-12-20 | Remove rarely used -Zdisable_instrumentation_preinliner flag. | Michael Woerister | -2/+0 |
| 2019-12-20 | Move command line option definitions into a dedicated file | Victor Ding | -936/+957 |
| 2019-12-17 | Revert "Auto merge of #67362 - Mark-Simulacrum:par-4-default, r=alexcrichton" | Mark Rousskov | -8/+8 |