summary refs log tree commit diff
path: root/src/librustc_incremental/persist
AgeCommit message (Expand)AuthorLines
2017-10-08Auto merge of #44983 - vitiral:dirty_clean_groups, r=michaelwoeristerbors-12/+45
2017-10-04groundwork for #45009: rustc_dirty/clean enhancementsGarrett Berg-12/+45
2017-10-03incr.comp.: Fix some merge fallout.Michael Woerister-0/+7
2017-10-02incr.comp.: Remove saving and loading of legacy dep-graph.Michael Woerister-1615/+57
2017-10-02incr.comp.: Use red/green tracking for CGU re-use.Michael Woerister-26/+20
2017-10-02incr.comp.: Determine red/green state of every new node.Michael Woerister-2/+2
2017-09-27Remove DepNodeIndex::new is already impl for IdxSantiago Pastorino-9/+1
2017-09-23incr.comp.: Remove out-dated unit test and unnecessary assertion.Michael Woerister-49/+0
2017-09-23incr.comp.: Make #[rustc_dirty/clean] test for fingerprint equality instead o...Michael Woerister-84/+26
2017-09-23incr.comp.: Remove support for loading metadata fingerprints.Michael Woerister-302/+30
2017-09-23incr.comp.: Serialize and deserialize new DepGraphMichael Woerister-0/+54
2017-09-20incr.comp.: Remove IncrementalHashesMap and calculate_svh module.Michael Woerister-22/+26
2017-09-20incr.comp.: Store result fingerprints in DepGraph.Michael Woerister-15/+6
2017-09-20incr.comp.: Allow for marking DepKinds as inputs.Michael Woerister-21/+4
2017-09-18Fix issues uncovered by rebasing:Michael Woerister-0/+3
2017-09-14rustc: Remove `Session::dep_graph`Alex Crichton-53/+49
2017-09-05rustc: Move crate_hash to a queryAlex Crichton-2/+2
2017-08-19rustc: Remove some dead codeVadim Petrochenkov-1/+0
2017-08-17Rollup merge of #43891 - Fourchaux:master, r=steveklabnikCorey Farwell-1/+1
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-13/+13
2017-08-15Fix typos & us spellingsFourchaux-1/+1
2017-07-31async-llvm(18): Instantiate OngoingCrateTranslation before starting translation.Michael Woerister-2/+2
2017-07-10incr.comp.: Manage dependency graph on main thread.Michael Woerister-8/+2
2017-07-10incr.comp.: Improve debug output for work products.Michael Woerister-5/+10
2017-06-22Print -Zincremental-info to stderr instead of stdout.Michael Woerister-18/+18
2017-06-12kill various tasks we no longer need and remove outdated README textNiko Matsakis-2/+1
2017-06-09incr.comp.: Clean up and optimize dep-graph loading.Michael Woerister-89/+116
2017-06-09incr.comp.: Uniformly represent DepNodes as (Kind, StableHash) pairs.Michael Woerister-194/+177
2017-06-07Allocate DefIndices for global crate metadata.Michael Woerister-37/+10
2017-06-06incr.comp.: Make WorkProductId opaque so we don't accidentally rely on being ...Michael Woerister-8/+5
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