Module rustc_middle::middle [−][src]
Modules
codegen_fn_attrs | |
cstore | the rustc crate store interface. This also includes types that are mostly used as a part of that interface, but these should probably get a better home if someone can find one. |
dependency_format | Type definitions for learning about the dependency formats of all upstream crates (rlibs/dylibs/oh my). |
exported_symbols | |
lang_items | Detecting language items. |
lib_features | |
limits | Registering limits, recursion_limit, type_length_limit and const_eval_limit |
privacy | A pass that checks to make sure private fields and methods aren’t used outside their scopes. This pass will also generate a set of exported items which are available for use externally when compiled as a library. |
region | This file declares the |
resolve_lifetime | Name resolution for lifetimes: type declarations. |
stability | A pass that annotates every item and method with its stability level, propagating default levels lexically from parent to children ast nodes. |