| 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/+18 |
| 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/+12 |
| 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-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-23 | Introduce a diagnostic stashing API. | Mazdak Farrokhzad | -2/+1 |
| 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/+94 |
| 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/+64 |
| 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/+29 |
| 2019-08-21 | Add terminal_width debugging flag | Esteban Küber | -5/+7 |
| 2019-08-20 | Move argfile expansion into run_compiler | Jeremy Fitzhardinge | -6/+14 |
| 2019-08-19 | rustc: implement argsfiles for command line | Jeremy Fitzhardinge | -4/+17 |
| 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/+2 |
| 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 |
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by rustb... | Vadim Petrochenkov | -1/+0 |
| 2019-07-23 | cleanup: Remove `extern crate serialize as rustc_serialize`s | Vadim Petrochenkov | -1/+1 |
| 2019-07-15 | Use more descriptive Compilation enum in rustc interface callbacks | Igor Matuszewski | -12/+15 |
| 2019-07-15 | Add Callbacks::after_expansion | Igor Matuszewski | -0/+9 |
| 2019-07-05 | Rollup merge of #62110 - nnethercote:improve-Ztime-passes, r=Zoxc | Mazdak Farrokhzad | -6/+26 |
| 2019-07-05 | Add a "total" measurement to -Ztime-passes. | Nicholas Nethercote | -6/+26 |
| 2019-06-24 | Enable internal lints in bootstrap | flip1995 | -1/+0 |
| 2019-06-11 | Add deny(unused_lifetimes) to all the crates that have deny(internal). | Eduard-Mihai Burtescu | -0/+1 |
| 2019-05-13 | Remove the equality operation between `Symbol` and strings. | Nicholas Nethercote | -1/+2 |
| 2019-04-30 | Rename to RUSTC_LOG | Yuki OKUSHI | -1/+1 |
| 2019-04-17 | Deny `internal` in stage0 | Mateusz Mikuła | -1/+1 |
| 2019-04-12 | Rollup merge of #59680 - DevQps:document-rustc-z-flag, r=cramertj | Mazdak Farrokhzad | -2/+2 |
| 2019-04-10 | Updated the documentation, now claiming the -Z is associated to unstable comp... | Christian | -2/+2 |