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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_query_system
/
src
/
query
/
plumbing.rs
Age
Commit message (
Expand
)
Author
Lines
2022-03-02
rename ErrorReported -> ErrorGuaranteed
mark
-2
/
+2
2022-02-27
Auto merge of #94084 - Mark-Simulacrum:drop-sharded, r=cjgillot
bors
-109
/
+71
2022-02-23
rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission".
Eduard-Mihai Burtescu
-2
/
+2
2022-02-20
Refactor Sharded out of non-parallel active query map
Mark Rousskov
-27
/
+51
2022-02-20
Inline QueryStateShard into QueryState
Mark Rousskov
-17
/
+7
2022-02-20
Delete QueryLookup
Mark Rousskov
-24
/
+8
2022-02-20
Move Sharded maps into each QueryCache impl
Mark Rousskov
-46
/
+10
2022-02-08
Switch QueryJobId to a single global counter
Mark Rousskov
-58
/
+31
2022-01-08
Auto merge of #91919 - Aaron1011:query-recursive-read, r=michaelwoerister
bors
-2
/
+7
2021-12-23
Address review comments
Aaron Hill
-8
/
+7
2021-12-23
Some cleanup
Aaron Hill
-4
/
+4
2021-12-23
Ban deps only during query loading from disk
Aaron Hill
-3
/
+9
2021-12-23
Error if we try to read dep during deserialization
Aaron Hill
-3
/
+3
2021-12-21
Add `#[rustc_clean(loaded_from_disk)]` to assert loading of query result
Aaron Hill
-0
/
+4
2021-11-22
Manually outline error on incremental_verify_ich
Mark Rousskov
-24
/
+73
2021-10-28
Enable verification for 1/32th of queries loaded from disk
Mark Rousskov
-1
/
+14
2021-10-23
Build the query vtable directly.
Camille GILLOT
-4
/
+4
2021-10-21
Do not depend on the stored value when trying to cache on disk.
Camille GILLOT
-1
/
+1
2021-10-20
Address review.
Camille GILLOT
-1
/
+1
2021-10-20
Compute query vtable manually.
Camille GILLOT
-17
/
+11
2021-10-20
Build jump table at runtime.
Camille GILLOT
-55
/
+16
2021-10-20
Merge two query callbacks arrays.
Camille GILLOT
-9
/
+9
2021-10-20
Make hash_result an Option.
Camille GILLOT
-5
/
+5
2021-10-16
Adopt let_else across the compiler
est31
-4
/
+2
2021-10-11
Remove built-in cache_hit tracking
Mark Rousskov
-22
/
+1
2021-10-06
Query the fingerprint style during key reconstruction
Mark Rousskov
-2
/
+2
2021-09-11
Auto merge of #78780 - cjgillot:req, r=Mark-Simulacrum
bors
-282
/
+187
2021-09-01
Remove redundant `Span` in `QueryJobInfo`
Noah Lev
-2
/
+2
2021-08-22
Use variable.
Camille GILLOT
-12
/
+5
2021-08-22
Unify `with_task` functions.
Camille GILLOT
-17
/
+7
2021-08-22
Remove force_query_with_job.
Camille GILLOT
-88
/
+53
2021-08-22
Split try_execute_query.
Camille GILLOT
-16
/
+31
2021-08-22
Decouple JobOwner from cache.
Camille GILLOT
-73
/
+64
2021-08-22
Complete job outside of force_query_with_job.
Camille GILLOT
-14
/
+11
2021-08-22
Do not compute the dep_node twice.
Camille GILLOT
-33
/
+21
2021-08-22
Make all query forcing go through try_execute_query.
Camille GILLOT
-40
/
+31
2021-08-22
Remove try_mark_green_and_read.
Camille GILLOT
-3
/
+6
2021-08-22
Move assertion inwards.
Camille GILLOT
-14
/
+0
2021-08-22
Simplify control flow.
Camille GILLOT
-33
/
+28
2021-08-22
Only clone key when needed.
Camille GILLOT
-4
/
+6
2021-08-22
Move dep_graph checking into try_load_from_disk_and_cache_in_memory.
Camille GILLOT
-23
/
+12
2021-08-12
Prevent double panic when handling incremental fingerprint mismatch
Aaron Hill
-6
/
+27
2021-08-01
Auto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisa
bors
-2
/
+2
2021-07-25
Create `QuerySideEffects` and use it for diagnostics
Aaron Hill
-5
/
+9
2021-07-25
clippy::useless_format
Matthias Krüger
-2
/
+2
2021-05-30
Reduce amount of function pointers.
Camille GILLOT
-26
/
+52
2021-05-29
Move reconstruct test inwards.
Camille GILLOT
-5
/
+4
2021-05-15
Make the fast path faster.
Camille GILLOT
-13
/
+14
2021-05-15
Move key recovering into force_query.
Camille GILLOT
-16
/
+37
2021-05-10
Show nicer error when an 'unstable fingerprints' error occurs
Aaron Hill
-7
/
+13
[next]