| Age | Commit message (Expand) | Author | Lines |
| 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/+2 |
| 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 |
| 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 |
| 2020-09-28 | Rollup merge of #76474 - bjorn3:driver_selected_codegen, r=oli-obk | Ralf Jung | -1/+11 |
| 2020-09-27 | Add option to pass a custom codegen backend from a driver | bjorn3 | -1/+11 |
| 2020-09-23 | /nightly/nightly-rustc | Erik Hofmayer | -1/+1 |
| 2020-09-23 | Updated html_root_url for compiler crates | Erik Hofmayer | -1/+1 |
| 2020-09-17 | use strip_prefix over starts_with and manual slicing based on pattern length ... | Matthias Krüger | -2/+1 |
| 2020-09-03 | Auto merge of #73996 - da-x:short-unique-paths, r=petrochenkov | bors | -1/+2 |
| 2020-09-03 | rustc_driver: have TrimmedDefPaths::GoodPath only for rustc | Dan Aloni | -4/+2 |
| 2020-09-02 | pretty: trim paths of unique symbols | Dan Aloni | -2/+5 |
| 2020-09-01 | driver: replace `lazy_static` by `SyncLazy` from std | marmeladema | -7/+5 |