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
Age
Commit message (
Expand
)
Author
Lines
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
Auto merge of #87515 - crlf0710:trait_upcasting_part2, r=bjorn3
bors
-0
/
+10
2021-08-03
Implement pointer casting.
Charles Lew
-0
/
+10
2021-07-29
rfc3052: Remove authors field from Cargo manifests
Jade
-1
/
+0
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
-37
/
+1250
2021-07-16
Add initial implementation of HIR-based WF checking for diagnostics
Aaron Hill
-0
/
+12
2021-07-06
Correct comments about untracked accesses.
Camille GILLOT
-1
/
+1
2021-06-25
rustc_query_impl: Remove unused dependencies
Josh Triplett
-7
/
+0
2021-06-15
Auto merge of #85154 - cjgillot:lessfn, r=bjorn3
bors
-79
/
+114
2021-06-04
Rollup merge of #85850 - bjorn3:less_feature_gates, r=jyn514
Yuki Okushi
-4
/
+0
2021-06-02
Restrict access to crate_name.
Camille GILLOT
-1
/
+1
2021-06-01
Revert "Reduce the amount of untracked state in TyCtxt"
Camille Gillot
-2
/
+2
2021-06-01
Auto merge of #85153 - cjgillot:qresolve, r=Aaron1011
bors
-2
/
+2
2021-05-31
Remove unused feature gates
bjorn3
-4
/
+0
2021-05-31
Auto merge of #85266 - cjgillot:hir-dep-clean, r=michaelwoerister
bors
-34
/
+1
2021-05-30
Correct comments about untracked accesses.
Camille GILLOT
-1
/
+1
2021-05-30
Restrict access to crate_name.
Camille GILLOT
-1
/
+1
2021-05-30
Only test if key is local.
Camille GILLOT
-76
/
+110
2021-05-30
Reduce amount of function pointers.
Camille GILLOT
-4
/
+5
2021-05-30
Auto merge of #85319 - cjgillot:query-simp, r=Mark-Simulacrum
bors
-20
/
+4
2021-05-27
Remove obsolete workaround.
Camille GILLOT
-34
/
+1
2021-05-15
Remove def_path_str.
Camille GILLOT
-5
/
+2
2021-05-15
Move key recovering into force_query.
Camille GILLOT
-15
/
+2
2021-05-12
Use () in dependency_formats.
Camille GILLOT
-0
/
+10
2021-05-01
Apply `--cfg parallel_compiler` when documenting
Joshua Nelson
-6
/
+4
[prev]
[next]