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
Age
Commit message (
Expand
)
Author
Lines
2021-10-24
Rollup merge of #89558 - lcnr:query-stable-lint, r=estebank
Matthias Krüger
-0
/
+1
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
-58
/
+18
2021-10-21
Use SortedMap in HIR.
Camille GILLOT
-4
/
+4
2021-10-21
Do not depend on the stored value when trying to cache on disk.
Camille GILLOT
-5
/
+5
2021-10-20
Address review.
Camille GILLOT
-1
/
+1
2021-10-20
Inline DepNodeParams methods.
Camille GILLOT
-1
/
+4
2021-10-20
Compute query vtable manually.
Camille GILLOT
-27
/
+29
2021-10-20
Store node_intern_event_id in CurrentDepGraph.
Camille GILLOT
-22
/
+24
2021-10-20
Build jump table at runtime.
Camille GILLOT
-59
/
+20
2021-10-20
Invoke callbacks from rustc_middle.
Camille GILLOT
-11
/
+10
2021-10-20
Merge two query callbacks arrays.
Camille GILLOT
-22
/
+25
2021-10-20
Drop has_params.
Camille GILLOT
-5
/
+2
2021-10-20
Make hash_result an Option.
Camille GILLOT
-25
/
+18
2021-10-20
Rollup merge of #87404 - rylev:artifact-size-profiling, r=wesleywiser
Yuki Okushi
-3
/
+7
2021-10-19
Auto merge of #89933 - est31:let_else, r=michaelwoerister
bors
-7
/
+4
2021-10-18
Auto merge of #89124 - cjgillot:owner-info, r=michaelwoerister
bors
-56
/
+54
2021-10-16
Adopt let_else across the compiler
est31
-7
/
+4
2021-10-15
allow `potential_query_instability` everywhere
lcnr
-0
/
+1
2021-10-11
Remove built-in cache_hit tracking
Mark Rousskov
-22
/
+1
2021-10-10
Compute full HIR hash during lowering.
Camille GILLOT
-26
/
+10
2021-10-09
Forbid hashing HIR outside of indexing.
Camille GILLOT
-30
/
+44
2021-10-07
Add support for artifact size profiling
Ryan Levick
-3
/
+7
2021-10-06
Query the fingerprint style during key reconstruction
Mark Rousskov
-9
/
+30
2021-10-03
Add some inlining.
Camille GILLOT
-0
/
+8
2021-10-03
Access StableHashingContext in rustc_query_system.
Camille GILLOT
-22
/
+16
2021-10-03
Move ICH to rustc_query_system.
Camille GILLOT
-1
/
+531
2021-09-20
Migrate to 2021
Mark Rousskov
-1
/
+1
2021-09-18
Auto merge of #82183 - michaelwoerister:lazier-defpathhash-loading2, r=wesley...
bors
-28
/
+0
2021-09-15
Use explicit log level in tracing instrument macro
Tomasz Miąsko
-2
/
+2
2021-09-14
Remove RawDefId tracking infrastructure from incr. comp. framework.
Michael Woerister
-28
/
+0
2021-09-11
Auto merge of #78780 - cjgillot:req, r=Mark-Simulacrum
bors
-372
/
+266
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
-103
/
+76
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
-16
/
+8
2021-08-22
Move assertion inwards.
Camille GILLOT
-17
/
+18
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
/
+28
[prev]
[next]