| 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 | -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-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 |
| 2020-10-30 | Fix even more clippy warnings | Joshua Nelson | -1/+1 |
| 2020-10-29 | driver: Only output ANSI if connected to a terminal | Camelid | -1/+1 |
| 2020-10-26 | Auto merge of #77975 - bjorn3:cg_clif_subtree3, r=Mark-Simulacrum | bors | -23/+12 |
| 2020-10-26 | Add support for using cg_clif to bootstrap rustc | bjorn3 | -23/+12 |
| 2020-10-16 | Rollup merge of #77493 - hosseind88:ICEs_should_always_print_the_top_of_the_q... | Dylan DPC | -3/+3 |
| 2020-10-15 | Replace target.target with target and target.ptr_width with target.pointer_width | est31 | -2/+2 |
| 2020-10-14 | Rollup merge of #77795 - bjorn3:codegen_backend_interface_refactor, r=oli-obk | Dylan DPC | -1/+1 |
| 2020-10-11 | Auto merge of #77649 - dash2507:replace_run_compiler, r=matthewjasper | bors | -2/+45 |
| 2020-10-10 | Use fixed type for CodegenResults | bjorn3 | -1/+1 |
| 2020-10-10 | Auto merge of #77580 - petrochenkov:norestarg, r=matthewjasper | bors | -1/+2 |
| 2020-10-09 | rebase with master | hosseind75 | -1/+3 |
| 2020-10-09 | run full query stack print just when RUST_BACKTRACE is set | hosseind75 | -1/+4 |
| 2020-10-09 | ICEs should print the top of the query stack | hosseind75 | -6/+1 |
| 2020-10-08 | Replace run_compiler with RunCompiler builder pattern. | Darshan Kathiriya | -2/+45 |
| 2020-10-08 | Commit suggestion | Kazantcev Andrey | -1/+1 |
| 2020-10-08 | Remove unnecessary lamda on emitter map. | Kazantcev Andrey | -2/+1 |
| 2020-10-05 | rustc_target: Further simplify loading of built-in targets | Vadim Petrochenkov | -1/+2 |
| 2020-10-04 | Rollup merge of #75143 - oli-obk:tracing, r=RalfJung | Yuki Okushi | -5/+15 |
| 2020-09-28 | Use `tracing` spans to trace the entire MIR interp stack | Oliver Scherer | -5/+15 |