index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_incremental
/
persist
/
load.rs
Age
Commit message (
Expand
)
Author
Lines
2017-01-16
incr.comp.: Delete orphaned work-products.
Michael Woerister
-12
/
+2
2016-12-03
Rollup merge of #38113 - nikomatsakis:incremental-dump-hash, r=michaelwoerister
Corey Farwell
-0
/
+13
2016-12-01
add a `-Z incremental-dump-hash` flag
Niko Matsakis
-0
/
+13
2016-11-30
incr.comp.: Add more output to -Z incremental-info.
Michael Woerister
-11
/
+21
2016-11-08
Replace FnvHasher use with FxHasher.
Nicholas Nethercote
-6
/
+6
2016-10-31
Remove unused type aliases
Seo Sanghyeon
-2
/
+0
2016-10-17
ICH: Use 128-bit Blake2b hash instead of 64-bit SipHash for incr. comp. finge...
Michael Woerister
-1
/
+2
2016-09-26
incr.comp.: Add file header to on-disk artifacts for validation.
Michael Woerister
-22
/
+30
2016-09-23
ICH: Add ability to test the ICH of exported metadata items.
Michael Woerister
-1
/
+55
2016-09-20
Remove librbml and the RBML-tagged auto-encoder/decoder.
Eduard Burtescu
-3
/
+2
2016-09-11
Use question_mark feature in librustc_incremental.
Ahmed Charles
-4
/
+4
2016-08-29
incr.comp.: Move lock files out of directory being locked
Michael Woerister
-1
/
+0
2016-08-29
Implement copy-on-write scheme for managing the incremental compilation cache.
Michael Woerister
-5
/
+24
2016-08-23
consider DepNode::Krate to be an input
Niko Matsakis
-1
/
+1
2016-08-23
rename HashesMap to IncrementalHashesMap
Niko Matsakis
-9
/
+12
2016-08-20
compute and cache HIR hashes at beginning
Niko Matsakis
-8
/
+13
2016-08-11
Save dep-tracking hash of commandline arguments in dep-graph file.
Michael Woerister
-2
/
+17
2016-08-09
incorporate resolve results into hashing
Niko Matsakis
-1
/
+1
2016-08-09
make it possible to test if HIR is dirty
Niko Matsakis
-2
/
+3
2016-08-09
pacify the mercilous tidy
Niko Matsakis
-3
/
+0
2016-08-09
address comments from mw
Niko Matsakis
-3
/
+22
2016-08-09
use preds to serialize just what we need
Niko Matsakis
-120
/
+69
2016-08-02
improve log when something no longer exists
Niko Matsakis
-3
/
+11
2016-08-02
make metadata hashes determinstic
Niko Matsakis
-3
/
+4
2016-08-02
remap Hir(InlinedDefId) to MetaData(OriginalDefId)
Niko Matsakis
-6
/
+1
2016-07-28
Keep multiple files per work-product
Niko Matsakis
-10
/
+21
2016-07-28
Address mw nits
Niko Matsakis
-5
/
+6
2016-07-28
Code to save/load the work-products map from disk
Niko Matsakis
-26
/
+95
2016-05-31
expand `DepNode::TraitSelect` to include type ids
Niko Matsakis
-6
/
+6
2016-05-18
load/save hashes of metadata
Niko Matsakis
-2
/
+3
2016-05-18
identify inputs of `MetaData(X)` nodes
Niko Matsakis
-9
/
+8
2016-05-11
rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.
Eduard Burtescu
-7
/
+9
2016-05-11
rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.
Eduard Burtescu
-9
/
+8
2016-04-06
rebase over the hir rename
Niko Matsakis
-1
/
+1
2016-04-06
remove use of rbml and just use opaque encoder
Niko Matsakis
-23
/
+11
2016-04-06
Fix another call to bug into the macro
Niko Matsakis
-3
/
+1
2016-04-06
FIXME for lockfile
Niko Matsakis
-0
/
+1
2016-04-06
add FIXME #32753 markers: SVH vs ICH
Niko Matsakis
-0
/
+1
2016-04-06
add some comments
Niko Matsakis
-1
/
+6
2016-04-06
add code to persist graph and for unit-testing
Niko Matsakis
-0
/
+221