about summary refs log tree commit diff
path: root/src/librustc/dep_graph/query.rs
AgeCommit message (Expand)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-19Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hackOliver Scherer-1/+1
2018-07-12rename `control_flow_graph` to `graph`Niko Matsakis-1/+1
2018-07-12rename `graph` to `control_flow_graph::implementation`Niko Matsakis-1/+3
2017-09-14rustc: Preallocate when building the dep graphAlex Crichton-3/+2
2017-07-05use field init shorthand in src/librustcZack M. Davis-2/+2
2017-06-09incr.comp.: Uniformly represent DepNodes as (Kind, StableHash) pairs.Michael Woerister-16/+14
2016-11-08Replace FnvHasher use with FxHasher.Nicholas Nethercote-3/+3
2016-05-31expand `DepNode::TraitSelect` to include type idsNiko Matsakis-12/+12
2016-05-18identify inputs of `MetaData(X)` nodesNiko Matsakis-6/+15
2016-04-06break dep-graph into modules, parameterize DepNodeNiko Matsakis-10/+30
2016-01-05Introduce the DepGraph and DepTracking map abstractions,Niko Matsakis-0/+68