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
/
config.rs
Age
Commit message (
Expand
)
Author
Lines
2025-03-26
Avoiding calling queries when collecting active queries
John Kåre Alsaker
-2
/
+3
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-7
/
+7
2024-01-08
Value recovery can take the whole CycleError
Michael Goulet
-2
/
+2
2023-09-21
Move `DepKind` to `rustc_query_system` and define it as `u16`
John Kåre Alsaker
-5
/
+5
2023-08-27
Pass ErrorGuaranteed to cycle error
Michael Goulet
-0
/
+2
2023-04-30
Use dynamic dispatch for queries
John Kåre Alsaker
-3
/
+8
2023-04-17
Spelling - compiler
Josh Soref
-1
/
+1
2023-04-06
Address comments
John Kåre Alsaker
-1
/
+2
2023-04-06
Don't rely on `Debug` impl for `Erased`
John Kåre Alsaker
-1
/
+3
2023-04-06
Erase query cache values
John Kåre Alsaker
-1
/
+7
2023-03-11
Ensure value is on the on-disk cache before returning.
Camille GILLOT
-0
/
+2
2023-02-26
Avoid implementing Debug for QueryConfig
John Kåre Alsaker
-1
/
+1
2023-02-26
Make `rustc_query_system` take `QueryConfig` by instance.
John Kåre Alsaker
-22
/
+19
2023-02-21
Make query keys `Copy`
John Kåre Alsaker
-1
/
+3
2023-02-16
Move provider fields back to rustc_query_impl
John Kåre Alsaker
-1
/
+1
2023-02-16
Factor query arena allocation out from query caches
John Kåre Alsaker
-5
/
+4
2023-02-04
Remove `OnHit` callback from query caches.
Camille GILLOT
-1
/
+1
2023-01-02
Abolish `QueryVTable` in favour of more assoc items on `QueryConfig`
Nilstrieb
-30
/
+23
2022-12-23
Use DepKind instead of &str
gimbles
-1
/
+1
2022-11-29
Sanity check computed value for feeable queries.
Camille GILLOT
-2
/
+3
2022-11-06
Rename `Ctxt` and `CTX` to `Tcx` and `Qcx`
Nilstrieb
-16
/
+16
2022-11-05
Merge `QueryDescription` into `QueryConfig`
Nilstrieb
-23
/
+21
2022-10-14
Remove the `describe` method from the `QueryDescription` trait
nils
-2
/
+0
2022-09-09
Remove unnecessary `TRY_LOAD_FROM_DISK` constant
Joshua Nelson
-4
/
+1
2022-09-09
Remove `cache_on_disk` from `QueryVTable`
Joshua Nelson
-8
/
+2
2022-09-06
Make `HandleCycleError` an enum instead of a macro-generated closure
Joshua Nelson
-2
/
+3
2022-09-01
Don't create two new closures for each query
Joshua Nelson
-0
/
+3
2022-08-24
add `depth_limit` in `QueryVTable`
SparrowLii
-0
/
+1
2022-07-20
consistently use VTable over Vtable (matching stable stdlib API RawWakerVTable)
Ralf Jung
-3
/
+3
2022-03-02
rename ErrorReported -> ErrorGuaranteed
mark
-2
/
+2
2022-02-27
Auto merge of #94084 - Mark-Simulacrum:drop-sharded, r=cjgillot
bors
-2
/
+2
2022-02-23
rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission".
Eduard-Mihai Burtescu
-2
/
+2
2022-02-20
Move Sharded maps into each QueryCache impl
Mark Rousskov
-2
/
+2
2022-02-08
Switch QueryJobId to a single global counter
Mark Rousskov
-1
/
+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
-53
/
+13
2021-10-21
Do not depend on the stored value when trying to cache on disk.
Camille GILLOT
-4
/
+4
2021-10-20
Compute query vtable manually.
Camille GILLOT
-10
/
+18
2021-10-20
Make hash_result an Option.
Camille GILLOT
-13
/
+5
2021-10-03
Access StableHashingContext in rustc_query_system.
Camille GILLOT
-6
/
+5
2021-05-30
Reduce amount of function pointers.
Camille GILLOT
-9
/
+1
2021-05-02
Streamline try_start code
Mark Rousskov
-4
/
+0
2021-02-20
Move report_cycle to rustc_query_system.
Camille GILLOT
-5
/
+5
2021-02-20
Move Query to rustc_query_system.
Camille GILLOT
-4
/
+4
2021-02-20
Do not hold query key in Query.
Camille GILLOT
-1
/
+3
2021-02-19
Decouple QueryContext from DepContext.
Camille GILLOT
-2
/
+2
2021-02-19
Remove QueryAccessors::to_dep_node.
Camille GILLOT
-7
/
+0
2021-02-13
Separate the query cache from the query state.
Camille GILLOT
-2
/
+7
2021-02-08
Switch query descriptions to just String
Mark Rousskov
-2
/
+1
2020-10-22
Remove unused ProfileCategory.
Camille GILLOT
-2
/
+0
[next]