summary refs log tree commit diff
path: root/src/librustc_incremental/persist
AgeCommit message (Expand)AuthorLines
2017-06-01incr.comp.: Use a more efficient encoding for the on-disk dependency graph.Michael Woerister-58/+110
2017-05-31incr.comp.: Use DefPathHash-based DepNodes in the serialized DepGraph and rem...Michael Woerister-268/+74
2017-05-23incr.comp.: Track expanded spans instead of FileMaps.Michael Woerister-17/+1
2017-05-14librustc_incremental: remove unused macro in test caseest31-11/+0
2017-05-10ICH: Handle case of removed FileMaps.Michael Woerister-1/+5
2017-05-09Auto merge of #41709 - michaelwoerister:close-metadata-ich-holes, r=nikomatsakisbors-49/+107
2017-05-08Remove need for &format!(...) or &&"" dances in `span_label` callsOliver Schneider-1/+1
2017-05-08incr.comp.: Hash more pieces of crate metadata to detect changes there.Michael Woerister-49/+107
2017-04-16rustc: use monomorphic const_eval for cross-crate enum discriminants.Eduard-Mihai Burtescu-0/+11
2017-04-12ICH: Replace old, transitive metadata hashing with direct hashing approach.Michael Woerister-106/+81
2017-04-07ICH: Centrally compute and cache DefPath hashes as part of DefPathTable.Michael Woerister-16/+1
2017-03-27Fix various useless derefs and slicingsOliver Schneider-2/+2
2017-03-22Move some constants to rustc::ich.Michael Woerister-3/+2
2017-03-22Move Fingerprint to rustc::ich::Fingerprint.Michael Woerister-6/+6
2017-03-19Auto merge of #39799 - dpc:create_dir_all, r=alexcrichtonbors-1/+1
2017-03-17Fix race condition in fs::create_dir_allDavid Roundy-1/+1
2017-03-14Refactor `Attribute` to use `Path` and `TokenStream` instead of `MetaItem`.Jeffrey Seyfried-4/+4
2017-03-10isolate dep-graph tasksNiko Matsakis-1/+5
2017-02-25rustc_typeck: hook up collect and item/body check to on-demand.Eduard-Mihai Burtescu-0/+6
2017-02-22detect "bootstrap outputs" when serializing the dep-graphNiko Matsakis-3/+42
2017-02-08Rollup merge of #39582 - nikomatsakis:incr-comp-issue-39569, r=michaelwoeristerCorey Farwell-35/+84
2017-02-06fix case where some edges can't be recreated by expanding the graphNiko Matsakis-35/+84
2017-02-06Auto merge of #39500 - michaelwoerister:fix-ich-testing, r=nikomatsakisbors-31/+122
2017-02-06Add comment about why the regular unused-attributes infrastructureMichael Woerister-0/+6
2017-02-04pacify the mercilous tidy, improve cycle unit testNiko Matsakis-8/+76
2017-02-03Let the ICH testing framework check that all #[rustc_dirty] attrs have been a...Michael Woerister-31/+116
2017-02-03add a comment about optimality that somehow got removedNiko Matsakis-58/+76
2017-02-03s/in_index/input_index/Niko Matsakis-7/+7
2017-02-03make dirty process O(dirty)Niko Matsakis-50/+66
2017-01-31rewrite the predecessors code to create a reduced graphNiko Matsakis-467/+1092
2017-01-27Auto merge of #39281 - michaelwoerister:make-cc-incr-comp-opt-in, r=nikomatsakisbors-13/+21
2017-01-26rustc: rename TyCtxt's `map` field to `hir`.Eduard-Mihai Burtescu-4/+4
2017-01-25rename `Tables` to `TypeckTables`Niko Matsakis-4/+4
2017-01-25merge TypeckItemBody and Tables depnodesNiko Matsakis-4/+4
2017-01-24incr.comp.: Make cross-crate tracking for incr. comp. opt-in.Michael Woerister-13/+21
2017-01-16incr.comp.: Delete orphaned work-products.Michael Woerister-12/+44
2017-01-12incr.comp.: Add some caching to Predecessors construction.Michael Woerister-9/+297
2017-01-12Add some more info to -Zincremental-infoMichael Woerister-0/+11
2016-12-28rustc: separate TraitItem from their parent Item, just like ImplItem.Eduard-Mihai Burtescu-0/+6
2016-12-16Remove some more things that were only needed for inlined-HIR DefIdsMichael Woerister-5/+0
2016-12-15Use StableHasher everywhereAriel Ben-Yehuda-1/+1
2016-12-03Rollup merge of #38113 - nikomatsakis:incremental-dump-hash, r=michaelwoeristerCorey Farwell-0/+28
2016-12-01add a `-Z incremental-dump-hash` flagNiko Matsakis-0/+28
2016-11-30incr.comp.: Add more output to -Z incremental-info.Michael Woerister-15/+39
2016-11-29Give function bodies their own dep graph nodeFlorian Diebold-6/+10
2016-11-29rustc_incremental: fix compilationFlorian Diebold-4/+0
2016-11-29rustc_incremental: fix compilationFlorian Diebold-0/+4
2016-11-21Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p...Jeffrey Seyfried-7/+6
2016-11-20Move `syntax::util::interner` -> `syntax::symbol`, cleanup.Jeffrey Seyfried-2/+2
2016-11-20Refactor `CrateConfig`.Jeffrey Seyfried-12/+5