rust/compiler/rustc_query_system/src/query
2025-02-16 16:18:30 -05:00
..
caches.rs Notes on types/traits used for in-memory query caching 2025-02-03 22:36:01 +11:00
config.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
job.rs Properly note when query stack is being cut off 2025-01-16 19:12:22 +00:00
mod.rs Move hashes from rustc_data_structure to rustc_hashes so they can be shared with rust-analyzer 2025-02-16 16:18:30 -05:00
plumbing.rs Notes on types/traits used for in-memory query caching 2025-02-03 22:36:01 +11:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

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