about summary refs log tree commit diff
path: root/src/librustc_incremental
AgeCommit message (Expand)AuthorLines
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-3/+5
2017-11-03Fix tests and rebase conflictleonardo.yvens-1/+1
2017-11-01Auto merge of #45472 - michaelwoerister:incr-comp-caching-base, r=nikomatsakisbors-2/+37
2017-10-25incr.comp.: Implement query diagnostic persistence.Michael Woerister-2/+37
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-1616/+58
2017-10-02incr.comp.: Build DepGraphQuery from new dep-graph impl.Michael Woerister-1/+1
2017-10-02incr.comp.: Use red/green tracking for CGU re-use.Michael Woerister-26/+21
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/+55
2017-09-20incr.comp.: Remove IncrementalHashesMap and calculate_svh module.Michael Woerister-357/+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-18incr.comp.: Remove tcx from StableHashingContext.Michael Woerister-3/+3
2017-09-18incr.comp.: Make the StableHashingContext mostly independent of the tcx.Michael Woerister-14/+13
2017-09-18Fix issues uncovered by rebasing:Michael Woerister-21/+35
2017-09-14rustc: Remove `Session::dep_graph`Alex Crichton-53/+50
2017-09-05rustc: Move crate_hash to a queryAlex Crichton-2/+2
2017-08-25*: remove crate_{name,type} attributesTamir Duberstein-3/+0
2017-08-19rustc: Remove some dead codeVadim Petrochenkov-6/+0
2017-08-17Rollup merge of #43891 - Fourchaux:master, r=steveklabnikCorey Farwell-1/+1
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-14/+14
2017-08-15Fix typos & us spellingsFourchaux-1/+1
2017-07-31async-llvm(18): Instantiate OngoingCrateTranslation before starting translation.Michael Woerister-2/+2
2017-07-22rustc: Add some build scripts for librustc cratesAlex Crichton-0/+14
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-07-02Remove the remaining feature gatesStjepan Glavina-1/+0
2017-06-22Print -Zincremental-info to stderr instead of stdout.Michael Woerister-18/+18
2017-06-19Bump version and stage0 compilerAlex Crichton-4/+0
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-264/+262
2017-06-07Allocate DefIndices for global crate metadata.Michael Woerister-37/+10