1
Fork 0
rust/compiler/rustc_query_impl/src
Dylan DPC 28b4c62382
Rollup merge of #101787 - compiler-errors:cache-rpitit, r=petrochenkov
cache `collect_trait_impl_trait_tys`

Micro-optimization for RPITITs
2022-09-16 11:17:01 +05:30
..
keys.rs Correct Key impl for HirId. 2022-09-14 19:06:48 +02:00
lib.rs Remove unnecessary TRY_LOAD_FROM_DISK constant 2022-09-09 20:24:02 -05:00
on_disk_cache.rs cache collect_trait_impl_trait_tys 2022-09-14 20:50:52 +00:00
plumbing.rs Auto merge of #101173 - jyn514:simplify-macro-arguments, r=cjgillot 2022-09-15 11:54:03 +00:00
profiling_support.rs Get rid of the emitted rustc_query_names and rustc_cached_queries macro 2022-09-06 21:46:31 -05:00
README.md Move the query system to rustc_query_impl. 2021-02-19 17:51:58 +01:00

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