Expand description

An implementation of lazy compiler passes.

Structs

A table of tasks needed to perform a compiler phase.

A table of lazy compiler phases.

Enums

A lazily evaluated node.

Type Definitions

A callback to lazily lower a node to HIR.

A callback to lazily typeck a node.

A table of pending or running type checks.

A callback to lazily evaluate the type of a node.

A table of pending or running type evaluations.