rust/src/librustc_interface
Nicholas Nethercote af4e3e08ea Remove setup_callbacks_and_run_in_default_thread_pool_with_globals().
It's a very thin wrapper around
`setup_callbacks_and_run_in_thread_pool_with_globals()` and it has a
single call site.
2020-08-05 10:42:45 +10:00
..
callbacks.rs Show SyntaxContext in formatted Span debug output 2020-06-08 21:47:33 -04:00
Cargo.toml Move from log to tracing 2020-07-31 22:38:20 +02:00
interface.rs Remove setup_callbacks_and_run_in_default_thread_pool_with_globals(). 2020-08-05 10:42:45 +10:00
lib.rs Initialize default providers only once 2020-07-15 10:53:36 -04:00
passes.rs Remove GCX_PTR. 2020-08-03 09:40:41 +10:00
proc_macro_decls.rs Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>. 2020-07-05 23:00:14 +03:00
queries.rs Remove Compiler::compile(). 2020-07-07 11:10:51 +10:00
tests.rs Rollup merge of #73893 - ajpaverd:cfguard-stabilize, r=nikomatsakis 2020-07-22 09:29:03 -07:00
util.rs Remove GCX_PTR. 2020-08-03 09:40:41 +10:00