rust/compiler/rustc_interface/src
bjorn3 5eeff3f073 Remove Config::stderr
1. It captured stdout and not stderr
2. It isn't used anywhere
3. All error messages should go to the DiagnosticOutput instead
4. It modifies thread local state
2022-02-13 11:49:52 +01:00
..
callbacks.rs Remove SPAN_DEBUG global 2022-02-12 11:50:02 +01:00
interface.rs Remove Config::stderr 2022-02-13 11:49:52 +01:00
lib.rs Move setup_callbacks call to create_compiler_and_run 2022-02-12 11:47:53 +01:00
passes.rs Remove the alt_std_name option 2022-02-11 20:28:38 +01:00
proc_macro_decls.rs Avoid more invocations of hir_crate query. 2021-09-29 23:16:47 +02:00
queries.rs Auto merge of #93724 - Mark-Simulacrum:drop-query-stats, r=michaelwoerister 2022-02-09 15:53:10 +00:00
tests.rs Auto merge of #93724 - Mark-Simulacrum:drop-query-stats, r=michaelwoerister 2022-02-09 15:53:10 +00:00
util.rs Remove Config::stderr 2022-02-13 11:49:52 +01:00