rust/src/librustc/hir
2016-12-16 19:14:16 -05:00
..
map Definitions: Extract DefPath interning into its own data structure. 2016-12-16 19:14:16 -05:00
check_attr.rs annotate stricter lifetimes on LateLintPass methods to allow them to forward to a Visitor 2016-12-06 11:28:51 +01:00
def_id.rs Improve macro reexports. 2016-11-10 10:04:24 +00:00
def.rs rustc: embed path resolutions into the HIR instead of keeping DefMap. 2016-11-28 04:18:10 +02:00
intravisit.rs update comments 2016-11-29 13:04:27 +01:00
itemlikevisit.rs update comments 2016-11-29 13:04:27 +01:00
lowering.rs annotate stricter lifetimes on LateLintPass methods to allow them to forward to a Visitor 2016-12-06 11:28:51 +01:00
mod.rs Refactor inlined items some more 2016-11-29 13:04:27 +01:00
pat_util.rs rustc: embed path resolutions into the HIR instead of keeping DefMap. 2016-11-28 04:18:10 +02:00
print.rs rustc: replace body exprs by their ids 2016-11-29 13:04:27 +01:00
svh.rs