summary refs log tree commit diff
path: root/src/librustc/dep_graph/mod.rs
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-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-1/+1
2016-01-05Introduce the DepGraph and DepTracking map abstractions,Niko Matsakis-0/+196