| Age | Commit message (Expand) | Author | Lines |
| 2019-09-05 | Remove rustc_diagnostic_macros feature | Mark Rousskov | -1/+0 |
| 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 |
| 2019-04-03 | Deny internal lints on non conflicting crates | flip1995 | -0/+1 |
| 2019-03-27 | librustc_driver => 2018 | Taiki Endo | -29/+2 |
| 2019-03-18 | Auto merge of #58847 - bjorn3:remove_metadata_only_cg, r=alexcrichton | bors | -3/+0 |
| 2019-03-16 | Rename `MetaItem::ident` to `MetaItem::path` | Vadim Petrochenkov | -1/+1 |
| 2019-03-16 | Remove rustc_driver tests | bjorn3 | -3/+0 |
| 2019-03-10 | Drop expanded AST later if in save_analysis mode | Igor Matuszewski | -3/+8 |
| 2019-03-10 | Make the rustc driver and interface demand driven | John Kåre Alsaker | -464/+265 |
| 2019-03-06 | Make `-Z treat-err-as-bug` take a number of errors to be emitted | Esteban Küber | -2/+2 |
| 2019-03-03 | Remove profiler output and replace with a raw event dump | Wesley Wiser | -6/+1 |
| 2019-03-03 | Wrap the self-profiler in an `Arc<Mutex<>>` | Wesley Wiser | -0/+9 |
| 2019-02-28 | Introduce rustc_interface and move some methods there | John Kåre Alsaker | -274/+25 |
| 2019-02-12 | Stabilize slice_sort_by_cached_key | Scott McMurray | -1/+0 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -4/+4 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -4/+4 |
| 2019-02-10 | Rollup merge of #58345 - RalfJung:2nd-filename, r=matthewjasper | Guillaume Gomez | -1/+9 |
| 2019-02-10 | when there are multiple filenames, print what got interpreted as 2nd filename | Ralf Jung | -1/+9 |
| 2019-02-07 | Rollup merge of #58185 - GuillaumeGomez:images-url, r=SimonSapin | Guillaume Gomez | -3/+1 |
| 2019-02-07 | Remove images' url to make it work even without internet connection | Guillaume Gomez | -3/+1 |
| 2019-02-07 | Auto merge of #58010 - Zoxc:parallel-passes, r=michaelwoerister | bors | -0/+1 |
| 2019-02-06 | Overhaul `syntax::fold::Folder`. | Nicholas Nethercote | -4/+5 |
| 2019-01-30 | Move privacy checking later in the pipeline and make some passes run in parallel | John Kåre Alsaker | -0/+1 |
| 2019-01-26 | Replace deprecated ATOMIC_INIT consts | Mark Rousskov | -2/+2 |
| 2019-01-24 | Remove quote_*! macros and associated APIs | Mark Simulacrum | -1/+0 |
| 2019-01-17 | Querify glob map usage (last use of CrateAnalysis) | Igor Matuszewski | -2/+0 |