| Age | Commit message (Expand) | Author | Lines |
| 2021-06-04 | Rustfmt | bjorn3 | -1/+5 |
| 2021-06-04 | Support --version and -Cpasses=list for other codegen backends | bjorn3 | -4/+16 |
| 2021-06-04 | Allow printing the version of the default codegen backend if it isn't llvm | bjorn3 | -7/+3 |
| 2021-06-04 | Turn a regular comment on Compilation into a doc comment | bjorn3 | -1/+1 |
| 2021-05-12 | Use () for analysis. | Camille GILLOT | -2/+1 |
| 2021-05-12 | Auto merge of #83610 - bjorn3:driver_cleanup, r=cjgillot | bors | -114/+86 |
| 2021-05-03 | Run save_analysis even when analysis returned an error | bjorn3 | -2/+2 |
| 2021-05-02 | Move queries.crate_name() | bjorn3 | -3/+3 |
| 2021-05-02 | Simplify make_input | bjorn3 | -22/+21 |
| 2021-05-02 | Remove unnecessary argument | bjorn3 | -4/+1 |
| 2021-05-02 | Tiny cleanup | bjorn3 | -3/+2 |
| 2021-05-02 | Inline process_rlink into try_process_rlink | bjorn3 | -20/+17 |
| 2021-05-02 | Document a few things | bjorn3 | -2/+12 |
| 2021-05-02 | Remove dummy_config | bjorn3 | -64/+38 |
| 2021-04-06 | Rollup merge of #83895 - eggyal:issue-83883, r=jyn514 | Dylan DPC | -1/+2 |
| 2021-04-06 | Add listing of lints (eg via -W help) to rustdoc | Alan Egerton | -1/+2 |
| 2021-04-06 | Auto merge of #81641 - bjorn3:find_codegen_backend, r=davidtwco | bors | -2/+2 |
| 2021-03-30 | Merge two consecutive tcx.analysis() calls | bjorn3 | -11/+7 |
| 2021-03-27 | Address review comments | Joshua Nelson | -4/+3 |
| 2021-03-27 | Remove (lots of) dead code | Joshua Nelson | -3/+7 |
| 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-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 | Move try_print_query_stack to rustc_interface. | Camille GILLOT | -2/+1 |
| 2021-02-19 | Rollup merge of #82261 - ojeda:rustdoc-argfile, r=jyn514 | Dylan DPC | -11/+3 |
| 2021-02-19 | rustdoc: Support argument files | Miguel Ojeda | -11/+3 |
| 2021-02-18 | rustc: Show `@path` usage in stable | Miguel Ojeda | -1/+1 |
| 2021-02-01 | Find codegen backends in more locations | bjorn3 | -2/+2 |
| 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-11 | driver: Use `atty` instead of rolling our own | Camelid | -33/+2 |
| 2021-01-10 | log-color: Detect TTY based on stderr, not stdout | Camelid | -2/+21 |
| 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 #77802 - jyn514:bootstrap-specific, r=nikomatsakis | Jonas Schievink | -10/+11 |
| 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 |