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_impl
/
src
Age
Commit message (
Expand
)
Author
Lines
2021-10-23
Build the query vtable directly.
Camille GILLOT
-38
/
+31
2021-10-21
Do not depend on the stored value when trying to cache on disk.
Camille GILLOT
-2
/
+2
2021-10-20
Build jump table at runtime.
Camille GILLOT
-59
/
+71
2021-10-20
Invoke callbacks from rustc_middle.
Camille GILLOT
-34
/
+2
2021-10-20
Merge two query callbacks arrays.
Camille GILLOT
-67
/
+34
2021-10-20
Make hash_result an Option.
Camille GILLOT
-12
/
+6
2021-10-20
Move def_path_hash_to_def_id to rustc_middle.
Camille GILLOT
-18
/
+1
2021-10-15
allow `potential_query_instability` everywhere
lcnr
-0
/
+1
2021-10-11
Remove built-in cache_hit tracking
Mark Rousskov
-27
/
+0
2021-10-09
Auto merge of #89343 - Mark-Simulacrum:no-args-queries, r=cjgillot
bors
-3
/
+4
2021-10-08
Auto merge of #89619 - michaelwoerister:incr-vtables, r=nagisa
bors
-0
/
+11
2021-10-07
Turn tcx.vtable_allocation() into a query.
Michael Woerister
-0
/
+11
2021-10-06
Query the fingerprint style during key reconstruction
Mark Rousskov
-3
/
+4
2021-10-06
Do not re-hash foreign spans.
Camille GILLOT
-11
/
+16
2021-10-06
Access Session while decoding expn_id.
Camille GILLOT
-1
/
+6
2021-10-05
Auto merge of #89266 - cjgillot:session-ich, r=michaelwoerister
bors
-2
/
+1
2021-10-03
Access StableHashingContext in rustc_query_system.
Camille GILLOT
-1
/
+0
2021-10-03
Remove re-export.
Camille GILLOT
-2
/
+2
2021-10-02
Prevent macro ambiguity errors
bjorn3
-13
/
+13
2021-09-21
Disable visible path calculation for PrettyPrinter in Ok path of compiler
Alik Aslanyan
-2
/
+5
2021-09-19
Auto merge of #88575 - eddyb:fn-abi-queries, r=nagisa
bors
-0
/
+22
2021-09-18
Querify `fn_abi_of_{fn_ptr,instance}`.
Eduard-Mihai Burtescu
-0
/
+22
2021-09-14
Replace cnum_map with tcx.stable_crate_id_to_crate_num() in OnDiskCache.
Michael Woerister
-32
/
+7
2021-09-14
Fix up comment about OnDiskCache::foreign_expn_data.
Michael Woerister
-2
/
+4
2021-09-14
Make DefPathHash->DefId panic for if the mapping fails.
Michael Woerister
-10
/
+3
2021-09-14
Remove RawDefId tracking infrastructure from incr. comp. framework.
Michael Woerister
-76
/
+3
2021-09-14
Store DefPathHash->DefIndex map in on-disk-hash-table format in crate metadata.
Michael Woerister
-72
/
+14
2021-09-12
Rollup merge of #88709 - BoxyUwU:thir-abstract-const, r=lcnr
Manish Goregaokar
-1
/
+2
2021-09-10
Rename decode to data_untracked.
Camille GILLOT
-3
/
+4
2021-09-10
Track span dependency using a callback.
Camille GILLOT
-3
/
+3
2021-09-10
Encode spans relative to their parent.
Camille GILLOT
-12
/
+36
2021-09-10
Keep a parent LocalDefId in SpanData.
Camille GILLOT
-1
/
+1
2021-09-09
rename mir -> thir around abstract consts
Ellen
-1
/
+2
2021-09-06
Auto merge of #83214 - cjgillot:dep-map, r=michaelwoerister
bors
-23
/
+35
2021-09-05
Add query `own_existential_vtable_entries`
Gary Guo
-0
/
+10
2021-09-01
Auto merge of #88121 - camelid:better-recursive-alias-error, r=estebank
bors
-1
/
+45
2021-08-29
Retrieve `DefKind` from HIR map to reduce chance of cycles
Noah Lev
-4
/
+6
2021-08-28
Comment drop_serialized_data.
Camille GILLOT
-0
/
+5
2021-08-28
Drop the query result memmap before serializing it back.
Camille GILLOT
-25
/
+27
2021-08-28
Mmap the incremental data instead of reading it.
Camille GILLOT
-5
/
+10
2021-08-27
Note that trait aliases cannot be recursive
Noah Lev
-0
/
+4
2021-08-27
Note that type aliases cannot be recursive
Noah Lev
-1
/
+39
2021-08-26
shrink `ty::PredicateKind` again
lcnr
-1
/
+1
2021-08-26
use `ty::Unevaluated` instead of def substs pair
lcnr
-8
/
+3
2021-08-18
Fold `vtable_trait_upcasting_coercion_new_vptr_slot` logic into obligation pr...
Charles Lew
-0
/
+10
2021-08-03
Implement pointer casting.
Charles Lew
-0
/
+10
2021-07-25
Create `QuerySideEffects` and use it for diagnostics
Aaron Hill
-58
/
+49
2021-07-20
Support HIR wf checking for function signatures
Aaron Hill
-2
/
+2
2021-07-18
Remove deadlock virtual call.
Camille GILLOT
-6
/
+5
2021-07-18
Move OnDiskCache to rustc_query_impl.
Camille GILLOT
-36
/
+1245
[prev]
[next]