summary refs log tree commit diff
path: root/src/librustc/dep_graph/graph.rs
AgeCommit message (Expand)AuthorLines
2017-05-29Remove DepGraph::write() and its callers.Michael Woerister-6/+0
2017-03-10add comments and remove unused code pathsNiko Matsakis-2/+27
2017-03-10isolate dep-graph tasksNiko Matsakis-3/+6
2017-01-16incr.comp.: Delete orphaned work-products.Michael Woerister-0/+6
2016-12-28rustc: move function arguments into hir::Body.Eduard-Mihai Burtescu-0/+6
2016-11-08Replace FnvHasher use with FxHasher.Nicholas Nethercote-6/+6
2016-10-18Don't enqueue onto a disabled dep_graph.Nicholas Nethercote-11/+8
2016-09-06kill the forbidden codeNiko Matsakis-16/+0
2016-09-06add a debugging mechanism to forbid edgesNiko Matsakis-1/+17
2016-07-28Keep multiple files per work-productNiko Matsakis-3/+4
2016-07-28Address mw nitsNiko Matsakis-5/+5
2016-07-28Extend DepGraph so it can track "work-products"Niko Matsakis-9/+105
2016-04-06break dep-graph into modules, parameterize DepNodeNiko Matsakis-0/+71