about summary refs log tree commit diff
path: root/src/librustc_incremental/persist
AgeCommit message (Expand)AuthorLines
2018-05-07Make DepGraph::previous_work_products immutableWesley Wiser-55/+57
2018-04-15Add misc timingsJohn Kåre Alsaker-4/+14
2018-03-28[incremental] Don't panic if decoding the cache failsWesley Wiser-1/+3
2018-03-19Convert SerializedDepGraph to be a struct-of-arraysWesley Wiser-1/+1
2018-03-09Move PROFQ_CHAN to a Session fieldJohn Kåre Alsaker-5/+7
2018-03-05Turn features() into a query.Michael Woerister-1/+1
2018-02-13incr.comp.: Run cache directory garbage collection before loading dep-graph.Michael Woerister-2/+17
2018-01-13Remove `impl Foo for ..` in favor of `auto trait Foo`leonardo.yvens-3/+0
2018-01-13Rollup merge of #47328 - mbrubeck:fs_read, r=sfacklerkennytm-9/+5
2018-01-11Auto merge of #47087 - Zoxc:incr_no_in_ignore, r=michaelwoeristerbors-37/+39
2018-01-10Use the new fs_read_write functions in rustc internalsMatt Brubeck-9/+5
2018-01-09Replace uses of DepGraph.in_ignore with DepGraph.with_ignoreJohn Kåre Alsaker-37/+39
2018-01-08Shorten names of some compiler generated artifacts.Michael Woerister-7/+8
2017-12-20incr.comp.: Use an IndexVec instead of a hashmap for storing result hashes.Michael Woerister-2/+4
2017-12-15Resolves #46555 - Moving loading and decoding of dependency graph to backgrou...David Teller-55/+117
2017-11-29incr.comp.: Remove on-export crate metadata hashing.Michael Woerister-346/+3
2017-11-19Remove some trailing whitespace.Michael Woerister-1/+1
2017-11-19Fix tidy line-length issue.Michael Woerister-1/+2
2017-11-17[incremental] Collect stats about duplicated edge reads from queriesWesley Wiser-0/+3
2017-11-16incr.comp.: Remove default serialization implementations for things in rustc:...Michael Woerister-5/+4
2017-11-15incr.comp.: Only save and load query result cache when -Zincremental-queries ...Michael Woerister-6/+9
2017-11-14incr.comp.: Store the query result index which records where query results ca...Michael Woerister-1/+1
2017-11-13incr.comp.: Include header when loading cache files in order to get the same ...Michael Woerister-18/+26
2017-11-08std: Remove `rand` crate and moduleAlex Crichton-1/+2
2017-11-03Fix tests and rebase conflictleonardo.yvens-1/+1
2017-11-01Auto merge of #45472 - michaelwoerister:incr-comp-caching-base, r=nikomatsakisbors-1/+32
2017-10-25incr.comp.: Implement query diagnostic persistence.Michael Woerister-1/+32
2017-10-24Introduce CrateDisambiguator newtype and fix testsIgor Matuszewski-8/+9
2017-10-23Use 128 bit instead of Symbol for crate disambiguatorIgor Matuszewski-10/+5
2017-10-21rustc: Move bytecode compression into codegenAlex Crichton-5/+9
2017-10-14Auto merge of #45104 - vitiral:incr_auto_assert2, r=michaelwoeristerbors-28/+393
2017-10-13fix review commentsGarrett Berg-18/+17
2017-10-13Auto merge of #45063 - michaelwoerister:bring-back-incremental-info, r=nikoma...bors-13/+87
2017-10-12incr comp: rustc_clean/dirty auto assertGarrett Berg-28/+394
2017-10-08Auto merge of #44983 - vitiral:dirty_clean_groups, r=michaelwoeristerbors-12/+45
2017-10-06incr.comp.: Bring back output of -Zincremental-info.Michael Woerister-13/+87
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