about summary refs log tree commit diff
path: root/src/librustc_incremental
AgeCommit message (Expand)AuthorLines
2016-08-23make svh independent of item orderingNiko Matsakis-28/+68
2016-08-23cache def-path hashes across all itemsNiko Matsakis-10/+17
2016-08-23rename HashesMap to IncrementalHashesMapNiko Matsakis-22/+29
2016-08-20hash the traits-in-scope determinsticallyNiko Matsakis-9/+24
2016-08-20compute and cache HIR hashes at beginningNiko Matsakis-124/+146
2016-08-11Save dep-tracking hash of commandline arguments in dep-graph file.Michael Woerister-2/+25
2016-08-09pacify the merciless tidyNiko Matsakis-3/+6
2016-08-09incorporate resolve results into hashingNiko Matsakis-3/+96
2016-08-09promote svh calculation into its own directoryNiko Matsakis-450/+459
2016-08-09stop hashing nested items, and add a testNiko Matsakis-20/+16
2016-08-09make it possible to test if HIR is dirtyNiko Matsakis-16/+67
2016-08-09fix licenseNiko Matsakis-0/+10
2016-08-09pacify the mercilous tidyNiko Matsakis-3/+0
2016-08-09address comments from mwNiko Matsakis-5/+29
2016-08-09use preds to serialize just what we needNiko Matsakis-209/+166
2016-08-09add a `deterministic_hash` method to `DefPath`Niko Matsakis-1/+1
2016-08-09make DepNode PartialOrdNiko Matsakis-0/+1
2016-08-09isolate predecessor computationNiko Matsakis-0/+71
2016-08-08rename KrateInfo to CrateInfoNiko Matsakis-4/+4
2016-08-05rustfmt save.rsNiko Matsakis-106/+95
2016-08-03skip assert-dep-graph unless unit testingNiko Matsakis-0/+7
2016-08-02improve log when something no longer existsNiko Matsakis-9/+29
2016-08-02replace graph rewriting with detecting inlined idsNiko Matsakis-52/+6
2016-08-02make metadata hashes determinsticNiko Matsakis-33/+53
2016-08-02watch out for krate numbers being reassignedNiko Matsakis-5/+73
2016-08-02remap Hir(InlinedDefId) to MetaData(OriginalDefId)Niko Matsakis-22/+71
2016-08-01hash foreign items tooNiko Matsakis-2/+7
2016-07-30Rollup merge of #35090 - michaelwoerister:get-rid-of-id-visitor, r=eddybManish Goregaokar-4/+4
2016-07-29Auto merge of #34842 - cgswords:attr_enc, r=nrcbors-18/+14
2016-07-29intravisit: Fold functionality of IdVisitor into the regular Visitor.Michael Woerister-4/+4
2016-07-28make it possible to track where hash divergesNiko Matsakis-0/+23
2016-07-28hash def-path's betterNiko Matsakis-3/+13
2016-07-28Keep multiple files per work-productNiko Matsakis-42/+57
2016-07-28Address mw nitsNiko Matsakis-9/+8
2016-07-28Modify trans to skip generating `.o` filesNiko Matsakis-0/+66
2016-07-28Code to save/load the work-products map from diskNiko Matsakis-50/+183
2016-07-28Store `crate_disambiguator` as an `InternedString`Niko Matsakis-4/+4
2016-07-25Adressed PR comments.cgswords-6/+2
2016-07-25General MetaItem encapsulation rewrites.cgswords-18/+18
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-2/+4
2016-05-31expand `DepNode::TraitSelect` to include type idsNiko Matsakis-54/+54
2016-05-28Rollup merge of #33854 - petrochenkov:prefvis, r=eddybManish Goregaokar-4/+0
2016-05-24Apply visit_path to import prefixes by defaultVadim Petrochenkov-4/+0
2016-05-24syntax/hir: give loop labels a spanGeorg Brandl-1/+1
2016-05-18nit: cache crate-hash for next timeNiko Matsakis-0/+5
2016-05-18load/save hashes of metadataNiko Matsakis-92/+249
2016-05-18allow retracing paths across cratesNiko Matsakis-1/+1
2016-05-18cleanup dep-graph debugging codeNiko Matsakis-19/+9
2016-05-18change svh to store a u64Niko Matsakis-3/+10
2016-05-18make the filename computation take a cratenumNiko Matsakis-8/+10