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-08-27
Auto merge of #100946 - jyn514:query-system-3, r=cjgillot
bors
-1
/
+1
2022-08-25
Auto merge of #100748 - SparrowLii:query_depth, r=cjgillot
bors
-1
/
+19
2022-08-24
Remove the `$tcx:tt` parameter from `rustc_query_description`
Joshua Nelson
-1
/
+1
2022-08-23
Move most of `make_query` into a generic function, away from the macro
Joshua Nelson
-41
/
+56
2022-08-23
Get rid of some usages of `query_keys`
Joshua Nelson
-7
/
+6
2022-08-23
Remove `$tcx` metavariable from `rustc_query_append`
Joshua Nelson
-31
/
+27
2022-08-24
add `depth_limit` in `QueryVTable`
SparrowLii
-1
/
+19
2022-08-15
Remove usages of opt_remap_env_constness
Miguel Guarniz
-3
/
+0
2022-08-15
Remove opt_remap_env_constness from rustc_query_impl
Miguel Guarniz
-11
/
+1
2022-07-20
consistently use VTable over Vtable (matching stable stdlib API RawWakerVTable)
Ralf Jung
-2
/
+2
2022-07-06
Use a dedicated DepKind for the forever-red node.
Camille GILLOT
-0
/
+11
2022-07-06
Allow to create definitions inside the query system.
Camille GILLOT
-5
/
+6
2022-07-06
Rollup merge of #98881 - cjgillot:q-def-kind, r=fee1-dead
Dylan DPC
-5
/
+8
2022-07-05
Clarify the behaviour from inside the query system.
Camille GILLOT
-5
/
+8
2022-07-04
Only compute DefKind through the query.
Camille GILLOT
-1
/
+1
2022-06-29
get rid of `tcx` in deadlock handler when parallel compilation
SparrowLii
-5
/
+0
2022-06-16
Move `finish` out of the `Encoder` trait.
Nicholas Nethercote
-2
/
+1
2022-06-10
Revert dc08bc51f2c58a0f5f815a07f9bb3d671153b5a1.
Nicholas Nethercote
-1
/
+2
2022-06-08
Move `finish` out of the `Encoder` trait.
Nicholas Nethercote
-2
/
+1
2022-06-08
Use delayed error handling for `Encodable` and `Encoder` infallible.
Nicholas Nethercote
-4
/
+2
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-1
/
+1
2022-05-04
Enable tracing for all queryies
Oli Scherer
-0
/
+3
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
[next]