summary refs log tree commit diff
path: root/src/librustc/dep_graph/dep_tracking_map.rs
AgeCommit message (Expand)AuthorLines
2016-04-06break dep-graph into modules, parameterize DepNodeNiko Matsakis-1/+2
2016-01-06Fix numerous typos, renamings, and minor nits raised by mw.Niko Matsakis-8/+8
2016-01-05Refactor compiler to make use of dep-tracking-maps. Also, in cases whereNiko Matsakis-0/+56
2016-01-05Introduce the DepGraph and DepTracking map abstractions,Niko Matsakis-0/+81