rust/src/librustc/hir/map
2017-10-23 18:44:58 +02:00
..
blocks.rs Merge remote-tracking branch 'origin/master' into gen 2017-08-09 11:44:21 -07:00
collector.rs Use 128 bit instead of Symbol for crate disambiguator 2017-10-23 18:44:58 +02:00
def_collector.rs Use NodeId/HirId instead of DefId for local variables. 2017-09-08 22:00:59 +03:00
definitions.rs Fix infinite recursion in <DepNode as Debug>. 2017-10-05 10:20:13 +02:00
hir_id_validator.rs use field init shorthand in src/librustc 2017-07-05 22:37:10 -07:00
mod.rs Use 128 bit instead of Symbol for crate disambiguator 2017-10-23 18:44:58 +02: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.