Modulesยง
- __
ty_ ๐decoder_ impl
Macrosยง
- encoder_
methods ๐ - impl_
ref_ ๐decoder
Structsยง
- Absolute
Byte Pos - Cache
Decoder - A decoder that can read from the incremental compilation cache. It is similar to the one
we use for crate metadata decoding in that it can rebase spans and eventually
will also handle things that contain
Ty
instances. - Cache
Encoder - An encoder that can write to the incremental compilation cache.
- Encoded
Source ๐File Id - Footer ๐
- OnDisk
Cache - Provides an interface to incremental compilation data cached from the
previous compilation session. This data will eventually include the results
of a few selected queries (like
typeck
andmir_optimized
) and any side effects that have been emitted during a query. - Source
File ๐Index
Constantsยง
- SYMBOL_
OFFSET ๐ - SYMBOL_
PREINTERNED ๐ - SYMBOL_
STR ๐ - TAG_
EXPN_ ๐DATA - TAG_
FILE_ ๐FOOTER - TAG_
FULL_ ๐SPAN - TAG_
PARTIAL_ ๐SPAN - TAG_
RELATIVE_ ๐SPAN - TAG_
SYNTAX_ ๐CONTEXT
Functionsยง
- decode_
tagged ๐