rust/compiler/rustc_query_impl/src
Michael Woerister 960893c50a Store DefPathHash->DefIndex map in on-disk-hash-table format in crate metadata.
This encoding allows for random access without an expensive upfront decoding
state which in turn allows simplifying the DefPathIndex lookup logic without
regressing performance.
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 Store DefPathHash->DefIndex map in on-disk-hash-table format in crate metadata. 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.