| Age | Commit message (Expand) | Author | Lines |
| 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-04 | rustc_session: allow overriding lint level of individual lints from a group | Tobias Thiel | -3/+10 |
| 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 |
| 2019-12-17 | Move AtomicU64 usage to AtomicUsize | Mark Rousskov | -3/+3 |
| 2019-12-16 | Change the default thread count to min(4, vCPUs) | Mark Rousskov | -5/+5 |
| 2019-12-12 | Rollup merge of #67215 - nnethercote:fix-Zprint-type-size-zero-sized-fields, ... | Yuki Okushi | -3/+6 |
| 2019-12-11 | Rollup merge of #67074 - ehuss:extern-options, r=petrochenkov | Mazdak Farrokhzad | -37/+132 |
| 2019-12-11 | Fix `-Z print-type-sizes`'s handling of zero-sized fields. | Nicholas Nethercote | -3/+6 |
| 2019-12-09 | Add options to --extern flag. | Eric Huss | -37/+132 |
| 2019-12-06 | Use `as_ref().map()` rather than `is_some().to_option()` | varkor | -1/+1 |
| 2019-12-06 | Use `to_option_with` in several places | varkor | -1/+1 |
| 2019-12-06 | Use `to_option` in various places | varkor | -7/+4 |
| 2019-12-03 | Deduplicate CrateConfig | Mark Rousskov | -5/+4 |
| 2019-12-03 | Move Session to librustc_session | Mark Rousskov | -0/+4741 |