about summary refs log tree commit diff
path: root/src/librustc/dep_graph/thread.rs
AgeCommit message (Expand)AuthorLines
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