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_mir
/
src
/
const_eval
/
eval_queries.rs
Age
Commit message (
Expand
)
Author
Lines
2021-09-07
Rename rustc_mir to rustc_const_eval.
Camille GILLOT
-399
/
+0
2021-09-07
Move the dataflow framework to its own crate.
Camille GILLOT
-1
/
+1
2021-09-02
rustc_target: move `LayoutOf` to `ty::layout`.
Eduard-Mihai Burtescu
-1
/
+2
2021-07-14
consistently treat None-tagged pointers as ints; get rid of some deprecated S...
Ralf Jung
-0
/
+2
2021-07-14
CTFE/Miri engine Pointer type overhaul: make Scalar-to-Pointer conversion inf...
Ralf Jung
-17
/
+15
2021-07-04
Combine individual limit queries into single `limits` query
Aaron Hill
-2
/
+2
2021-07-04
Query-ify global limit attribute handling
Aaron Hill
-2
/
+2
2021-06-29
Support allocation failures when interperting MIR
Smitty
-1
/
+1
2021-06-16
Move some hard error logic to InterpError
Smitty
-15
/
+17
2021-06-15
Use better error message for hard errors in CTFE
Smitty
-2
/
+3
2021-05-28
const eval errors: display the current item instance if there are generics in...
Rémy Rakic
-3
/
+15
2021-05-23
support creating mutable allocations from byte slices
Ralf Jung
-2
/
+3
2021-03-31
Add allocation information to undefined behaviour errors.
Hameer Abbasi
-0
/
+10
2021-02-25
fix review
klensy
-1
/
+1
2021-02-24
replaced some map_or with map_or_else
klensy
-1
/
+1
2021-02-20
Auto merge of #82124 - tmiasko:op-ty-ref, r=oli-obk
bors
-8
/
+8
2021-02-17
Reduce size of InterpErrorInfo to 8 bytes
Tomasz Miąsko
-1
/
+1
2021-02-16
Pass MPlaceTy by reference not value
Tomasz Miąsko
-4
/
+4
2021-02-16
Pass PlaceTy by reference not value
Tomasz Miąsko
-1
/
+1
2021-02-16
Pass OpTy by reference not value
Tomasz Miąsko
-3
/
+3
2021-02-13
Heat up the ICE-y error reporting
Ellen
-1
/
+1
2021-01-24
clean up some const error reporting around promoteds
Ralf Jung
-74
/
+28
2020-12-20
promoteds in statics may refer to statics
Ralf Jung
-2
/
+6
2020-12-20
validate promoteds
Ralf Jung
-19
/
+9
2020-12-11
add missing constraints
Tunahan Karlibas
-6
/
+10
2020-12-11
Remove unnecessary check and fix local_def_id parameter
Tunahan Karlibas
-11
/
+4
2020-12-09
Extra assertions in eval_body_using_ecx to disallow queries for
Tunahan Karlibas
-0
/
+7
2020-11-12
review comments
Vishnunarayan K I
-3
/
+2
2020-11-12
check mir exists before validation; fix tests
Vishnunarayan K I
-0
/
+7
2020-11-12
fix tests and formatting
Vishnunarayan K I
-1
/
+1
2020-11-12
add error_occured field to ConstQualifs, fix #76064
Vishnunarayan K I
-0
/
+5
2020-11-05
Rollup merge of #78742 - vn-ki:fix-issue-78655, r=oli-obk
Mara Bos
-1
/
+1
2020-11-04
make intern_const_alloc_recursive return error fix #78655
Vishnunarayan K I
-1
/
+1
2020-11-04
Replace `Scalar::zst` with a `Scalar::ZST` constant
oli
-1
/
+1
2020-11-04
s/Scalar::Raw/Scalar::Int
oli
-2
/
+2
2020-11-04
32 bit platforms don't have 64 bit pointers
Oliver Scherer
-2
/
+3
2020-11-04
Split the "raw integer bytes" part out of `Scalar`
Oliver Scherer
-2
/
+2
2020-10-26
interning cleanup: we no longer need to distinguish Const and ConstInner; we ...
Ralf Jung
-7
/
+8
2020-10-26
move UnsafeCell-in-const check from interning to validation
Ralf Jung
-8
/
+9
2020-10-26
ensure we intern all promoteds as InternKind::Promoted
Ralf Jung
-10
/
+7
2020-10-05
query_name_of_opt_const_arg -> query_name_opt_const_arg
Bastian Kauschke
-1
/
+1
2020-09-30
References to ZSTs may be at arbitrary aligned addresses
Oliver Scherer
-5
/
+5
2020-09-19
Reflect the "do not call this query directly" mentality in its name
Oliver Scherer
-3
/
+3
2020-09-19
Rustfmt
Oliver Scherer
-2
/
+2
2020-09-19
Address review comments
Oliver Scherer
-5
/
+5
2020-09-19
Unify the names of const eval queries and their return types
Oliver Scherer
-9
/
+9
2020-09-19
Rename const eval queries to reflect the validation changes
Oliver Scherer
-7
/
+7
2020-09-19
Replace `and_then` `map_err` `and_then` chain with a match
Oliver Scherer
-15
/
+16
2020-09-19
`turn_into_const` is infallible
Oliver Scherer
-11
/
+7
2020-09-19
Document `op_to_const`'s purpose
Oliver Scherer
-0
/
+2
[next]