Module rustc::ich[][src]

🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

ICH - Incremental Compilation Hash

Modules

caching_codemap_view [
Experimental
]
fingerprint [
Experimental
]
hcx [
Experimental
]
impls_cstore [
Experimental
]

This module contains HashStable implementations for various data types from rustc::middle::cstore in no particular order.

impls_hir [
Experimental
]

This module contains HashStable implementations for various HIR data types in no particular order.

impls_mir [
Experimental
]

This module contains HashStable implementations for various MIR data types in no particular order.

impls_misc [
Experimental
]

This module contains HashStable implementations for various data types that don't fit into any of the other impls_xxx modules.

impls_syntax [
Experimental
]

This module contains HashStable implementations for various data types from libsyntax in no particular order.

impls_ty [
Experimental
]

This module contains HashStable implementations for various data types from rustc::ty in no particular order.

Structs

CachingCodemapView [
Experimental
]
Fingerprint [
Experimental
]
StableHashingContext [
Experimental
]

This is the context state available during incr. comp. hashing. It contains enough information to transform DefIds and HirIds into stable DefPaths (i.e. a reference to the TyCtxt) and it holds a few caches for speeding up various things (e.g. each DefId/DefPath is only hashed once).

Enums

NodeIdHashingMode [
Experimental
]

Constants

ATTR_CLEAN [
Experimental
]
ATTR_DIRTY [
Experimental
]
ATTR_IF_THIS_CHANGED [
Experimental
]
ATTR_PARTITION_REUSED [
Experimental
]
ATTR_PARTITION_TRANSLATED [
Experimental
]
ATTR_THEN_THIS_WOULD_NEED [
Experimental
]
DEP_GRAPH_ASSERT_ATTRS [
Experimental
]
IGNORED_ATTRIBUTES [
Experimental
]

Traits

StableHashingContextProvider [
Experimental
]

Something that can provide a stable hashing context.

Functions

compute_ignored_attr_names [
Experimental
]
hash_stable_trait_impls [
Experimental
]