| Age | Commit message (Expand) | Author | Lines |
| 2021-03-27 | Address review comments | Joshua Nelson | -4/+3 |
| 2021-03-27 | Remove (lots of) dead code | Joshua Nelson | -14/+7 |
| 2021-03-24 | Auto merge of #83050 - osa1:issue83048, r=matthewjasper | bors | -23/+30 |
| 2021-03-22 | Change `-W help` to display edition level. | Eric Huss | -1/+6 |
| 2021-03-15 | Add `rustc_interface::interface::Config::parse_sess_created` | hyd-dev | -0/+2 |
| 2021-03-12 | Run analyses before thir-tree dumps | Ömer Sinan Ağacan | -23/+30 |
| 2021-03-11 | Add `-Z unpretty` flag for the THIR | LeSeulArtichaut | -0/+19 |
| 2021-03-09 | Bump tracing-tree dependency | Oli Scherer | -1/+1 |
| 2021-03-04 | Auto merge of #82304 - LeSeulArtichaut:unpretty-ast, r=spastorino | bors | -19/+29 |
| 2021-03-03 | Add `-Z unpretty` flags for the AST | LeSeulArtichaut | -19/+29 |
| 2021-02-28 | Update tracing to 0.1.25 | Tomasz Miąsko | -3/+3 |
| 2021-02-25 | Rollup merge of #82269 - LeSeulArtichaut:cleanup-ppmode, r=spastorino | Aaron Hill | -45/+27 |
| 2021-02-20 | Auto merge of #82341 - GuillaumeGomez:rollup-t7y7tyg, r=GuillaumeGomez | bors | -1/+1 |
| 2021-02-20 | Rollup merge of #82260 - ojeda:rustc-argfile, r=jyn514 | Guillaume Gomez | -1/+1 |
| 2021-02-19 | A few more code cleanups | LeSeulArtichaut | -34/+18 |
| 2021-02-19 | Move try_print_query_stack to rustc_interface. | Camille GILLOT | -2/+1 |
| 2021-02-19 | Cleanup `PpMode` and friends | LeSeulArtichaut | -20/+18 |
| 2021-02-19 | Rollup merge of #82261 - ojeda:rustdoc-argfile, r=jyn514 | Dylan DPC | -12/+18 |
| 2021-02-19 | rustdoc: Support argument files | Miguel Ojeda | -12/+18 |
| 2021-02-18 | rustc: Show `@path` usage in stable | Miguel Ojeda | -1/+1 |
| 2021-02-17 | Rollup merge of #82174 - est31:master, r=oli-obk | Guillaume Gomez | -11/+11 |
| 2021-02-16 | Replace File::create and write_all with fs::write | est31 | -11/+11 |
| 2021-02-15 | Only store a LocalDefId in hir::Item. | Camille GILLOT | -1/+1 |
| 2021-01-29 | Indicate both start and end of pass RSS in time-passes output | Tyson Nottingham | -4/+9 |
| 2021-01-15 | Rollup merge of #80944 - LingMan:map_or, r=nagisa | Yuki Okushi | -1/+1 |
| 2021-01-14 | Use Option::map_or instead of `.map(..).unwrap_or(..)` | LingMan | -1/+1 |
| 2021-01-14 | Rollup merge of #80981 - bjorn3:bjorn3-patch-1, r=jonas-schievink | Mara Bos | -2/+2 |
| 2021-01-13 | Fix -Cpasses=list and llvm version print with -vV | bjorn3 | -2/+2 |
| 2021-01-13 | Rollup merge of #80859 - jsgf:fix-pretty-remap, r=davidtwco | Dylan DPC | -2/+9 |
| 2021-01-11 | driver: Use `atty` instead of rolling our own | Camelid | -33/+3 |
| 2021-01-10 | log-color: Detect TTY based on stderr, not stdout | Camelid | -2/+21 |
| 2021-01-09 | Fix --pretty=expanded with --remap-path-prefix | Jeremy Fitzhardinge | -2/+9 |
| 2020-12-30 | where possible, pass slices instead of &Vec or &String (clippy::ptr_arg) | Matthias Krüger | -1/+1 |
| 2020-12-01 | Fix `unknown-crate` when using self-profile with rustdoc | Joshua Nelson | -2/+0 |
| 2020-11-26 | Auto merge of #77671 - flip1995:lint_list_always_plugins, r=oli-obk,Manishearth | bors | -6/+10 |
| 2020-11-25 | Reword message at the end of the output if not run with a lint tool | flip1995 | -1/+1 |
| 2020-11-24 | Auto merge of #78548 - camelid:driver-tty, r=oli-obk | bors | -2/+21 |
| 2020-11-24 | Cleanup message at the end of the lint list output | flip1995 | -4/+1 |
| 2020-11-24 | Always print lints from plugins, if they're available | flip1995 | -2/+9 |
| 2020-11-23 | Use `early_error` | Camelid | -5/+12 |
| 2020-11-20 | Direct RUSTC_LOG (tracing/log) output to stderr instead of stdout. | Eduard-Mihai Burtescu | -0/+1 |
| 2020-11-15 | Rollup merge of #79005 - petrochenkov:noinjected, r=davidtwco | Jonas Schievink | -2/+0 |
| 2020-11-15 | Rollup merge of #77802 - jyn514:bootstrap-specific, r=nikomatsakis | Jonas Schievink | -10/+11 |
| 2020-11-15 | Rollup merge of #79013 - jryans:cleanup-use-once-pretty-comment, r=Mark-Simul... | Dylan DPC | -3/+0 |
| 2020-11-13 | Clean up outdated `use_once_payload` pretty printer comment | J. Ryan Stinnett | -3/+0 |
| 2020-11-13 | cleanup: Remove `ParseSess::injected_crate_name` | Vadim Petrochenkov | -2/+0 |
| 2020-11-11 | Enable thread names in debug logging only for `parallel_compiler` | Joshua Nelson | -0/+2 |
| 2020-11-10 | Don't print thread ids and names in `tracing` logs | Joshua Nelson | -2/+0 |
| 2020-11-07 | Allow making `RUSTC_BOOTSTRAP` conditional on the crate name | Joshua Nelson | -10/+11 |
| 2020-10-30 | driver: Add env var to control log colors | Camelid | -1/+13 |