Crate rustc_query_impl
source ยทExpand description
Support for serializing the dep-graph and reloading it.
Modulesยง
- plumbing ๐The implementation of the query system itself. This defines the macros that generate the actual methods on tcx which find and execute the provider, manage the caches, and so forth.
- profiling_
support ๐ - query_
callbacks ๐ - query_
impl ๐
Structsยง
- Dynamic
Config ๐
Constantsยง
- ENCOD
E_ ๐QUER Y_ RESULTS
Traitsยง
- Query
Config ๐Restored This is implemented per query. It allows restoring query values from their erased state and constructing a QueryConfig.
Functionsยง
- All self-profiling events generated by the query engine use virtual
StringId
s for theirevent_id
. This method makes all those virtualStringId
s point to actual strings. - engine ๐