rust/compiler/rustc_query_impl/src
2026-02-13 23:19:20 +11:00
..
dep_kind_vtables.rs Extract DepKindVTable constructors to their own module 2026-02-13 23:19:20 +11:00
error.rs Move report_cycle. 2026-02-10 18:46:05 +11:00
execution.rs Collect active query jobs into struct QueryJobMap 2026-02-13 01:18:24 +11:00
job.rs Collect active query jobs into struct QueryJobMap 2026-02-13 01:18:24 +11:00
lib.rs Extract DepKindVTable constructors to their own module 2026-02-13 23:19:20 +11:00
plumbing.rs Extract DepKindVTable constructors to their own module 2026-02-13 23:19:20 +11:00
profiling_support.rs Add new self-profile event for aggregating query hit counts 2025-06-25 11:09:58 +02:00
README.md Move the query system to rustc_query_impl. 2021-02-19 17:51:58 +01:00
values.rs Move report_cycle. 2026-02-10 18:46:05 +11:00

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