rust/compiler/rustc_query_system/src/query
Mark Rousskov dc65b22901 Manually outline error on incremental_verify_ich
This reduces codegen for rustc_query_impl by 169k lines of LLVM IR, representing
a 1.2% improvement.
2021-11-22 21:32:20 -05:00
..
caches.rs Streamline try_start code 2021-05-02 12:25:48 -04:00
config.rs Do not require QueryCtxt for cache_on_disk. 2021-10-23 18:12:43 +02:00
job.rs Adopt let_else across the compiler 2021-10-16 07:18:05 +02:00
mod.rs Build the query vtable directly. 2021-10-23 16:59:19 +02:00
plumbing.rs Manually outline error on incremental_verify_ich 2021-11-22 21:32:20 -05:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

For more information about how the query system works, see the rustc dev guide.