summary refs log tree commit diff
path: root/src/librustc/dep_graph
AgeCommit message (Expand)AuthorLines
2016-02-05Instrument a bunch of tasks that employ the HIR map in one way orNiko Matsakis-0/+13
2016-02-05Instrument the AST map so that it registers reads when data isNiko Matsakis-0/+7
2016-02-05Add a local counter that tracks how many tasks are pushed or not pushed,Niko Matsakis-4/+47
2016-01-19remove the `SimplifiedType` from the `DepNode` for now, just to keepNiko Matsakis-2/+1
2016-01-06Fix numerous typos, renamings, and minor nits raised by mw.Niko Matsakis-27/+33
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/+1075