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
2018-04-27
Store query jobs and query results in separate maps to reduce memory usage
John Kåre Alsaker
-11
/
+6
2018-04-27
Create a job immediately when looking in the query map and start it later
John Kåre Alsaker
-4
/
+4
2018-04-15
Add misc timings
John Kåre Alsaker
-2
/
+11
2018-04-14
Get rid of redundant `HashSet`
Oliver Schneider
-16
/
+15
2018-04-14
Don't recurse into allocations, use a global table instead
Oliver Schneider
-60
/
+75
2018-04-12
Make OnDiskCache thread-safer
John Kåre Alsaker
-23
/
+22
2018-03-24
Make queries thread safe. Remove the query stack and make queries point to th...
John Kåre Alsaker
-0
/
+9
2018-03-21
Auto merge of #49200 - oli-obk:extern_static_metadata, r=michaelwoerister
bors
-1
/
+1
2018-03-20
Encode/decode extern statics in metadata and incremental cache
Oliver Schneider
-1
/
+1
2018-03-20
Rollup merge of #49004 - wesleywiser:incr_specialization_graph_query, r=micha...
kennytm
-0
/
+1
2018-03-16
Cleanup metadata and incremental cache processing of constants
Oliver Schneider
-63
/
+63
2018-03-14
Cache the specialization_graph query
Wesley Wiser
-0
/
+1
2018-03-13
Reuse the query caching infrastructure for const eval
Oliver Schneider
-56
/
+7
2018-03-13
Cache const eval queries
Oliver Schneider
-0
/
+68
2018-03-08
Regenerate tests
Oliver Schneider
-0
/
+1
2018-03-08
Hide the RefCell inside InterpretInterner
Oliver Schneider
-8
/
+7
2018-03-08
Don't borrow the interpret_interner for anything but a direct function call
Oliver Schneider
-4
/
+3
2018-03-08
Implement on disk cache for AllocId
Oliver Schneider
-4
/
+77
2018-03-08
Produce instead of pointers
Oliver Schneider
-1
/
+8
2018-03-06
Add caching for trans_fn_attrs query
Wesley Wiser
-0
/
+1
2018-03-06
Remove the contains_extern_indicator query
Wesley Wiser
-1
/
+0
2018-03-02
Replace Rc with Lrc for shared data
John Kåre Alsaker
-5
/
+5
2018-02-13
incr.comp.: Don't keep RefCells in on-disk-cache borrowed in order to allow f...
Michael Woerister
-15
/
+19
2018-01-23
incr.comp.: Cache generics_of query.
Michael Woerister
-0
/
+1
2018-01-23
incr.comp.: Cache type_of and some other queries.
Michael Woerister
-2
/
+4
2018-01-11
Auto merge of #47087 - Zoxc:incr_no_in_ignore, r=michaelwoerister
bors
-126
/
+126
2018-01-09
[incremental] Specialize encoding and decoding of Fingerprints
Wesley Wiser
-1
/
+15
2018-01-09
Replace uses of DepGraph.in_ignore with DepGraph.with_ignore
John Kåre Alsaker
-126
/
+126
2017-12-20
incr.comp.: Cache check_match query.
Michael Woerister
-0
/
+1
2017-12-15
incr.comp.: Revert hashing optimization that caused regression.
Michael Woerister
-1
/
+1
2017-12-14
incr.comp.: Do less hashing per Span.
Michael Woerister
-1
/
+1
2017-12-08
incr.comp: Cache results of more queries.
Michael Woerister
-0
/
+10
2017-12-01
incr.comp.: Fix merge fallout.
Michael Woerister
-1
/
+0
2017-12-01
incr.comp.: Use the awesome new '_ in a few places.
Michael Woerister
-11
/
+11
2017-12-01
incr.comp.: Allow for recovering from missing on-disk cache entries.
Michael Woerister
-13
/
+10
2017-12-01
incr.comp.: Load diagnostics from previous session lazily and clean up on-dis...
Michael Woerister
-128
/
+148
2017-12-01
incr.comp.: Add a newtype for byte positions within the incr. comp. cache.
Michael Woerister
-11
/
+25
2017-12-01
incr.comp.: Store Spans as (file,line,col,length) in incr.comp. cache.
Michael Woerister
-70
/
+140
2017-12-01
incr.comp.: Properly hash and encode macro expansion information.
Michael Woerister
-2
/
+84
2017-11-28
incr.comp.: Make MIR encoding fit for incr.comp. caching.
Michael Woerister
-0
/
+45
2017-11-20
incr.comp.: Make sure we don't lose unused green results from the query cache.
Michael Woerister
-0
/
+4
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
[next]