rust/compiler/rustc_query_impl/src
Michael Woerister 2b60338ee9 Make DefPathHash->DefId panic for if the mapping fails.
We only use this mapping for cases where we know that it must succeed.
Letting it panic otherwise makes it harder to use the API in unsupported
ways.
2021-09-14 13:56:33 +02:00
..
keys.rs Add query own_existential_vtable_entries 2021-09-05 18:13:32 +01:00
lib.rs Note that type aliases cannot be recursive 2021-08-27 14:50:51 -07:00
on_disk_cache.rs Make DefPathHash->DefId panic for if the mapping fails. 2021-09-14 13:56:33 +02:00
plumbing.rs Retrieve DefKind from HIR map to reduce chance of cycles 2021-08-29 19:38:47 -07: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
util.rs Note that type aliases cannot be recursive 2021-08-27 14:50:51 -07: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.