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_middle
/
src
/
mir
/
interpret
/
queries.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-15
Don't pass lint back out of lint decorator
Michael Goulet
-1
/
+1
2023-11-26
rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...
Vadim Petrochenkov
-1
/
+1
2023-09-14
don't point at const usage site for resolution-time errors
Ralf Jung
-6
/
+12
2023-09-14
move required_consts check to general post-mono-check function
Ralf Jung
-4
/
+4
2023-07-27
Remove `constness` from `ParamEnv`
Deadbeef
-7
/
+2
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-10
/
+10
2023-06-26
Make simd_shuffle_indices use valtrees
Oli Scherer
-17
/
+9
2023-06-14
add InlineConst check
James Dietz
-1
/
+4
2023-05-17
Finish move of query.rs
John Kåre Alsaker
-1
/
+2
2023-05-15
Suppress "erroneous constant used" for constants tainted by errors
Tomasz Miąsko
-2
/
+2
2023-04-20
Remove WithOptconstParam.
Camille GILLOT
-8
/
+8
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-1
/
+1
2022-11-16
cleanup and dedupe CTFE and Miri error reporting
Ralf Jung
-0
/
+4
2022-10-22
Auto merge of #103227 - lcnr:bye-bye-unevaluated-const, r=oli-obk
bors
-1
/
+25
2022-10-21
fix some typos
Rageking8
-1
/
+1
2022-10-18
`const_evaluatable_unchecked` to const eval
lcnr
-1
/
+25
2022-10-04
It's not about types or consts, but the lack of regions
Oli Scherer
-2
/
+2
2022-09-23
rename Unevaluated to UnevaluatedConst
b-naber
-3
/
+3
2022-09-22
introduce mir::Unevaluated
b-naber
-3
/
+7
2022-09-19
`DestructuredConst` split mir and ty
lcnr
-1
/
+1
2022-09-13
use ty::Unevaluated<'tcx, ()> in type system
b-naber
-2
/
+2
2022-07-06
Update TypeVisitor paths
Alan Egerton
-1
/
+1
2022-06-28
Improve pretty printing of valtrees for references
Dominik Stolz
-7
/
+1
2022-06-19
Use `ensure` for `UnusedBrokenConst`.
Camille GILLOT
-1
/
+34
2022-06-14
address review
b-naber
-20
/
+0
2022-06-14
address review
b-naber
-1
/
+1
2022-06-14
implement valtrees as the type-system representation for constant values
b-naber
-7
/
+73
2022-06-04
use precise spans for recursive const evaluation
Ralf Jung
-3
/
+16
2022-05-16
use GlobalId in eval_to_valtree query and introduce query for valtree_to_cons...
b-naber
-1
/
+12
2022-03-22
erase region in ParamEnvAnd and make ConstUnifyCtxt private
b-naber
-1
/
+4
2022-03-22
fix previous failures and address review
b-naber
-1
/
+1
2022-03-21
stall on on constants that contain infer vars in const_eval_resolve
b-naber
-0
/
+8
2022-03-07
Introduce `ConstAllocation`.
Nicholas Nethercote
-2
/
+2
2022-02-16
Support pretty printing of invalid constants
Tomasz Miąsko
-0
/
+8
2022-01-15
initial revert
Ellen
-1
/
+1
2021-12-12
Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk"
Deadbeef
-0
/
+2
2021-12-03
Revert "Auto merge of #91354 - fee1-dead:const_env, r=spastorino"
Santiago Pastorino
-2
/
+0
2021-11-29
Always use const param envs for const eval.
Oli Scherer
-0
/
+2
2021-08-26
make unevaluated const substs optional
lcnr
-1
/
+1
2021-03-20
update `const_eval_resolve`
lcnr
-6
/
+4
2021-02-14
param_env debugs are instrumental to rustc's success
Ellen
-1
/
+1
2021-02-13
debug!("paramenv={}paramenv={}paramenv={}paramenv={}")
Ellen
-0
/
+1
2020-11-16
compiler: fold by value
Bastian Kauschke
-1
/
+1
2020-09-19
Reflect the "do not call this query directly" mentality in its name
Oliver Scherer
-2
/
+2
2020-09-19
Unify the names of const eval queries and their return types
Oliver Scherer
-8
/
+8
2020-09-19
Rename const eval queries to reflect the validation changes
Oliver Scherer
-3
/
+3
2020-08-30
mv compiler to compiler/
mark
-0
/
+100