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
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
2020-10-19
Remove <CTX: QueryContext> in a bunch of places.
Julian Wollersberger
-1
/
+1
2020-10-12
Remove generic argument from `QueryConfig`.
Julian Wollersberger
-4
/
+2
2020-08-30
mv compiler to compiler/
mark
-0
/
+133