rust/src/librustc/hir/map
2018-01-01 14:44:12 +01:00
..
blocks.rs Fix docs for future pulldown migration 2018-01-01 14:44:12 +01:00
collector.rs Auto merge of #46842 - michaelwoerister:fingerprint-vec, r=nikomatsakis 2017-12-22 23:34:29 +00:00
def_collector.rs Add GenericParam, refactor Generics in ast, hir, rustdoc 2017-12-21 13:38:10 +01:00
definitions.rs Fix hygiene bug. 2017-11-28 18:59:12 -08:00
hir_id_validator.rs use field init shorthand in src/librustc 2017-07-05 22:37:10 -07:00
mod.rs incr.comp.: Use an IndexVec instead of a hashmap for storing result hashes. 2017-12-20 11:14:31 +01:00
README.md rework the README.md for rustc and add other readmes 2017-09-19 09:00:59 -04:00

The HIR map, accessible via tcx.hir, allows you to quickly navigate the HIR and convert between various forms of identifiers. See the HIR README for more information.