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ยง
- DynamicConfig ๐
Constantsยง
- ENCODE_QUERY_RESULTS ๐
Traitsยง
- QueryConfigRestored ๐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 ๐