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
/
ty
/
maps
/
on_disk_cache.rs
Age
Commit message (
Expand
)
Author
Lines
2017-11-16
incr.comp.: Remove default serialization implementations for things in rustc:...
Michael Woerister
-0
/
+16
2017-11-16
incr.comp.: Remove some code duplication around TyDecoder by factoring things...
Michael Woerister
-109
/
+2
2017-11-16
incr.comp.: Encode DefIds as DefPathHashes instead of recomputing those durin...
Michael Woerister
-73
/
+65
2017-11-15
incr.comp.: Refactor query cache serialization to be more re-usable.
Michael Woerister
-18
/
+35
2017-11-14
incr.comp.: Cache TypeckTables and add -Zincremental-queries flag.
Michael Woerister
-5
/
+33
2017-11-14
incr.comp.: Store the query result index which records where query results ca...
Michael Woerister
-19
/
+133
2017-11-14
incr.comp.: Do some verification on data decoded from incr. comp. cache.
Michael Woerister
-6
/
+62
2017-11-14
incr.comp.: Encode DefPathTables for reconstructing DefIds.
Michael Woerister
-2
/
+30
2017-11-14
incr.comp.: Allow for mapping from prev-session-CrateNums to current-session-...
Michael Woerister
-5
/
+72
2017-11-14
incr.comp.: Implement TyDecoder for on_disk_cache::CacheDecoder.
Michael Woerister
-11
/
+232
2017-11-13
incr.comp.: Add CacheEncoder for encoding query results into the incr.comp. c...
Michael Woerister
-17
/
+116
2017-11-13
incr.comp.: Include header when loading cache files in order to get the same ...
Michael Woerister
-2
/
+2
2017-11-06
Inclusive range updated to `..=` syntax
Badel2
-1
/
+1
2017-10-25
incr.comp.: Add documentation for OnDiskCache.
Michael Woerister
-28
/
+55
2017-10-25
incr.comp.: Implement query diagnostic persistence.
Michael Woerister
-0
/
+204