rust/compiler/rustc_query_impl/src
2021-07-18 11:14:08 +02:00
..
keys.rs Add initial implementation of HIR-based WF checking for diagnostics 2021-07-16 16:29:02 -05:00
lib.rs Move OnDiskCache to rustc_query_impl. 2021-07-18 11:14:07 +02:00
on_disk_cache.rs Move OnDiskCache to rustc_query_impl. 2021-07-18 11:14:07 +02:00
plumbing.rs Remove deadlock virtual call. 2021-07-18 11:14:08 +02:00
profiling_support.rs Restrict access to crate_name. 2021-06-02 18:35:32 +02:00
README.md Move the query system to rustc_query_impl. 2021-02-19 17:51:58 +01:00
stats.rs Correct comments about untracked accesses. 2021-07-06 19:26:02 +02:00
values.rs Move the query system to rustc_query_impl. 2021-02-19 17:51:58 +01:00

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