about summary refs log tree commit diff
path: root/src/librustc/dep_graph/raii.rs
AgeCommit message (Expand)AuthorLines
2018-04-25Make DepGraph thread-safeJohn Kåre Alsaker-33/+0
2017-10-02incr.comp.: Remove legacy dep-graph runtime.Michael Woerister-12/+5
2017-09-23incr.comp.: Initial implemenation of append-only dep-graph.Michael Woerister-29/+12
2017-07-10incr.comp.: Manage dependency graph on main thread.Michael Woerister-23/+19
2017-06-09incr.comp.: Uniformly represent DepNodes as (Kind, StableHash) pairs.Michael Woerister-3/+2
2016-10-18Don't enqueue onto a disabled dep_graph.Nicholas Nethercote-8/+20
2016-09-06kill extra `use`Niko Matsakis-1/+0
2016-09-06kill the forbidden codeNiko Matsakis-16/+0
2016-09-06add a debugging mechanism to forbid edgesNiko Matsakis-0/+18
2016-06-03avoid extra cloneNiko Matsakis-3/+3
2016-05-31expand `DepNode::TraitSelect` to include type idsNiko Matsakis-2/+2
2016-04-06break dep-graph into modules, parameterize DepNodeNiko Matsakis-2/+4
2016-01-05Introduce the DepGraph and DepTracking map abstractions,Niko Matsakis-0/+47