rust/compiler/rustc_query_impl/src
2021-10-23 18:12:43 +02:00
..
keys.rs Turn tcx.vtable_allocation() into a query. 2021-10-07 20:03:00 +02:00
lib.rs Build the query vtable directly. 2021-10-23 16:59:19 +02:00
on_disk_cache.rs Do not require QueryCtxt for cache_on_disk. 2021-10-23 18:12:43 +02:00
plumbing.rs Do not require QueryCtxt for cache_on_disk. 2021-10-23 18:12:43 +02:00
profiling_support.rs Restrict access to crate_name. 2021-06-02 18:35:32 +02:00
README.md
stats.rs Remove built-in cache_hit tracking 2021-10-11 16:33:49 -04:00
util.rs Note that type aliases cannot be recursive 2021-08-27 14:50:51 -07:00
values.rs

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