summary refs log tree commit diff
path: root/src/librustc_data_structures/graph
AgeCommit message (Expand)AuthorLines
2016-08-09isolate predecessor computationNiko Matsakis-18/+44
2016-05-18identify inputs of `MetaData(X)` nodesNiko Matsakis-4/+10
2016-03-05adopt new header style to sidestep rust-lang-nursery/rustfmt#836Niko Matsakis-12/+6
2016-03-05apply rustfmt to librustc_data_structures, correcting rust-lang-nursery/rustf...Niko Matsakis-72/+86
2016-02-18Remove unnecessary explicit lifetime bounds.Corey Farwell-10/+10
2016-01-05Introduce the DepGraph and DepTracking map abstractions,Niko Matsakis-3/+11
2015-09-06add a few accessors to GraphNiko Matsakis-0/+10
2015-06-19Expand the "givens" set to cover transitive relations. The givens arrayNiko Matsakis-3/+3
2015-04-24Change name of unit test sub-module to "tests".Johannes Oertel-1/+1
2015-04-17Add licenses.Niko Matsakis-0/+10
2015-04-17Port to using the newer graph, which offers iterators instead of theNiko Matsakis-0/+532