summary refs log tree commit diff
path: root/src/librustc/dep_graph
AgeCommit message (Expand)AuthorLines
2017-04-23cache ADT dtorck resultsAriel Ben-Yehuda-0/+2
2017-04-23rustc: make the const-eval cache polymorphic.Eduard-Mihai Burtescu-2/+2
2017-04-21introduce `is_foreign_item` queryNiko Matsakis-0/+3
2017-04-18kill a bunch of one off tasksNiko Matsakis-20/+0
2017-04-18convert calls to `visit_all_item_likes_in_krate`Niko Matsakis-20/+0
2017-04-04kill `Liveness`Niko Matsakis-2/+0
2017-04-04remove `EffectCheck`Niko Matsakis-2/+0
2017-04-04kill `CheckStaticRecursion`Niko Matsakis-2/+0
2017-04-04kill the `CheckLoops` DepNodeNiko Matsakis-2/+0
2017-03-27Rollup merge of #40683 - nikomatsakis:incr-comp-coerce-unsized-info, r=eddybAlex Crichton-17/+0
2017-03-23convert privacy access levels into a queryNiko Matsakis-2/+3
2017-03-23ignore reads of tracked state when there is no current taskNiko Matsakis-6/+16
2017-03-23convert inherent-impl-related things to on-demand queriesNiko Matsakis-17/+0
2017-03-18move Instance to rustc and use it in the collectorAriel Ben-Yehuda-0/+5
2017-03-13some style fixesTshepang Lekhonkhobe-4/+7
2017-03-10add comments and remove unused code pathsNiko Matsakis-32/+49
2017-03-10isolate dep-graph tasksNiko Matsakis-3/+80
2017-03-03Auto merge of #40178 - arielb1:provide-destructors, r=eddybbors-5/+2
2017-03-01convert AdtDef::destructor to on-demandAriel Ben-Yehuda-5/+2
2017-02-28convert MIR to iterate over the bodies vectorNiko Matsakis-0/+2
2017-02-28rewrite typeck bodies to iterate over the bodies vectorNiko Matsakis-0/+2
2017-02-28store the visit order in the CrateNiko Matsakis-25/+3
2017-02-28walk the bodies "in order" by traversing the crateNiko Matsakis-3/+25
2017-02-28use `visit_all_bodies_in_krate` for borrowck instead of item-likesNiko Matsakis-0/+2
2017-02-28add `visit_all_bodies_in_krate` helperNiko Matsakis-0/+11
2017-02-25rustc_typeck: rework coherence to be almost completely on-demand.Eduard-Mihai Burtescu-0/+2
2017-02-25rustc: allow handling cycle errors gracefully in on-demand.Eduard-Mihai Burtescu-0/+6
2017-02-25rustc_typeck: don't use Result for get_type_parameter_bounds and ensure_super...Eduard-Mihai Burtescu-0/+4
2017-02-25rustc: move the actual values of enum discriminants into a map.Eduard-Mihai Burtescu-0/+2
2017-02-17rework `TraitSelect` to avoid a vec and just use two def-idsNicholas Nethercote-4/+42
2017-02-03go back to the older model of coherence collectNiko Matsakis-0/+15
2017-02-02prevent multiple writes to a single entry in a `DepTrackingMap`Niko Matsakis-2/+2
2017-02-02rejigger how we handle used trait importsNiko Matsakis-0/+3
2017-02-02remove some of the ways to mutate a `DepTrackingMap`Niko Matsakis-19/+3
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