about summary refs log tree commit diff
path: root/src/librustc/dep_graph
AgeCommit message (Expand)AuthorLines
2017-09-05rustc: Migrate `CStore::expored_symbols` to a queryAlex Crichton-0/+1
2017-09-05rustc: Move `impl_defaultness` to a queryAlex Crichton-0/+1
2017-09-05rustc: Move a few more cstore methods to queriesAlex Crichton-5/+8
2017-09-05Avoid hashing when creating a DepNode from a HirIdAriel Ben-Yehuda-1/+20
2017-09-01rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree.Eduard-Mihai Burtescu-1/+1
2017-08-30Merge branch 'hide-trait-map' into rollupAlex Crichton-0/+3
2017-08-29rustc: Make the `export_map` of TyCtxt privateAlex Crichton-0/+1
2017-08-29rustc: Make the `trait_map` of TyCtxt privateAlex Crichton-0/+2
2017-08-29rustc: Remove `specailization_cache` in favor of a queryAlex Crichton-0/+1
2017-08-28Merge branch 'master' of https://github.com/rust-lang/rust into genJohn Kåre Alsaker-0/+2
2017-08-27Move unused-extern-crate to late passTatsuyuki Ishi-0/+2
2017-08-25Merge remote-tracking branch 'origin/master' into genAlex Crichton-2/+17
2017-08-25Auto merge of #44012 - michaelwoerister:cache-hir-dep-node-index, r=nikomatsakisbors-2/+10
2017-08-23-Z profile-queries includes dep_graph.with_task uses in outputMatthew Hammer-0/+7
2017-08-22incr.comp.: Cache Hir-DepNodeIndices in the HIR map.Michael Woerister-2/+10
2017-08-21Merge remote-tracking branch 'origin/master' into genAlex Crichton-0/+2
2017-08-21Expose mir-borrowck via a query.Felix S. Klock II-0/+2
2017-08-14Use a DepNode for the generator signatureJohn Kåre Alsaker-0/+1
2017-08-09rustc: Rearchitect lints to be emitted more eagerlyAlex Crichton-0/+1
2017-08-03incr.comp.: Make ConstEval dep-node anonymous.Michael Woerister-7/+9
2017-08-01incr.comp.: Assert that no DepNode is re-opened (see issue #42298).Michael Woerister-0/+11
2017-07-12integrate anon dep nodes into trait selectionNiko Matsakis-32/+10
2017-07-10don't panic in `dep_node_debug_str` if `self.data` is `None`Niko Matsakis-1/+1
2017-07-10incr.comp.: Cache DepNodes with corresponding query results.Michael Woerister-21/+50
2017-07-10incr.comp.: Introduce the concept of anonymous DepNodes.Michael Woerister-90/+200
2017-07-10incr.comp.: Manage dependency graph on main thread.Michael Woerister-470/+173
2017-07-10Fix some `tidy` errors.Michael Woerister-1/+6
2017-07-10Deduplicate DepNode::ConstEval()Michael Woerister-2/+3
2017-07-10Allow 'tcx in define_dep_nodes! and deduplicate some DepNodes.Michael Woerister-15/+17
2017-07-10incr.comp.: Improve debug output for work products.Michael Woerister-3/+4
2017-07-10Split DepNode::ItemSignature into non-overlapping variants.Michael Woerister-6/+16
2017-07-05use field init shorthand in src/librustcZack M. Davis-5/+5
2017-06-18rustc: Check if def_path_hash_to_def_id is populated before accessing it.Florian Hahn-5/+5
2017-06-16Auto merge of #42598 - cramertj:track-more-metadata, r=nikomatsakisbors-2/+7
2017-06-15Divide up metadata into separate DepNodesTaylor Cramer-2/+6
2017-06-15Auto merge of #42625 - michaelwoerister:dep-node-debug, r=nikomatsakisbors-4/+145
2017-06-14Switch CrateNum queries to DefIdTaylor Cramer-1/+0
2017-06-14Add CrateNum-taking ability to the provide macroTaylor Cramer-0/+1
2017-06-13On-demand is_const_fnTaylor Cramer-0/+1
2017-06-13dep_node: Add comment about method specialization being just a performance op...Michael Woerister-0/+6
2017-06-13incr.comp.: Make DepNode's std::fmt::Debug implementation useful again.Michael Woerister-4/+139
2017-06-12kill various DepNode variantsNiko Matsakis-3/+0
2017-06-12kill various tasks we no longer need and remove outdated README textNiko Matsakis-138/+4
2017-06-12Add some documentation to the dep_node module.Michael Woerister-0/+52
2017-06-09incr.comp.: Uniformly represent DepNodes as (Kind, StableHash) pairs.Michael Woerister-332/+435
2017-06-07Allocate DefIndices for global crate metadata.Michael Woerister-18/+0
2017-06-06incr.comp.: Make WorkProductId opaque so we don't accidentally rely on being ...Michael Woerister-11/+21
2017-06-03Module doc comment for librustc/dep_graph/safe.rsbjorn3-0/+2
2017-06-03Make some comments docs in librustc/dep_graph/dep_node.rsbjorn3-53/+53
2017-06-02Auto merge of #42381 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-1/+1