rust/compiler/rustc_query_impl/src
Joshua Nelson 1de08b19d1 Get rid of some usages of query_keys
Rustdoc documents these with the name of the type alias instead of normalizing them to the underlying type.
Use associated types instead so that the generated docs for nightly-rustc are easier to read.
2022-08-23 21:33:52 -05:00
..
keys.rs Use LocalDefId for closures more 2022-07-30 15:59:17 -05:00
lib.rs Remove $tcx metavariable from rustc_query_append 2022-08-23 21:33:19 -05:00
on_disk_cache.rs cache strings while encoding/decoding to compiler artifacts 2022-08-15 17:56:37 +03:00
plumbing.rs Get rid of some usages of query_keys 2022-08-23 21:33:52 -05:00
profiling_support.rs Remove $tcx metavariable from rustc_query_append 2022-08-23 21:33:19 -05:00
README.md Move the query system to rustc_query_impl. 2021-02-19 17:51:58 +01:00
values.rs Do not report cycle error when inferring return type for suggestion 2022-08-16 03:00:32 +00:00

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