summary refs log tree commit diff
path: root/src/librustc/dep_graph/graph.rs
AgeCommit message (Expand)AuthorLines
2017-07-10don't panic in `dep_node_debug_str` if `self.data` is `None`Niko Matsakis-1/+1
2017-07-10incr.comp.: Cache DepNodes with corresponding query results.Michael Woerister-7/+25
2017-07-10incr.comp.: Introduce the concept of anonymous DepNodes.Michael Woerister-1/+16
2017-07-10incr.comp.: Manage dependency graph on main thread.Michael Woerister-28/+53
2017-07-10incr.comp.: Improve debug output for work products.Michael Woerister-3/+4
2017-06-13incr.comp.: Make DepNode's std::fmt::Debug implementation useful again.Michael Woerister-0/+19
2017-06-09incr.comp.: Uniformly represent DepNodes as (Kind, StableHash) pairs.Michael Woerister-5/+4
2017-06-06incr.comp.: Make WorkProductId opaque so we don't accidentally rely on being ...Michael Woerister-8/+7
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