| Age | Commit message (Expand) | Author | Lines |
| 2019-10-25 | Remove lint callback from driver | Mark Rousskov | -2/+0 |
| 2019-10-24 | rustc_driver: Remove unnecessary use of crate store | Vadim Petrochenkov | -4/+4 |
| 2019-10-23 | Rollup merge of #65193 - Mark-Simulacrum:lockless-lintstore, r=nikomatsakis | Mazdak Farrokhzad | -9/+19 |
| 2019-10-22 | Add some documentation | Mark Rousskov | -0/+1 |
| 2019-10-19 | move parse_cfgspecs to rustc_interface | Mazdak Farrokhzad | -1/+1 |
| 2019-10-17 | Update API to be more compatible with plugin needs | Mark Rousskov | -0/+3 |
| 2019-10-17 | Create lint store during plugin registration | Mark Rousskov | -6/+13 |
| 2019-10-17 | Lints being from a plugin is dependent on the lint, not the registration | Mark Rousskov | -3/+2 |
| 2019-10-14 | rustc_metadata: Privatize private code and remove dead code | Vadim Petrochenkov | -1/+1 |
| 2019-10-13 | refactor session::config::build_session_options_and_crate_config | Mazdak Farrokhzad | -1/+2 |
| 2019-09-29 | Rollup merge of #64799 - Aaron1011:fix/double-panic, r=Mark-Simulacrum | Mazdak Farrokhzad | -1/+1 |
| 2019-09-28 | Rollup merge of #64847 - mati865:env_logger, r=alexcrichton | Mazdak Farrokhzad | -1/+1 |
| 2019-09-27 | -Z unpretty message: include expanded,hygiene | Mazdak Farrokhzad | -3/+3 |
| 2019-09-27 | Remove unpretty=flowgraph. | Mazdak Farrokhzad | -164/+14 |
| 2019-09-27 | Remove librustc_ast_borrowck from driver & interface. | Mazdak Farrokhzad | -1/+0 |
| 2019-09-26 | Use existing Handler to print query stack | Aaron Hill | -1/+1 |
| 2019-09-26 | Rename `MetaItem.node` to `MetaItem.kind` | varkor | -1/+1 |
| 2019-09-26 | Upgrade env_logger to 0.7 | Mateusz Mikuła | -1/+1 |
| 2019-09-23 | Introduce a diagnostic stashing API. | Mazdak Farrokhzad | -2/+1 |
| 2019-09-23 | Auto merge of #64272 - Mark-Simulacrum:parallel-handler, r=estebank | bors | -7/+6 |
| 2019-09-17 | Rollup merge of #64486 - matthewjasper:hygiene-debugging, r=petrochenkov | Tyler Mandry | -2/+7 |
| 2019-09-17 | Print syntax contexts and marks when printing hygiene information | Matthew Jasper | -2/+7 |
| 2019-09-17 | Remove Handler::{emit, emit_with_code} | Mark Rousskov | -7/+5 |
| 2019-09-17 | Replace DiagnosticBuilder with Diagnostic when emitting error | Mark Rousskov | -0/+1 |
| 2019-09-16 | Rollup merge of #64497 - nnethercote:fix-64339, r=petrochenkov | Mazdak Farrokhzad | -1/+4 |
| 2019-09-16 | Don't print the "total" `-Ztime-passes` output if `--prints=...` is also given. | Nicholas Nethercote | -1/+4 |
| 2019-09-15 | Auto merge of #60584 - jonas-schievink:ice-panic-hook, r=oli-obk | bors | -49/+95 |
| 2019-09-07 | Rollup merge of #64235 - mati865:env_logger, r=alexcrichton | Mazdak Farrokhzad | -1/+1 |
| 2019-09-07 | Rollup merge of #64139 - Mark-Simulacrum:strip-legacy-proc-macro, r=petrochenkov | Mazdak Farrokhzad | -1/+0 |
| 2019-09-06 | Upgrade env_logger to 0.6 | Mateusz Mikuła | -1/+1 |
| 2019-09-06 | Move the HIR cfg to `rustc_ast_borrowck` | Matthew Jasper | -2/+1 |
| 2019-09-05 | Remove rustc_diagnostic_macros feature | Mark Rousskov | -1/+0 |
| 2019-08-30 | Update comment | Jonas Schievink | -1/+1 |
| 2019-08-30 | Document the ICE hook and make it more flexible | Jonas Schievink | -3/+12 |
| 2019-08-30 | Clarify that rustc unwinds on errors, not panics | Jonas Schievink | -1/+1 |
| 2019-08-30 | Move librustc panic handler into the new one | Jonas Schievink | -5/+22 |
| 2019-08-30 | Use `panic::set_hook` to print the ICE message | Jonas Schievink | -45/+65 |
| 2019-08-30 | Auto merge of #63827 - andjo403:out-of-process-rustc-in-rustdoc, r=Mark-Simul... | bors | -0/+9 |
| 2019-08-30 | Auto merge of #63402 - estebank:strip-margin, r=oli-obk | bors | -5/+7 |
| 2019-08-29 | support rustdoc test from stdin to rustc | Andreas Jonson | -0/+9 |
| 2019-08-22 | Auto merge of #63175 - jsgf:argsfile, r=jsgf | bors | -8/+82 |
| 2019-08-21 | Add terminal_width debugging flag | Esteban Küber | -5/+7 |
| 2019-08-20 | Move argfile expansion into run_compiler | Jeremy Fitzhardinge | -235/+67 |
| 2019-08-20 | Restore the rustc_plugin crate in the sysroot | Simon Sapin | -0/+1 |
| 2019-08-19 | rustc: implement argsfiles for command line | Jeremy Fitzhardinge | -4/+246 |
| 2019-08-19 | Use named arguments for formatting usage message. | Jeremy Fitzhardinge | -5/+5 |
| 2019-08-20 | Deprecate using rustc_plugin without the rustc_driver dylib. | Simon Sapin | -0/+3 |
| 2019-08-15 | `Ident::with_empty_ctxt` -> `Ident::with_dummy_span` | Vadim Petrochenkov | -1/+1 |
| 2019-08-09 | Cleanup historical stability comments | Mark Rousskov | -15/+6 |
| 2019-07-28 | Deny `unused_lifetimes` through rustbuild | Vadim Petrochenkov | -2/+0 |