rust/compiler/rustc_query_impl/src
bors 76531befc4 Auto merge of #100436 - jyn514:macro-query-system, r=cjgillot
try and simplify some things in the query system
2022-08-25 05:35:27 +00:00
..
keys.rs Use LocalDefId for closures more 2022-07-30 15:59:17 -05:00
lib.rs Move most of make_query into a generic function, away from the macro 2022-08-23 21:52:29 -05:00
on_disk_cache.rs rmeta/query cache: don't write string values of preinterned symbols 2022-08-20 15:39:21 +03:00
plumbing.rs Move most of make_query into a generic function, away from the macro 2022-08-23 21:52:29 -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.