rust/compiler/rustc_query_system/src/query
2024-12-13 16:36:38 +00:00
..
caches.rs Improve VecCache under parallel frontend 2024-11-15 18:20:32 -05:00
config.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
job.rs Delete the cfg(not(parallel)) serial compiler 2024-11-12 13:38:58 +00:00
mod.rs Rename ty_def_id so people will stop using it by accident 2024-12-13 16:36:38 +00:00
plumbing.rs Make sure to record deps from cached task in new solver on first run 2024-12-04 16:15:44 +00: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.