summary refs log tree commit diff
path: root/src/librustc/dep_graph
AgeCommit message (Expand)AuthorLines
2017-01-26rustc: rename TyCtxt's `map` field to `hir`.Eduard-Mihai Burtescu-7/+7
2017-01-25rename `Tables` to `TypeckTables`Niko Matsakis-14/+14
2017-01-25remove outdated textNiko Matsakis-21/+0
2017-01-25merge TypeckItemBody and Tables depnodesNiko Matsakis-16/+15
2017-01-19Rollup merge of #39115 - king6cong:master, r=nikomatsakisGuillaume Gomez-1/+1
2017-01-17consistent doc wordingking6cong-1/+1
2017-01-16incr.comp.: Delete orphaned work-products.Michael Woerister-0/+6
2017-01-06rustc: store ty::Tables separately for each body (except closures').Eduard-Mihai Burtescu-0/+3
2016-12-28rustc: move function arguments into hir::Body.Eduard-Mihai Burtescu-0/+6
2016-12-28rustc: separate bodies for static/(associated)const and embedded constants.Eduard-Mihai Burtescu-1/+0
2016-12-28rustc: separate TraitItem from their parent Item, just like ImplItem.Eduard-Mihai Burtescu-0/+11
2016-12-20Rollup merge of #38418 - michaelwoerister:def_path_cleanup, r=eddybAlex Crichton-6/+2
2016-12-16Address falloutAaron Turon-10/+6
2016-12-16Remove some more things that were only needed for inlined-HIR DefIdsMichael Woerister-6/+2
2016-11-29rustc: simplify AdtDef by removing the field types and ty::ivar.Eduard-Mihai Burtescu-3/+0
2016-11-29Address remaining review commentsFlorian Diebold-1/+2
2016-11-29restructure `CollectItem` dep-node to separate fn sigs from bodiesNiko Matsakis-0/+2
2016-11-29Give function bodies their own dep graph nodeFlorian Diebold-0/+5
2016-11-28rustc: rework stability to be on-demand for type-directed lookup.Eduard Burtescu-2/+2
2016-11-16make distinct Hir() nodes in the graph for impl itemsNiko Matsakis-5/+4
2016-11-16separate impl-items from the impl in the HIRNiko Matsakis-0/+12
2016-11-16refactor Visitor into ItemLikeVisitor and intravisit::VisitorNiko Matsakis-10/+9
2016-11-10rustc: clean up lookup_item_type and remove TypeScheme.Eduard Burtescu-4/+4
2016-11-10rustc: unify and simplify managing associated items.Eduard Burtescu-6/+6
2016-11-08Replace FnvHasher use with FxHasher.Nicholas Nethercote-17/+17
2016-10-18Don't enqueue onto a disabled dep_graph.Nicholas Nethercote-24/+47
2016-09-23Load extern crates in `resolve`.Jeffrey Seyfried-2/+0
2016-09-20rustc: remove ImplOrTraitItemId and TraitDef's associated_type_names.Eduard Burtescu-3/+3
2016-09-20rustc_metadata: move more RBML tags to auto-serialization.Eduard Burtescu-11/+4
2016-09-12check stack discipline of tasksNiko Matsakis-8/+20
2016-09-06pacify the mercilous tidyNiko Matsakis-0/+10
2016-09-06kill extra `use`Niko Matsakis-1/+0
2016-09-06kill the forbidden codeNiko Matsakis-32/+0
2016-09-06implement a debugging "shadow graph"Niko Matsakis-28/+175
2016-09-06add a debugging mechanism to forbid edgesNiko Matsakis-1/+35
2016-09-06write to inherent_impls during the visitorNiko Matsakis-0/+11
2016-08-31simplify DepNode for trait selectionNiko Matsakis-4/+3
2016-08-23consider DepNode::Krate to be an inputNiko Matsakis-0/+5
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/+16
2016-08-02replace graph rewriting with detecting inlined idsNiko Matsakis-0/+26
2016-07-28Keep multiple files per work-productNiko Matsakis-6/+5
2016-07-28Address mw nitsNiko Matsakis-5/+5
2016-07-28Extend DepGraph so it can track "work-products"Niko Matsakis-9/+128
2016-07-01fix RUST_LOG, hopefully for real this timeAriel Ben-Yehuda-2/+0
2016-06-03avoid extra cloneNiko Matsakis-3/+3
2016-05-31expand `DepNode::TraitSelect` to include type idsNiko Matsakis-18/+31
2016-05-18add task for linkingNiko Matsakis-0/+2
2016-05-18add debug info to dep_graphNiko Matsakis-1/+5