summary refs log tree commit diff
path: root/src/librustc_incremental/persist
AgeCommit message (Expand)AuthorLines
2018-10-19Prefer `Default::default` over `FxHash*::default` in struct constructorsOliver Scherer-4/+4
2018-10-19Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hackOliver Scherer-12/+12
2018-09-04Breaking change upgradesMark Rousskov-1/+1
2018-08-31Always add all modules to the global ThinLTO module analysis when compiling i...Michael Woerister-1/+0
2018-08-31Support local ThinLTO with incremental compilation.Michael Woerister-0/+1
2018-08-31Persist ThinLTO import data in incr. comp. session directory.Michael Woerister-0/+1
2018-08-28Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc.Eduard-Mihai Burtescu-6/+5
2018-08-27Rename hir::map::NodeKind to hir::Nodevarkor-4/+4
2018-08-27Remove path prefixes from NodeKindvarkor-1/+2
2018-08-27Rename hir::map::Node to hir::map::NodeKindvarkor-7/+7
2018-08-19mv codemap() source_map()Donato Sciarra-2/+2
2018-08-09Move rustc::util::fs into separate (new) crateMark Rousskov-5/+5
2018-08-09Move SVH structure to data structuresMark Rousskov-1/+1
2018-07-18Implement existential typesOliver Schneider-0/+1
2018-07-16Update a debug stringOliver Schneider-1/+1
2018-07-16ItemKindcsmoe-15/+15
2018-07-16Revert "Persist ThinLTO import data in incr. comp. session directory."Michael Woerister-1/+0
2018-07-11Persist ThinLTO import data in incr. comp. session directory.Michael Woerister-0/+1
2018-06-27Make opaque::Encoder append-only and make it infallibleJohn Kåre Alsaker-34/+20
2018-06-19Save query results and the dep graph in parallelJohn Kåre Alsaker-8/+14
2018-06-14rustc: rename ty::maps to ty::query.Eduard-Mihai Burtescu-2/+2
2018-05-18Serialize attributes into the CrateRootIsaac Whitfield-10/+14
2018-05-17Rename trans to codegen everywhere.Irina Popa-2/+2
2018-05-11Update an old method name in debug loggingIsaac Whitfield-1/+1
2018-05-11Update naming in line with PR commentsIsaac Whitfield-13/+14
2018-05-11Remove shared access to DepGraph::work_productsIsaac Whitfield-19/+18
2018-05-08Fix commentWesley Wiser-1/+1
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