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
Age
Commit message (
Expand
)
Author
Lines
2021-08-05
use box->vec conversion API that doesn't reallocate
The8472
-1
/
+1
2021-08-05
use zeroed allocation instead of eagerly initializing the memory
The8472
-3
/
+4
2021-07-31
typo
Ralf Jung
-1
/
+1
2021-07-31
CTFE: throw unsupported error when partially overwriting a pointer
Ralf Jung
-23
/
+58
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
/
+30
2021-07-17
Auto merge of #87123 - RalfJung:miri-provenance-overhaul, r=oli-obk
bors
-288
/
+284
2021-07-17
Auto merge of #86761 - Alexhuszagh:master, r=estebank
bors
-1
/
+0
2021-07-17
Changed dec2flt to use the Eisel-Lemire algorithm.
Alex Huszagh
-1
/
+0
2021-07-16
avoid manual Debug impls by adding extra Provenance bounds to types
Ralf Jung
-3
/
+5
2021-07-16
add some comments regarding the two major quirks of our memory model
Ralf Jung
-1
/
+8
2021-07-16
get rid of incorrect erase_for_fmt
Ralf Jung
-57
/
+25
2021-07-15
tweak pointer out-of-bounds error message
Ralf Jung
-5
/
+15
2021-07-15
enable Miri to fix the bytes in an allocation (since ptr offsets have differe...
Ralf Jung
-16
/
+24
2021-07-15
adjustions and cleanup to make Miri build again
Ralf Jung
-53
/
+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
-1
/
+8
2021-07-14
use NonZeroU64 for AllocId to restore old type sizes
Ralf Jung
-6
/
+6
2021-07-14
consistently treat None-tagged pointers as ints; get rid of some deprecated S...
Ralf Jung
-82
/
+69
2021-07-14
CTFE/Miri engine Pointer type overhaul: make Scalar-to-Pointer conversion inf...
Ralf Jung
-188
/
+236
2021-07-12
remove remaining use of Pointer in Allocation API
Ralf Jung
-10
/
+9
2021-07-06
Rollup merge of #86685 - RalfJung:alloc-mut, r=oli-obk
Yuki Okushi
-0
/
+3
2021-07-02
Allocation failure in constprop panics right away
Smitty
-1
/
+4
2021-06-30
Delay ICE on evaluation fail
Smitty
-0
/
+5
2021-06-30
Note that even ConstProp follows the rules
Smittyvb
-2
/
+2
2021-06-30
Simplify memory failure checking
Smitty
-6
/
+0
2021-06-30
Rename is_spurious -> is_volatile
Smitty
-1
/
+1
2021-06-30
simplify explanation comment
Smittyvb
-9
/
+2
2021-06-29
Properly handle const prop failures
Smitty
-5
/
+14
2021-06-29
Add comment with reasoning for non-determinism
Smitty
-0
/
+9
2021-06-29
Simplify allocation creation
Smitty
-2
/
+1
2021-06-29
Make memory exhaustion a hard error
Smitty
-1
/
+2
2021-06-29
Support allocation failures when interperting MIR
Smitty
-6
/
+20
2021-06-28
double-check mutability inside Allocation
Ralf Jung
-0
/
+3
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-06-02
Miscellaneous inlining improvements
Tomasz Miąsko
-0
/
+1
2021-05-30
Emit a hard error when a panic occurs during const-eval
Aaron Hill
-2
/
+6
2021-05-23
fix comment
Ralf Jung
-1
/
+1
2021-05-23
support creating mutable allocations from byte slices
Ralf Jung
-4
/
+8
2021-05-18
add Align::ONE; add methods to access alloc.extra
Ralf Jung
-1
/
+1
2021-05-18
CTFE core engine allocation & memory API improvemenets
Ralf Jung
-221
/
+146
2021-05-17
Rollup merge of #85412 - RalfJung:c_str, r=oli-obk
Ralf Jung
-23
/
+0
2021-05-17
remove some functions that were only used by Miri
Ralf Jung
-23
/
+0
2021-05-17
remove size field from Allocation
Ralf Jung
-6
/
+5
2021-05-07
fix null pointer error messages
Ralf Jung
-8
/
+11
[prev]
[next]