summary refs log tree commit diff
path: root/src/librustc_incremental/lib.rs
AgeCommit message (Expand)AuthorLines
2016-11-03Stabilize `..` in tuple (struct) patternsVadim Petrochenkov-1/+1
2016-10-17ICH: Use 128-bit Blake2b hash instead of 64-bit SipHash for incr. comp. finge...Michael Woerister-0/+1
2016-10-12Stabilise `?`Nick Cameron-1/+1
2016-09-23ICH: Add ability to test the ICH of exported metadata items.Michael Woerister-0/+7
2016-09-20Remove librbml and the RBML-tagged auto-encoder/decoder.Eduard Burtescu-1/+0
2016-09-06Auto merge of #36025 - michaelwoerister:incr-comp-hash-spans, r=nikomatsakisbors-0/+1
2016-09-04Replace `_, _` with `..`Vadim Petrochenkov-0/+1
2016-09-01Fill some holes in SVH/ICH computation, making it more strict.Michael Woerister-0/+1
2016-08-29Implement copy-on-write scheme for managing the incremental compilation cache.Michael Woerister-0/+2
2016-08-23rename HashesMap to IncrementalHashesMapNiko Matsakis-2/+2
2016-08-20compute and cache HIR hashes at beginningNiko Matsakis-1/+2
2016-07-28Modify trans to skip generating `.o` filesNiko Matsakis-0/+2
2016-07-28Code to save/load the work-products map from diskNiko Matsakis-0/+2
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-0/+1
2016-04-06rebase: get `bug!` macroNiko Matsakis-1/+1
2016-04-06make an incremental crateNiko Matsakis-0/+41