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-07-23
Encode SourceFile source crate as StableCrateId in incr. comp. OnDiskCache.
Michael Woerister
-5
/
+33
2021-07-23
Access stable_crate_id directly.
Camille GILLOT
-2
/
+1
2021-07-23
Do not store crate in latest_foreign_def_path_hashes.
Camille GILLOT
-7
/
+0
2021-07-23
Encode CrateNum using the StableCrateId for incr. comp.
Camille GILLOT
-64
/
+37
2021-06-08
Do not require the DefPathTable to construct the on-disk cache.
Camille GILLOT
-21
/
+3
2021-06-07
Revert "Merge CrateDisambiguator into StableCrateId"
bjorn3
-10
/
+14
2021-06-02
Auto merge of #85905 - cjgillot:one-trait-map, r=Aaron1011
bors
-1
/
+0
2021-06-01
Auto merge of #85829 - bjorn3:simplify_crate_num, r=jackh726
bors
-2
/
+1
2021-06-01
Remove StableVec.
Camille GILLOT
-1
/
+0
2021-06-01
Revert "Reduce the amount of untracked state in TyCtxt"
Camille Gillot
-6
/
+2
2021-05-30
Make allocator_kind a query.
Camille GILLOT
-0
/
+1
2021-05-30
Remove StableVec.
Camille GILLOT
-1
/
+0
2021-05-30
Make resolutions a query.
Camille GILLOT
-1
/
+5
2021-05-30
Remove CrateNum::ReservedForIncrCompCache
bjorn3
-2
/
+1
2021-05-30
Merge CrateDisambiguator into StableCrateId
bjorn3
-14
/
+10
2021-05-22
Make THIR building a stealable query
LeSeulArtichaut
-0
/
+1
2021-05-12
Use () for lang items.
Camille GILLOT
-1
/
+1
2021-05-12
Auto merge of #83610 - bjorn3:driver_cleanup, r=cjgillot
bors
-13
/
+7
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-02
Let load_query_result_cache take a &DefPathTable
bjorn3
-13
/
+7
2021-05-01
Auto merge of #83114 - cjgillot:hop, r=eddyb
bors
-1
/
+0
2021-05-01
Apply `--cfg parallel_compiler` when documenting
Joshua Nelson
-0
/
+1
2021-04-29
Move iter_results to dyn FnMut rather than a generic
Mark Rousskov
-14
/
+21
2021-04-29
Split crate_hash from index_hir.
Camille GILLOT
-1
/
+0
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
[next]