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
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-04-29
Move iter_results to dyn FnMut rather than a generic
Mark Rousskov
-14
/
+21
2021-03-27
lazily calls some fns
klensy
-1
/
+1
2021-03-22
Auto merge of #83376 - Dylan-DPC:rollup-s2fsjwj, r=Dylan-DPC
bors
-2
/
+5
2021-03-21
Improve error message for unassigned query provider
Rich Kadel
-2
/
+5
2021-03-19
Remove FingerprintEncoder/Decoder.
Camille GILLOT
-13
/
+0
2021-03-19
Move raw bytes handling to Encoder/Decoder.
Camille GILLOT
-0
/
+1
2021-03-18
Move IntEncodedWithFixedSize to rustc_serialize.
Camille GILLOT
-37
/
+1
2021-03-16
Auto merge of #82936 - oli-obk:valtree, r=RalfJung,lcnr,matthewjasper
bors
-1
/
+1
2021-03-14
Don't encode file information for span with a dummy location
Aaron Hill
-3
/
+3
2021-03-12
Implement valtree
Oli Scherer
-1
/
+1
2021-02-19
Workaround rustdoc not honouring cfg(parallel_compiler).
Camille GILLOT
-1
/
+0
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
[next]