summary refs log tree commit diff
path: root/src/librustc/dep_graph
AgeCommit message (Expand)AuthorLines
2018-01-30rustc: Add an option to default hidden visibilityAlex Crichton-0/+3
2018-01-19Add instance_def_size_estimate queryvarkor-0/+1
2018-01-14Auto merge of #47223 - alexcrichton:new-target-feature, r=eddybbors-0/+4
2018-01-13rustc: Tweak `#[target_feature]` syntaxAlex Crichton-0/+4
2018-01-13Remove `impl Foo for ..` in favor of `auto trait Foo`leonardo.yvens-1/+0
2018-01-09Replace uses of DepGraph.in_ignore with DepGraph.with_ignoreJohn Kåre Alsaker-3/+11
2018-01-08Auto merge of #47200 - BurntPizza:query-snatp, r=nikomatsakisbors-0/+2
2018-01-01Fix docs for future pulldown migrationMalo Jaffré-1/+1
2018-01-01Fix broken links in internal docsMalo Jaffré-3/+3
2017-12-27Make normalize_and_test_predicates into a queryBurntPizza-0/+2
2017-12-20incr.comp.: Replace Fingerprint::zero() with a constant.Michael Woerister-8/+8
2017-12-20incr.comp.: Use an IndexVec instead of a hashmap for storing result hashes.Michael Woerister-37/+77
2017-12-18incr.comp.: Mark DepKind node as input.Michael Woerister-1/+1
2017-12-11move `resolve_lifetimes` into a proper queryNiko Matsakis-3/+4
2017-12-01incr.comp.: Use the awesome new '_ in a few places.Michael Woerister-4/+4
2017-12-01incr.comp.: Load diagnostics from previous session lazily and clean up on-dis...Michael Woerister-5/+5
2017-11-28incr.comp.: Add some missing DepNode [input] annotations.Michael Woerister-4/+4
2017-11-26improve error messagesAriel Ben-Yehuda-0/+1
2017-11-26Auto merge of #46033 - sinkuu:const-enum-match-check, r=arielb1bors-0/+1
2017-11-24Auto merge of #46111 - michaelwoerister:promote-green, r=nikomatsakisbors-0/+33
2017-11-24QuerifyShotaro Yamada-0/+1
2017-11-21Auto merge of #45879 - nikomatsakis:nll-kill-cyclic-closures, r=arielb1bors-2/+0
2017-11-20incr.comp.: Make sure we don't lose unused green results from the query cache.Michael Woerister-0/+33
2017-11-18remove the `generator_sigs` map, query, and plumbingNiko Matsakis-1/+0
2017-11-18kill the `closure_kind` queryNiko Matsakis-1/+0
2017-11-17[incremental] Collect stats about duplicated edge reads from queriesWesley Wiser-0/+14
2017-11-15incr.comp.: Add missing [input] annotation for DepNode::MaybeUnusedExternCratesMichael Woerister-1/+1
2017-11-14incr.comp.: Cache TypeckTables and add -Zincremental-queries flag.Michael Woerister-0/+11
2017-11-10incr.comp.: Don't crash in DepGraph::try_mark_green() when encountering a rem...Michael Woerister-4/+12
2017-11-10Auto merge of #45785 - arielb1:unsafe-fixes, r=eddybbors-2/+2
2017-11-08Auto merge of #45867 - michaelwoerister:check-ich-stability, r=nikomatsakisbors-107/+109
2017-11-08incr.comp.: Remove unused DepKind::WorkProduct.Michael Woerister-11/+0
2017-11-08incr.comp.: Remove outdated comment about TraitSelect dep-node.Michael Woerister-25/+0
2017-11-08incr.comp.: Make DefSpan an input dep-node so it is not affected by the exist...Michael Woerister-1/+10
2017-11-07incr.comp.: Make assertion in try_mark_green() more targeted.Michael Woerister-4/+14
2017-11-07incr.comp.: Mark more input nodes as inputs.Michael Woerister-18/+18
2017-11-07incr.comp.: Allow for forcing input nodes lazily.Michael Woerister-51/+70
2017-11-07incr.comp.: Improve error message for unknown fingerprint.Michael Woerister-1/+6
2017-11-06collect unused unsafe codeAriel Ben-Yehuda-1/+1
2017-11-06run unsafety checking before dead block collectionAriel Ben-Yehuda-1/+1
2017-11-04Make DepNodeIndex use newtype_index macroSantiago Pastorino-17/+2
2017-11-03[Syntax Breaking] Rename DefaultImpl to AutoImplleonardo.yvens-1/+1
2017-11-01Auto merge of #45472 - michaelwoerister:incr-comp-caching-base, r=nikomatsakisbors-1/+20
2017-10-27Auto merge of #45353 - wesleywiser:untracked_queries, r=michaelwoeristerbors-10/+82
2017-10-26Switch several crate-wide queries to use eval_alwaysWesley Wiser-7/+7
2017-10-26Allow declaring a DepNode as eval_alwaysWesley Wiser-0/+18
2017-10-26[incremental] Add support for eval always queriesWesley Wiser-3/+57
2017-10-25incr.comp.: Implement query diagnostic persistence.Michael Woerister-1/+20
2017-10-24Auto merge of #45350 - cjkenn:cjkenn/used-trait-imports, r=nikomatsakisbors-0/+1
2017-10-24Auto merge of #44984 - Maaarcocr:master, r=nikomatsakisbors-1/+1