about summary refs log tree commit diff
path: root/src/librustc_incremental/lib.rs
AgeCommit message (Expand)AuthorLines
2017-09-20incr.comp.: Remove IncrementalHashesMap and calculate_svh module.Michael Woerister-4/+0
2017-09-14rustc: Remove `Session::dep_graph`Alex Crichton-0/+1
2017-08-25*: remove crate_{name,type} attributesTamir Duberstein-3/+0
2017-08-19rustc: Remove some dead codeVadim Petrochenkov-1/+0
2017-07-02Remove the remaining feature gatesStjepan Glavina-1/+0
2017-06-19Bump version and stage0 compilerAlex Crichton-4/+0
2017-05-11rustc: Remove #![unstable] annotationAlex Crichton-3/+4
2017-04-29Update stage0 bootstrap compilerAlex Crichton-1/+0
2017-04-07SVH: Don't hash the HIR twice when once is enough.Michael Woerister-0/+1
2017-04-06Introduce HashStable trait and base ICH implementations on it.Michael Woerister-1/+0
2017-03-29rustbuild: Update bootstrap compilerAlex Crichton-1/+0
2017-03-22Move some constants to rustc::ich.Michael Woerister-7/+0
2017-03-22Move Fingerprint to rustc::ich::Fingerprint.Michael Woerister-1/+0
2017-03-15Stabilize pub(restricted)Taylor Cramer-1/+1
2017-02-15Stabilize field init shorthandest31-1/+1
2017-01-31rewrite the predecessors code to create a reduced graphNiko Matsakis-0/+3
2017-01-22Remove unused `extern crate`s.Jeffrey Seyfried-2/+0
2017-01-22Warn on unused `#[macro_use]` imports.Jeffrey Seyfried-1/+1
2017-01-16incr.comp.: Delete orphaned work-products.Michael Woerister-0/+1
2017-01-08Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrcbors-1/+1
2016-12-30Compilation fixesest31-0/+2
2016-12-29Remove not(stage0) from deny(warnings)Alex Crichton-1/+1
2016-12-15Use StableHasher everywhereAriel Ben-Yehuda-1/+1
2016-12-09incr.comp.: Take symbol visibility into account for CGU hashes.Michael Woerister-0/+1
2016-11-30Update the bootstrap compilerAlex Crichton-2/+0
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