about summary refs log tree commit diff
path: root/compiler/rustc_driver/src/lib.rs
AgeCommit message (Expand)AuthorLines
2021-03-27Address review commentsJoshua Nelson-4/+3
2021-03-27Remove (lots of) dead codeJoshua Nelson-3/+7
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-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-19Move try_print_query_stack to rustc_interface.Camille GILLOT-2/+1
2021-02-19Rollup merge of #82261 - ojeda:rustdoc-argfile, r=jyn514Dylan DPC-11/+3
2021-02-19rustdoc: Support argument filesMiguel Ojeda-11/+3
2021-02-18rustc: Show `@path` usage in stableMiguel Ojeda-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-11driver: Use `atty` instead of rolling our ownCamelid-33/+2
2021-01-10log-color: Detect TTY based on stderr, not stdoutCamelid-2/+21
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 #77802 - jyn514:bootstrap-specific, r=nikomatsakisJonas Schievink-10/+11
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
2020-10-30Fix even more clippy warningsJoshua Nelson-1/+1
2020-10-29driver: Only output ANSI if connected to a terminalCamelid-1/+1
2020-10-26Auto merge of #77975 - bjorn3:cg_clif_subtree3, r=Mark-Simulacrumbors-23/+12
2020-10-26Add support for using cg_clif to bootstrap rustcbjorn3-23/+12
2020-10-16Rollup merge of #77493 - hosseind88:ICEs_should_always_print_the_top_of_the_q...Dylan DPC-3/+3
2020-10-15Replace target.target with target and target.ptr_width with target.pointer_widthest31-2/+2
2020-10-14Rollup merge of #77795 - bjorn3:codegen_backend_interface_refactor, r=oli-obkDylan DPC-1/+1
2020-10-11Auto merge of #77649 - dash2507:replace_run_compiler, r=matthewjasperbors-2/+45
2020-10-10Use fixed type for CodegenResultsbjorn3-1/+1
2020-10-10Auto merge of #77580 - petrochenkov:norestarg, r=matthewjasperbors-1/+2
2020-10-09rebase with masterhosseind75-1/+3
2020-10-09run full query stack print just when RUST_BACKTRACE is sethosseind75-1/+4
2020-10-09ICEs should print the top of the query stackhosseind75-6/+1
2020-10-08Replace run_compiler with RunCompiler builder pattern.Darshan Kathiriya-2/+45
2020-10-08Commit suggestionKazantcev Andrey-1/+1
2020-10-08Remove unnecessary lamda on emitter map.Kazantcev Andrey-2/+1
2020-10-05rustc_target: Further simplify loading of built-in targetsVadim Petrochenkov-1/+2
2020-10-04Rollup merge of #75143 - oli-obk:tracing, r=RalfJungYuki Okushi-5/+15
2020-09-28Use `tracing` spans to trace the entire MIR interp stackOliver Scherer-5/+15