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-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
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-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
2021-04-29
Move iter_results to dyn FnMut rather than a generic
Mark Rousskov
-14
/
+14
2021-04-12
Introduce CompileMonoItem DepNode
bjorn3
-0
/
+5
2021-04-02
Auto merge of #83207 - oli-obk:valtree2, r=lcnr
bors
-0
/
+9
2021-03-31
Add a new normalization query just for mir constants
Oli Scherer
-0
/
+9
2021-03-30
Stream the dep-graph to a file.
Camille GILLOT
-4
/
+1
2021-03-29
Don't duplicate the extern providers once for each crate
bjorn3
-15
/
+13
2021-03-12
Implement valtree
Oli Scherer
-0
/
+9
2021-02-21
Simplify hashing.
Camille GILLOT
-2
/
+2
2021-02-20
Move print_query_stack to rustc_query_system.
Camille GILLOT
-33
/
+3
2021-02-20
Move report_cycle to rustc_query_system.
Camille GILLOT
-57
/
+7
2021-02-20
Move Query to rustc_query_system.
Camille GILLOT
-43
/
+16
2021-02-20
Do not hold query key in Query.
Camille GILLOT
-54
/
+62
2021-02-20
Access the session directly from DepContext.
Camille GILLOT
-15
/
+0
2021-02-19
Workaround rustdoc not honouring cfg(parallel_compiler).
Camille GILLOT
-4
/
+6
2021-02-19
Move the query system to rustc_query_impl.
Camille GILLOT
-0
/
+1632
[prev]