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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2021-07-18
Move OnDiskCache to rustc_query_impl.
Camille GILLOT
-329
/
+0
2021-07-06
Revert "Revert "Merge CrateDisambiguator into StableCrateId""
bjorn3
-1
/
+0
2021-07-04
Combine individual limit queries into single `limits` query
Aaron Hill
-1
/
+1
2021-07-04
Query-ify global limit attribute handling
Aaron Hill
-0
/
+1
2021-06-20
Make allocator_kind a query.
Camille GILLOT
-0
/
+1
2021-06-07
Revert "Merge CrateDisambiguator into StableCrateId"
bjorn3
-0
/
+1
2021-06-01
Remove StableVec.
Camille GILLOT
-1
/
+0
2021-06-01
Revert "Reduce the amount of untracked state in TyCtxt"
Camille Gillot
-1
/
+1
2021-05-30
Make allocator_kind a query.
Camille GILLOT
-0
/
+1
2021-05-30
Remove StableVec.
Camille GILLOT
-1
/
+0
2021-05-30
Merge CrateDisambiguator into StableCrateId
bjorn3
-1
/
+0
2021-05-22
Make THIR building a stealable query
LeSeulArtichaut
-0
/
+1
2021-05-11
improve diagnosts for GATs
b-naber
-1
/
+3
2021-05-11
Rollup merge of #84777 - jyn514:rustdoc-parallel, r=Mark-Simulacrum
Yuki Okushi
-0
/
+1
2021-05-01
Apply `--cfg parallel_compiler` when documenting
Joshua Nelson
-0
/
+1
2021-04-29
Split crate_hash from index_hir.
Camille GILLOT
-1
/
+0
2021-03-21
Improve error message for unassigned query provider
Rich Kadel
-2
/
+5
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
-28
/
+16
2021-02-19
Introduce a QueryEngine trait object.
Camille GILLOT
-3
/
+36
2021-02-19
Move query names and Providers to parent module.
Camille GILLOT
-1
/
+65
2021-02-19
Split DepKindStruct in two.
Camille GILLOT
-0
/
+1
2021-02-19
Use a QueryContext for try_mark_green.
Camille GILLOT
-0
/
+5
2021-02-19
Move definition of callbacks to parent module.
Camille GILLOT
-0
/
+88
2021-02-19
Move handle_deadlock where it is used.
Camille GILLOT
-4
/
+0
2021-02-19
Make alloc_self_profile_query_strings a standalone function.
Camille GILLOT
-1
/
+1
2021-02-19
Make QueryEngine opaque to TyCtxt.
Camille GILLOT
-0
/
+1
2021-02-19
Wrap TyCtxt inside a QueryCtxt for queries.
Camille GILLOT
-0
/
+1
2021-02-08
Switch query descriptions to just String
Mark Rousskov
-1
/
+0
2021-01-23
Iterate to encode def_kind.
Camille GILLOT
-0
/
+16
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
2020-12-04
Properly re-use def path hash in incremental mode
Aaron Hill
-1
/
+1
2020-11-14
Move Steal to rustc_data_structures.
Camille GILLOT
-1
/
+1
2020-10-22
Retire rustc_dep_node_try_load_from_on_disk_cache.
Camille GILLOT
-1
/
+23
2020-10-22
Retire rustc_dep_node_force.
Camille GILLOT
-13
/
+36
2020-10-22
Remove unused ProfileCategory.
Camille GILLOT
-1
/
+0
2020-09-19
Unify the names of const eval queries and their return types
Oliver Scherer
-1
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+220