about summary refs log tree commit diff
path: root/src/librustc/dep_graph/thread.rs
AgeCommit message (Expand)AuthorLines
2017-07-10incr.comp.: Manage dependency graph on main thread.Michael Woerister-178/+0
2017-07-05use field init shorthand in src/librustcZack M. Davis-1/+1
2017-06-09incr.comp.: Uniformly represent DepNodes as (Kind, StableHash) pairs.Michael Woerister-8/+7
2017-01-17consistent doc wordingking6cong-1/+1
2016-10-18Don't enqueue onto a disabled dep_graph.Nicholas Nethercote-5/+14
2016-09-06implement a debugging "shadow graph"Niko Matsakis-28/+13
2016-07-01fix RUST_LOG, hopefully for real this timeAriel Ben-Yehuda-2/+0
2016-05-18add debug info to dep_graphNiko Matsakis-0/+3
2016-05-01dep_graph: avoid panicking in thread when channel closedGeorg Brandl-1/+4
2016-04-06break dep-graph into modules, parameterize DepNodeNiko Matsakis-7/+8
2016-03-31librustc: replace panic!() with bug!()Benjamin Herr-1/+1
2016-02-05Add a local counter that tracks how many tasks are pushed or not pushed,Niko Matsakis-4/+47
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/+137