summary refs log tree commit diff
path: root/src/librustc/dep_graph/dep_node.rs
AgeCommit message (Expand)AuthorLines
2016-08-09make it possible to test if HIR is dirtyNiko Matsakis-0/+1
2016-08-09make DepNode PartialOrdNiko Matsakis-2/+2
2016-08-08track MIR through the dep-graphNiko Matsakis-6/+6
2016-07-28Keep multiple files per work-productNiko Matsakis-3/+1
2016-07-28Extend DepGraph so it can track "work-products"Niko Matsakis-0/+21
2016-05-31expand `DepNode::TraitSelect` to include type idsNiko Matsakis-3/+16
2016-05-18add task for linkingNiko Matsakis-0/+2
2016-05-18add a MetaData node and trigger reads from itNiko Matsakis-0/+5
2016-05-18thread the DepGraph to session/crate-storeNiko Matsakis-6/+0
2016-05-18add MetaData DepNode variantNiko Matsakis-0/+6
2016-05-08Auto merge of #33091 - sanxiyn:unused-trait-import-3, r=nrcbors-0/+2
2016-05-07mir: prepare for rvalue promotion support.Eduard Burtescu-0/+2
2016-05-03Short-cut Sized matching on ADTsAriel Ben-Yehuda-0/+2
2016-05-03Warn unused trait importsSeo Sanghyeon-0/+2
2016-04-19Check transmutes between types without statically known sizes.Eduard Burtescu-2/+0
2016-04-06break dep-graph into modules, parameterize DepNodeNiko Matsakis-0/+207