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_middle
/
src
/
ty
/
query
Age
Commit message (
Expand
)
Author
Lines
2021-02-19
Move the query system to rustc_query_impl.
Camille GILLOT
-1616
/
+18
2021-02-19
Introduce a QueryEngine trait object.
Camille GILLOT
-51
/
+89
2021-02-19
Make encode_query_results more generic.
Camille GILLOT
-7
/
+9
2021-02-19
Move query names and Providers to parent module.
Camille GILLOT
-71
/
+65
2021-02-19
Wrap QueryDescription into a macro.
Camille GILLOT
-3
/
+13
2021-02-19
Split DepKindStruct in two.
Camille GILLOT
-2
/
+142
2021-02-19
Use QueryCtxt in DepKindStruct.
Camille GILLOT
-2
/
+2
2021-02-19
Use a QueryContext for try_mark_green.
Camille GILLOT
-1
/
+95
2021-02-19
Select caching strategy per query.
Camille GILLOT
-70
/
+1
2021-02-19
Move definition of callbacks to parent module.
Camille GILLOT
-83
/
+88
2021-02-19
Move handle_deadlock where it is used.
Camille GILLOT
-29
/
+1
2021-02-19
Move try_load_from_on_disk_cache to the QueryContext.
Camille GILLOT
-1
/
+10
2021-02-19
Move try_print_query_stack to rustc_interface.
Camille GILLOT
-48
/
+38
2021-02-19
Make alloc_self_profile_query_strings a standalone function.
Camille GILLOT
-37
/
+40
2021-02-19
Make QueryEngine opaque to TyCtxt.
Camille GILLOT
-34
/
+62
2021-02-19
Opacify query invocation.
Camille GILLOT
-4
/
+16
2021-02-19
Wrap TyCtxt inside a QueryCtxt for queries.
Camille GILLOT
-34
/
+65
2021-02-19
Decouple the on-disk cache from the query engine.
Camille GILLOT
-9
/
+0
2021-02-19
Decouple QueryContext from DepContext.
Camille GILLOT
-2
/
+2
2021-02-19
Don't require a QueryContext to access the DepGraph.
Camille GILLOT
-5
/
+0
2021-02-19
Group logic about the Providers struct.
Camille GILLOT
-5
/
+5
2021-02-18
Print -Ztime-passes (and misc stats/logs) on stderr, not stdout.
Eduard-Mihai Burtescu
-11
/
+11
2021-02-16
avoid full-slicing slices
Matthias Krüger
-1
/
+1
2021-02-13
Check query cache before calling into the query engine.
Camille GILLOT
-3
/
+21
2021-02-13
Separate the query cache from the query state.
Camille GILLOT
-20
/
+26
2021-02-13
Introduce query_storage.
Camille GILLOT
-6
/
+9
2021-02-13
Introduce query_stored module.
Camille GILLOT
-8
/
+12
2021-02-13
Merge {get,ensure}_query.
Camille GILLOT
-2
/
+2
2021-02-09
Auto merge of #81905 - Dylan-DPC:rollup-mxpz1j7, r=Dylan-DPC
bors
-1
/
+23
2021-02-08
Switch query descriptions to just String
Mark Rousskov
-3
/
+2
2021-02-05
Revert "Auto merge of #79637 - spastorino:revert-trait-inheritance-self, r=Ma...
Santiago Pastorino
-1
/
+23
2021-01-25
Auto merge of #68828 - oli-obk:inline_cycle, r=wesleywiser
bors
-0
/
+11
2021-01-23
Prevent query cycles during inlining
oli
-0
/
+11
2021-01-23
Iterate to encode def_kind.
Camille GILLOT
-0
/
+16
2021-01-17
Impl EncodableWithShorthand for PredicateKind
Jack Huey
-0
/
+5
2021-01-16
Can't use EncodableWithShorthand for Predicate
Jack Huey
-5
/
+0
2021-01-13
Properly handle `SyntaxContext` of dummy spans in incr comp
Aaron Hill
-12
/
+20
2021-01-11
Serialize incr comp structures to file via fixed-size buffer
Tyson Nottingham
-36
/
+52
2021-01-08
Make force_from_dep_node a function pointer.
Camille GILLOT
-107
/
+1
2021-01-08
Make try_load_from_on_disk_cache a function pointer.
Camille GILLOT
-26
/
+0
2021-01-04
Auto merge of #80610 - Aaron1011:unhash-def-path-hash, r=varkor
bors
-8
/
+9
2021-01-01
rustc_serialize: specialize opaque decoding of some u8 sequences
Tyson Nottingham
-0
/
+9
2021-01-01
rustc_serialize: specialize opaque encoding of some u8 sequences
Tyson Nottingham
-0
/
+10
2021-01-01
Use `UnhashMap` whenever we have a key of `DefPathHash`
Aaron Hill
-8
/
+9
2020-12-23
Rollup merge of #80204 - pierwill:pierwill-rustcmiddle-ondisk, r=varkor
Guillaume Gomez
-2
/
+2
2020-12-19
docs: Edit rustc_middle::ty::query::on_disk_cache
pierwill
-2
/
+2
2020-12-18
OnDiskCache: avoid storing local def id hashes in foreign def id collection
Tyson Nottingham
-2
/
+4
2020-12-18
rustc_query_system: explicitly register reused dep nodes
Tyson Nottingham
-9
/
+25
2020-12-14
Remove unused `TyEncoder::tcx` required method
LeSeulArtichaut
-3
/
+0
2020-12-10
Use `def_path_hash_to_def_id` when re-using a `RawDefId`
Aaron Hill
-3
/
+21
[prev]
[next]