rust/compiler/rustc_interface/src
bjorn3 5730173763 Move setup_callbacks call to create_compiler_and_run
This ensures that it is called even when run_in_thread_pool_with_globals
is avoided and reduces code duplication between the parallel and
non-parallel version of run_in_thread_pool_with_globals
2022-02-12 11:47:53 +01:00
..
callbacks.rs Fix clippy lints 2021-10-01 23:17:19 +02:00
interface.rs Move setup_callbacks call to create_compiler_and_run 2022-02-12 11:47:53 +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 Move setup_callbacks call to create_compiler_and_run 2022-02-12 11:47:53 +01:00