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
Age
Commit message (
Expand
)
Author
Lines
2021-10-06
Query the fingerprint style during key reconstruction
Mark Rousskov
-2
/
+2
2021-10-03
Access StableHashingContext in rustc_query_system.
Camille GILLOT
-6
/
+5
2021-09-11
Auto merge of #78780 - cjgillot:req, r=Mark-Simulacrum
bors
-282
/
+189
2021-09-01
Remove redundant `Span` in `QueryJobInfo`
Noah Lev
-11
/
+8
2021-08-27
Note that trait aliases cannot be recursive
Noah Lev
-9
/
+16
2021-08-27
Note that type aliases cannot be recursive
Noah Lev
-1
/
+42
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
/
+66
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-21
Improve errors for recursive type aliases
Noah Lev
-4
/
+8
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
Restrict field visibility
Aaron Hill
-1
/
+1
2021-07-25
Create `QuerySideEffects` and use it for diagnostics
Aaron Hill
-10
/
+39
2021-07-25
clippy::useless_format
Matthias Krüger
-2
/
+2
2021-05-30
Reduce amount of function pointers.
Camille GILLOT
-35
/
+53
2021-05-29
Move reconstruct test inwards.
Camille GILLOT
-5
/
+4
2021-05-15
Remove def_path_str.
Camille GILLOT
-4
/
+0
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
2021-05-06
Auto merge of #84806 - Mark-Simulacrum:try-start-entry, r=cjgillot
bors
-101
/
+111
2021-05-02
Streamline try_start code
Mark Rousskov
-101
/
+111
2021-05-01
Avoid generating QueryMap::extend for each key type
Mark Rousskov
-8
/
+5
2021-04-29
Move iter_results to dyn FnMut rather than a generic
Mark Rousskov
-21
/
+20
2021-03-30
Adjust profiling.
Camille GILLOT
-3
/
+5
2021-03-30
Stream the dep-graph to a file.
Camille GILLOT
-7
/
+11
2021-03-26
Use iter::zip in compiler/
Josh Stone
-2
/
+2
2021-03-19
Debug-print result when an unstable fingerprint is detected
Aaron Hill
-1
/
+1
2021-03-13
Auto merge of #83007 - Aaron1011:incr-verify-default, r=Mark-Simulacrum
bors
-11
/
+18
2021-03-13
Always run `incremental_verify_ich` when re-computing query results
Aaron Hill
-11
/
+18
2021-03-12
rustc_query_system: simplify QueryCache::iter
Tyson Nottingham
-22
/
+17
2021-02-21
Simplify hashing.
Camille GILLOT
-33
/
+24
2021-02-20
Move print_query_stack to rustc_query_system.
Camille GILLOT
-5
/
+43
2021-02-20
Move report_cycle to rustc_query_system.
Camille GILLOT
-7
/
+47
2021-02-20
Move Query to rustc_query_system.
Camille GILLOT
-95
/
+124
2021-02-20
Do not hold query key in Query.
Camille GILLOT
-4
/
+7
2021-02-20
Access the session directly from DepContext.
Camille GILLOT
-10
/
+1
2021-02-19
Use a QueryContext for try_mark_green.
Camille GILLOT
-12
/
+31
2021-02-19
Move try_load_from_on_disk_cache to the QueryContext.
Camille GILLOT
-1
/
+4
[next]