summary refs log tree commit diff
path: root/src/librustc/dep_graph/debug.rs
AgeCommit message (Collapse)AuthorLines
2016-09-06implement a debugging "shadow graph"Niko Matsakis-0/+7
The shadow graph supercedes the existing code that checked for reads/writes without an active task and now adds the ability to filter for specific edges.
2016-05-18cleanup dep-graph debugging codeNiko Matsakis-0/+69
Create some re-usable filtering subroutines.