summary refs log tree commit diff
path: root/src/librustc/dep_graph/dep_node.rs
AgeCommit message (Expand)AuthorLines
2017-11-14Backported merge of #45785 - arielb1:unsafe-fixes, r=eddybbors-2/+2
2017-10-08Auto merge of #45100 - kennytm:rollup, r=kennytmbors-3/+3
2017-10-08Auto merge of #44983 - vitiral:dirty_clean_groups, r=michaelwoeristerbors-0/+19
2017-10-05Fix infinite recursion in <DepNode as Debug>.Michael Woerister-3/+3
2017-10-04groundwork for #45009: rustc_dirty/clean enhancementsGarrett Berg-0/+19
2017-10-02incr.comp.: Add some logging to DepGraph::try_mark_green().Michael Woerister-4/+4
2017-10-02incr.comp.: Make some DepNodes non-anonymous.Michael Woerister-46/+8
2017-10-02incr.comp.: Re-execute queries during red/green marking in order to find out ...Michael Woerister-14/+3
2017-09-24move unsafety checking to MIRAriel Ben-Yehuda-0/+1
2017-09-23incr.comp.: Remove support for loading metadata fingerprints.Michael Woerister-2/+18
2017-09-22Auto merge of #44696 - michaelwoerister:fingerprints-in-dep-graph-3, r=nikoma...bors-19/+50
2017-09-20Fix ICEscalexm-0/+2
2017-09-20incr.comp.: Store result fingerprints in DepGraph.Michael Woerister-3/+14
2017-09-20incr.comp.: Allow for marking DepKinds as inputs.Michael Woerister-17/+37
2017-09-18incr.comp.: Remove tcx from StableHashingContext.Michael Woerister-2/+2
2017-09-18Fix issues uncovered by rebasing:Michael Woerister-0/+12
2017-09-17rustc: Move codegen to a queryAlex Crichton-0/+4
2017-09-17rustc: Remove another global map from transAlex Crichton-0/+1
2017-09-17rustc: Mostly remove `ExportedSymbols`Alex Crichton-1/+1
2017-09-17rustc: Move some attr methods to queriesAlex Crichton-0/+2
2017-09-17rustc: Make trans collect/partition a queryAlex Crichton-0/+1
2017-09-17rustc: Calculate `ExportedSymbols` in a queryAlex Crichton-1/+2
2017-09-11rustc: Remove HirId from queriesAlex Crichton-9/+9
2017-09-09Auto merge of #44335 - arielb1:node-hashing, r=alexcrichtonbors-1/+20
2017-09-07rustc: Remove `CrateStore::crates` as a methodAlex Crichton-0/+1
2017-09-05rustc: Move stability functionality into queriesAlex Crichton-2/+3
2017-09-05rustc: Rename item_body query to extern_const_bodyAlex Crichton-1/+1
2017-09-05rustc: Hide `maybe_unused_*` fields in queriesAlex Crichton-0/+2
2017-09-05rustc: Convert `freevars` to a queryAlex Crichton-0/+2
2017-09-05rustc: Remove `CrateStore::used_crate*`Alex Crichton-0/+2
2017-09-05rustc: Migrate `visible_parent_map` to a queryAlex Crichton-0/+3
2017-09-05rustc: Migrate `CrateStore::item_body` to a queryAlex Crichton-0/+1
2017-09-05rustc: Remove lang item methods from CrateStoreAlex Crichton-0/+2
2017-09-05rustc: Migrate lang items to a queryAlex Crichton-0/+1
2017-09-05rustc: Flag some CrateStore methods as "untracked"Alex Crichton-0/+6
2017-09-05rustc: Hide the `named_region_map` behind queriesAlex Crichton-0/+4
2017-09-05rustc: Remove a number of mutable fields in cstoreAlex Crichton-0/+5
2017-09-05rustc: Move implementations_of_trait to a queryAlex Crichton-0/+3
2017-09-05rustc: Move original_crate_name to a queryAlex Crichton-0/+1
2017-09-05rustc: Move crate_hash to a queryAlex Crichton-0/+1
2017-09-05rustc: Move crate_disambiguator to queriesAlex Crichton-0/+1
2017-09-05rustc: Move {plugin,derive}_registrar_fn to queriesAlex Crichton-0/+2
2017-09-05rustc: Migrate `CStore::native_libraries` to a queryAlex Crichton-0/+1
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