summary refs log tree commit diff
path: root/src/librustc/hir
AgeCommit message (Expand)AuthorLines
2016-04-12std: Stabilize APIs for the 1.9 releaseAlex Crichton-4/+7
2016-04-07Auto merge of #32016 - nikomatsakis:incr-comp-save, r=mwbors-364/+61
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-41/+41
2016-04-07Refactor away `hir::Visibility::inherit_from`Jeffrey Seyfried-9/+0
2016-04-06add function to retrace a DefPath to a DefIdNiko Matsakis-0/+49
2016-04-06break dep-graph into modules, parameterize DepNodeNiko Matsakis-1/+1
2016-04-06make an incremental crateNiko Matsakis-363/+11
2016-04-06Rollup merge of #32570 - eddyb:tis-but-a-front, r=nikomatsakisManish Goregaokar-0/+11365
2016-04-06rustc: retire hir::map's paths.Eduard Burtescu-198/+54
2016-04-06rustc: move some maps from ty to hir.Eduard Burtescu-0/+25
2016-04-06rustc: move middle::{def,def_id,pat_util} to hir.Eduard Burtescu-3/+516
2016-04-06syntax: dismantle ast_util.Eduard Burtescu-13/+55
2016-04-06rustc: dismantle hir::util, mostly moving functions to methods.Eduard Burtescu-370/+350
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-0/+10950