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
/
compiler
/
rustc_query_impl
/
src
/
on_disk_cache.rs
Age
Commit message (
Expand
)
Author
Lines
2021-10-23
Do not require QueryCtxt for cache_on_disk.
Camille GILLOT
-1
/
+1
2021-10-23
Build the query vtable directly.
Camille GILLOT
-1
/
+1
2021-10-21
Do not depend on the stored value when trying to cache on disk.
Camille GILLOT
-1
/
+1
2021-10-20
Invoke callbacks from rustc_middle.
Camille GILLOT
-1
/
+1
2021-10-20
Move def_path_hash_to_def_id to rustc_middle.
Camille GILLOT
-18
/
+1
2021-10-06
Do not re-hash foreign spans.
Camille GILLOT
-11
/
+16
2021-10-06
Access Session while decoding expn_id.
Camille GILLOT
-1
/
+6
2021-09-14
Replace cnum_map with tcx.stable_crate_id_to_crate_num() in OnDiskCache.
Michael Woerister
-32
/
+7
2021-09-14
Fix up comment about OnDiskCache::foreign_expn_data.
Michael Woerister
-2
/
+4
2021-09-14
Make DefPathHash->DefId panic for if the mapping fails.
Michael Woerister
-10
/
+3
2021-09-14
Remove RawDefId tracking infrastructure from incr. comp. framework.
Michael Woerister
-76
/
+3
2021-09-14
Store DefPathHash->DefIndex map in on-disk-hash-table format in crate metadata.
Michael Woerister
-72
/
+14
2021-09-12
Rollup merge of #88709 - BoxyUwU:thir-abstract-const, r=lcnr
Manish Goregaokar
-1
/
+2
2021-09-10
Rename decode to data_untracked.
Camille GILLOT
-3
/
+4
2021-09-10
Track span dependency using a callback.
Camille GILLOT
-3
/
+3
2021-09-10
Encode spans relative to their parent.
Camille GILLOT
-12
/
+36
2021-09-10
Keep a parent LocalDefId in SpanData.
Camille GILLOT
-1
/
+1
2021-09-09
rename mir -> thir around abstract consts
Ellen
-1
/
+2
2021-08-28
Comment drop_serialized_data.
Camille GILLOT
-0
/
+5
2021-08-28
Drop the query result memmap before serializing it back.
Camille GILLOT
-25
/
+27
2021-08-28
Mmap the incremental data instead of reading it.
Camille GILLOT
-5
/
+10
2021-07-25
Create `QuerySideEffects` and use it for diagnostics
Aaron Hill
-49
/
+38
2021-07-18
Move OnDiskCache to rustc_query_impl.
Camille GILLOT
-0
/
+1195