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
/
error.rs
Age
Commit message (
Expand
)
Author
Lines
2021-08-22
Fix typos “a”→“an”
Frank Steffahn
-1
/
+1
2021-07-31
typo
Ralf Jung
-1
/
+1
2021-07-31
CTFE: throw unsupported error when partially overwriting a pointer
Ralf Jung
-2
/
+8
2021-07-24
get rid of NoMirFor error variant
Ralf Jung
-3
/
+0
2021-07-18
miri: better ptr-out-of-bounds errors
Ralf Jung
-14
/
+16
2021-07-15
tweak pointer out-of-bounds error message
Ralf Jung
-5
/
+15
2021-07-14
remove unused error variant
Ralf Jung
-3
/
+0
2021-07-14
more precise message for the ptr access check on deref
Ralf Jung
-0
/
+3
2021-07-14
CTFE/Miri engine Pointer type overhaul: make Scalar-to-Pointer conversion inf...
Ralf Jung
-10
/
+12
2021-06-30
Simplify memory failure checking
Smitty
-6
/
+0
2021-06-30
Rename is_spurious -> is_volatile
Smitty
-1
/
+1
2021-06-29
Properly handle const prop failures
Smitty
-0
/
+6
2021-06-29
Make memory exhaustion a hard error
Smitty
-1
/
+2
2021-06-29
Support allocation failures when interperting MIR
Smitty
-0
/
+5
2021-06-18
make UB during CTFE a hard error
Ralf Jung
-0
/
+1
2021-06-17
Rollup merge of #86340 - Smittyvb:ctfe-hard-error-message, r=RalfJung
Yuki Okushi
-0
/
+10
2021-06-16
Move some hard error logic to InterpError
Smitty
-0
/
+10
2021-06-14
Improve documentation on `UndefinedBehaviorInfo::ValidationFailure`
Rémy Rakic
-0
/
+2
2021-06-13
Improve CTFE validation error message
Rémy Rakic
-4
/
+10
2021-06-13
Turn incorrect vtable size/alignment errors into hard const-UB errors
Rémy Rakic
-2
/
+10
2021-05-30
Emit a hard error when a panic occurs during const-eval
Aaron Hill
-2
/
+6
2021-05-18
CTFE core engine allocation & memory API improvemenets
Ralf Jung
-7
/
+7
2021-05-07
fix null pointer error messages
Ralf Jung
-8
/
+11
2021-05-06
use CheckInAllocMsg::PointerArithmeticTest for ptr_offset error
Ralf Jung
-0
/
+3
2021-05-04
Remove `rustc_middle::mir::interpret::CheckInAllocMsg::NullPointerTest`
hyd-dev
-5
/
+0
2021-05-02
Change 'NULL' to 'null'
Brent Kerby
-2
/
+2
2021-04-19
fix few typos
klensy
-1
/
+1
2021-04-08
Fix outdated crate names in compiler docs
pierwill
-1
/
+1
2021-03-06
Change x64 size checks to not apply to x32.
Harald van Dijk
-2
/
+2
2021-02-20
all InterpError allocate now, so adjust alloc-error-check
Ralf Jung
-13
/
+8
2021-02-17
Reduce size of InterpErrorInfo to 8 bytes
Tomasz Miąsko
-6
/
+22
2021-01-21
mir: Improve size_of handling when arg is unsized
Ömer Sinan Ağacan
-0
/
+3
2020-11-16
words
lcnr
-1
/
+1
2020-11-04
make intern_const_alloc_recursive return error fix #78655
Vishnunarayan K I
-3
/
+9
2020-09-23
Rollup merge of #76939 - lcnr:const-evaluatable-cont, r=oli-obk
Dylan DPC
-0
/
+6
2020-09-21
review
Bastian Kauschke
-0
/
+6
2020-09-19
Address review comments
Oliver Scherer
-2
/
+2
2020-09-19
Unify the names of const eval queries and their return types
Oliver Scherer
-2
/
+2
2020-08-30
mv compiler to compiler/
mark
-0
/
+474