rust/compiler/rustc_query_impl/src
Takayuki Maeda 8fe936099a separate definitions and HIR owners
fix a ui test

use `into`

fix clippy ui test

fix a run-make-fulldeps test

implement `IntoQueryParam<DefId>` for `OwnerId`

use `OwnerId` for more queries

change the type of `ParentOwnerIterator::Item` to `(OwnerId, OwnerNode)`
2022-09-24 23:21:19 +09:00
..
keys.rs separate definitions and HIR owners 2022-09-24 23:21:19 +09: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 Rollup merge of #101801 - SparrowLii:query_depth_note, r=estebank 2022-09-17 19:27:06 +02: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.