summary refs log tree commit diff
path: root/src/librustc/hir/map/mod.rs
AgeCommit message (Expand)AuthorLines
2016-04-07Auto merge of #32016 - nikomatsakis:incr-comp-save, r=mwbors-1/+6
2016-04-07Use the node id from the `Restricted` variant when checking accessibilityJeffrey Seyfried-12/+0
2016-04-07Make `hir::Visibility` non-copyable and add `ty::Visibility`Jeffrey Seyfried-1/+1
2016-04-06add function to retrace a DefPath to a DefIdNiko Matsakis-0/+5
2016-04-06break dep-graph into modules, parameterize DepNodeNiko Matsakis-1/+1
2016-04-06rustc: retire hir::map's paths.Eduard Burtescu-189/+50
2016-04-06rustc: move middle::{def,def_id,pat_util} to hir.Eduard Burtescu-1/+1
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-0/+1127