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
/
keys.rs
Age
Commit message (
Expand
)
Author
Lines
2022-11-01
Move keys module.
Camille GILLOT
-585
/
+0
2022-10-07
Rewrite representability
Cameron Steffen
-0
/
+10
2022-10-01
Correct Key impl for HirId.
Camille GILLOT
-2
/
+2
2022-10-01
Compute `lint_levels` by definition
Deadbeef
-1
/
+17
2022-09-24
separate definitions and `HIR` owners
Takayuki Maeda
-0
/
+14
2022-09-24
Auto merge of #102064 - cjgillot:revert, r=Mark-Simulacrum
bors
-17
/
+0
2022-09-23
rename Unevaluated to UnevaluatedConst
b-naber
-1
/
+1
2022-09-22
Revert "Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk"
Camille GILLOT
-17
/
+0
2022-09-22
introduce mir::Unevaluated
b-naber
-1
/
+1
2022-09-14
Correct Key impl for HirId.
Camille GILLOT
-2
/
+2
2022-09-14
Compute `lint_levels` by definition
Deadbeef
-0
/
+17
2022-07-30
Use LocalDefId for closures more
Cameron Steffen
-0
/
+10
2022-07-14
Use constant eval to do strict validity checks
5225225
-1
/
+11
2022-05-08
Move lint expectation checking into a separate query (RFC 2383)
xFrednet
-0
/
+10
2022-04-21
implement (as of now still unused) query for valtree -> constvalue conversion
b-naber
-0
/
+11
2022-03-30
rework implementation for inherent impls for builtin types
lcnr
-0
/
+20
2022-02-15
Overhaul `Const`.
Nicholas Nethercote
-2
/
+2
2021-12-14
Remove `in_band_lifetimes` from `rustc_query_impl`
LegionMammal978
-1
/
+1
2021-10-07
Turn tcx.vtable_allocation() into a query.
Michael Woerister
-0
/
+11
2021-09-18
Querify `fn_abi_of_{fn_ptr,instance}`.
Eduard-Mihai Burtescu
-0
/
+22
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
-0
/
+17
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
-0
/
+13
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-20
Support HIR wf checking for function signatures
Aaron Hill
-2
/
+2
2021-07-16
Add initial implementation of HIR-based WF checking for diagnostics
Aaron Hill
-0
/
+12
2021-05-30
Only test if key is local.
Camille GILLOT
-73
/
+109
2021-05-12
Use () in dependency_formats.
Camille GILLOT
-0
/
+10
2021-03-31
Add a new normalization query just for mir constants
Oli Scherer
-0
/
+9
2021-03-12
Implement valtree
Oli Scherer
-0
/
+9
2021-02-19
Move the query system to rustc_query_impl.
Camille GILLOT
-0
/
+333