about summary refs log tree commit diff
path: root/compiler/rustc_driver
AgeCommit message (Expand)AuthorLines
2021-03-27Address review commentsJoshua Nelson-4/+3
2021-03-27Remove (lots of) dead codeJoshua Nelson-14/+7
2021-03-24Auto merge of #83050 - osa1:issue83048, r=matthewjasperbors-23/+30
2021-03-22Change `-W help` to display edition level.Eric Huss-1/+6
2021-03-15Add `rustc_interface::interface::Config::parse_sess_created`hyd-dev-0/+2
2021-03-12Run analyses before thir-tree dumpsÖmer Sinan Ağacan-23/+30
2021-03-11Add `-Z unpretty` flag for the THIRLeSeulArtichaut-0/+19
2021-03-09Bump tracing-tree dependencyOli Scherer-1/+1
2021-03-04Auto merge of #82304 - LeSeulArtichaut:unpretty-ast, r=spastorinobors-19/+29
2021-03-03Add `-Z unpretty` flags for the ASTLeSeulArtichaut-19/+29
2021-02-28Update tracing to 0.1.25Tomasz Miąsko-3/+3
2021-02-25Rollup merge of #82269 - LeSeulArtichaut:cleanup-ppmode, r=spastorinoAaron Hill-45/+27
2021-02-20Auto merge of #82341 - GuillaumeGomez:rollup-t7y7tyg, r=GuillaumeGomezbors-1/+1
2021-02-20Rollup merge of #82260 - ojeda:rustc-argfile, r=jyn514Guillaume Gomez-1/+1
2021-02-19A few more code cleanupsLeSeulArtichaut-34/+18
2021-02-19Move try_print_query_stack to rustc_interface.Camille GILLOT-2/+1
2021-02-19Cleanup `PpMode` and friendsLeSeulArtichaut-20/+18
2021-02-19Rollup merge of #82261 - ojeda:rustdoc-argfile, r=jyn514Dylan DPC-12/+18
2021-02-19rustdoc: Support argument filesMiguel Ojeda-12/+18
2021-02-18rustc: Show `@path` usage in stableMiguel Ojeda-1/+1
2021-02-17Rollup merge of #82174 - est31:master, r=oli-obkGuillaume Gomez-11/+11
2021-02-16Replace File::create and write_all with fs::writeest31-11/+11
2021-02-15Only store a LocalDefId in hir::Item.Camille GILLOT-1/+1
2021-01-29Indicate both start and end of pass RSS in time-passes outputTyson Nottingham-4/+9
2021-01-15Rollup merge of #80944 - LingMan:map_or, r=nagisaYuki Okushi-1/+1
2021-01-14Use Option::map_or instead of `.map(..).unwrap_or(..)`LingMan-1/+1
2021-01-14Rollup merge of #80981 - bjorn3:bjorn3-patch-1, r=jonas-schievinkMara Bos-2/+2
2021-01-13Fix -Cpasses=list and llvm version print with -vVbjorn3-2/+2
2021-01-13Rollup merge of #80859 - jsgf:fix-pretty-remap, r=davidtwcoDylan DPC-2/+9
2021-01-11driver: Use `atty` instead of rolling our ownCamelid-33/+3
2021-01-10log-color: Detect TTY based on stderr, not stdoutCamelid-2/+21
2021-01-09Fix --pretty=expanded with --remap-path-prefixJeremy Fitzhardinge-2/+9
2020-12-30where possible, pass slices instead of &Vec or &String (clippy::ptr_arg)Matthias Krüger-1/+1
2020-12-01Fix `unknown-crate` when using self-profile with rustdocJoshua Nelson-2/+0
2020-11-26Auto merge of #77671 - flip1995:lint_list_always_plugins, r=oli-obk,Manishearthbors-6/+10
2020-11-25Reword message at the end of the output if not run with a lint toolflip1995-1/+1
2020-11-24Auto merge of #78548 - camelid:driver-tty, r=oli-obkbors-2/+21
2020-11-24Cleanup message at the end of the lint list outputflip1995-4/+1
2020-11-24Always print lints from plugins, if they're availableflip1995-2/+9
2020-11-23Use `early_error`Camelid-5/+12
2020-11-20Direct RUSTC_LOG (tracing/log) output to stderr instead of stdout.Eduard-Mihai Burtescu-0/+1
2020-11-15Rollup merge of #79005 - petrochenkov:noinjected, r=davidtwcoJonas Schievink-2/+0
2020-11-15Rollup merge of #77802 - jyn514:bootstrap-specific, r=nikomatsakisJonas Schievink-10/+11
2020-11-15Rollup merge of #79013 - jryans:cleanup-use-once-pretty-comment, r=Mark-Simul...Dylan DPC-3/+0
2020-11-13Clean up outdated `use_once_payload` pretty printer commentJ. Ryan Stinnett-3/+0
2020-11-13cleanup: Remove `ParseSess::injected_crate_name`Vadim Petrochenkov-2/+0
2020-11-11Enable thread names in debug logging only for `parallel_compiler`Joshua Nelson-0/+2
2020-11-10Don't print thread ids and names in `tracing` logsJoshua Nelson-2/+0
2020-11-07Allow making `RUSTC_BOOTSTRAP` conditional on the crate nameJoshua Nelson-10/+11
2020-10-30driver: Add env var to control log colorsCamelid-1/+13