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_impl
/
src
/
plumbing.rs
Age
Commit message (
Expand
)
Author
Lines
2022-02-27
Auto merge of #94084 - Mark-Simulacrum:drop-sharded, r=cjgillot
bors
-3
/
+2
2022-02-21
Auto merge of #94066 - Mark-Simulacrum:factor-out-simple-def-kind, r=davidtwco
bors
-6
/
+4
2022-02-20
Delete QueryLookup
Mark Rousskov
-2
/
+1
2022-02-20
Move Sharded maps into each QueryCache impl
Mark Rousskov
-1
/
+1
2022-02-17
Remove SimpleDefKind
Mark Rousskov
-6
/
+4
2022-02-16
Move ty::print methods to Drop-based scope guards
Mark Rousskov
-4
/
+5
2022-02-09
Auto merge of #93741 - Mark-Simulacrum:global-job-id, r=cjgillot
bors
-12
/
+21
2022-02-08
Switch QueryJobId to a single global counter
Mark Rousskov
-12
/
+21
2022-02-08
14956 -> 14952 exports
klensy
-2
/
+2
2022-02-07
15221 -> 14956 exports
klensy
-1
/
+1
2021-12-14
Remove `in_band_lifetimes` from `rustc_query_impl`
LegionMammal978
-4
/
+4
2021-12-12
Query modifier
Deadbeef
-0
/
+12
2021-10-25
Avoid a branch on key being local for queries that use the same local and ext...
bjorn3
-7
/
+19
2021-10-23
Do not require QueryCtxt for cache_on_disk.
Camille GILLOT
-2
/
+1
2021-10-23
Build the query vtable directly.
Camille GILLOT
-31
/
+19
2021-10-21
Do not depend on the stored value when trying to cache on disk.
Camille GILLOT
-1
/
+1
2021-10-20
Build jump table at runtime.
Camille GILLOT
-59
/
+70
2021-10-20
Invoke callbacks from rustc_middle.
Camille GILLOT
-31
/
+1
2021-10-20
Merge two query callbacks arrays.
Camille GILLOT
-65
/
+33
2021-10-20
Make hash_result an Option.
Camille GILLOT
-12
/
+6
2021-10-06
Query the fingerprint style during key reconstruction
Mark Rousskov
-3
/
+4
2021-10-05
Auto merge of #89266 - cjgillot:session-ich, r=michaelwoerister
bors
-1
/
+0
2021-10-03
Access StableHashingContext in rustc_query_system.
Camille GILLOT
-1
/
+0
2021-10-03
Remove re-export.
Camille GILLOT
-1
/
+1
2021-10-02
Prevent macro ambiguity errors
bjorn3
-13
/
+13
2021-09-21
Disable visible path calculation for PrettyPrinter in Ok path of compiler
Alik Aslanyan
-2
/
+5
2021-08-29
Retrieve `DefKind` from HIR map to reduce chance of cycles
Noah Lev
-4
/
+6
2021-08-27
Note that type aliases cannot be recursive
Noah Lev
-1
/
+6
2021-07-25
Create `QuerySideEffects` and use it for diagnostics
Aaron Hill
-9
/
+11
2021-07-18
Remove deadlock virtual call.
Camille GILLOT
-6
/
+5
2021-07-18
Move OnDiskCache to rustc_query_impl.
Camille GILLOT
-33
/
+43
2021-06-15
Auto merge of #85154 - cjgillot:lessfn, r=bjorn3
bors
-5
/
+5
2021-05-31
Auto merge of #85266 - cjgillot:hir-dep-clean, r=michaelwoerister
bors
-34
/
+1
2021-05-30
Only test if key is local.
Camille GILLOT
-2
/
+1
2021-05-30
Reduce amount of function pointers.
Camille GILLOT
-4
/
+5
2021-05-27
Remove obsolete workaround.
Camille GILLOT
-34
/
+1
2021-05-15
Remove def_path_str.
Camille GILLOT
-5
/
+2
2021-05-15
Move key recovering into force_query.
Camille GILLOT
-14
/
+1
2021-05-01
Apply `--cfg parallel_compiler` when documenting
Joshua Nelson
-6
/
+4
2021-04-12
Introduce CompileMonoItem DepNode
bjorn3
-0
/
+5
2021-03-30
Stream the dep-graph to a file.
Camille GILLOT
-4
/
+1
2021-03-29
Don't duplicate the extern providers once for each crate
bjorn3
-13
/
+12
2021-02-21
Simplify hashing.
Camille GILLOT
-2
/
+2
2021-02-20
Move print_query_stack to rustc_query_system.
Camille GILLOT
-32
/
+2
2021-02-20
Move report_cycle to rustc_query_system.
Camille GILLOT
-56
/
+6
2021-02-20
Move Query to rustc_query_system.
Camille GILLOT
-42
/
+16
2021-02-20
Do not hold query key in Query.
Camille GILLOT
-52
/
+61
2021-02-20
Access the session directly from DepContext.
Camille GILLOT
-15
/
+0
2021-02-19
Workaround rustdoc not honouring cfg(parallel_compiler).
Camille GILLOT
-4
/
+6
2021-02-19
Move the query system to rustc_query_impl.
Camille GILLOT
-0
/
+726