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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2018-03-28
[incremental] Don't panic if decoding the cache fails
Wesley Wiser
-0
/
+1
2018-02-13
incr.comp.: Run cache directory garbage collection before loading dep-graph.
Michael Woerister
-1
/
+2
2017-10-25
incr.comp.: Implement query diagnostic persistence.
Michael Woerister
-1
/
+2
2017-10-02
incr.comp.: Remove saving and loading of legacy dep-graph.
Michael Woerister
-2
/
+1
2017-10-02
incr.comp.: Use red/green tracking for CGU re-use.
Michael Woerister
-0
/
+1
2017-09-23
incr.comp.: Remove support for loading metadata fingerprints.
Michael Woerister
-1
/
+0
2017-09-23
incr.comp.: Serialize and deserialize new DepGraph
Michael Woerister
-0
/
+1
2017-09-14
rustc: Remove `Session::dep_graph`
Alex Crichton
-0
/
+1
2017-08-19
rustc: Remove some dead code
Vadim Petrochenkov
-1
/
+0
2017-05-31
incr.comp.: Use DefPathHash-based DepNodes in the serialized DepGraph and rem...
Michael Woerister
-1
/
+0
2017-01-16
incr.comp.: Delete orphaned work-products.
Michael Woerister
-0
/
+1
2016-09-26
incr.comp.: Add file header to on-disk artifacts for validation.
Michael Woerister
-0
/
+1
2016-08-29
Implement copy-on-write scheme for managing the incremental compilation cache.
Michael Woerister
-2
/
+3
2016-08-09
make DepNode PartialOrd
Niko Matsakis
-0
/
+1
2016-07-28
Modify trans to skip generating `.o` files
Niko Matsakis
-0
/
+3
2016-07-28
Code to save/load the work-products map from disk
Niko Matsakis
-0
/
+1
2016-05-18
load/save hashes of metadata
Niko Matsakis
-0
/
+1
2016-04-06
add code to persist graph and for unit-testing
Niko Matsakis
-0
/
+23