rust/src/librustc/hir/map
2017-09-23 19:47:12 +02:00
..
blocks.rs Merge remote-tracking branch 'origin/master' into gen 2017-08-09 11:44:21 -07:00
collector.rs incr.comp.: Initial implemenation of append-only dep-graph. 2017-09-23 19:47:12 +02:00
def_collector.rs Use NodeId/HirId instead of DefId for local variables. 2017-09-08 22:00:59 +03:00
definitions.rs Use NodeId/HirId instead of DefId for local variables. 2017-09-08 22:00:59 +03:00
hir_id_validator.rs use field init shorthand in src/librustc 2017-07-05 22:37:10 -07:00
mod.rs Auto merge of #44696 - michaelwoerister:fingerprints-in-dep-graph-3, r=nikomatsakis 2017-09-22 17:24:29 +00: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.