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-09-11
interpreter PointerArithmetic: use new Size helper methods
Ralf Jung
-8
/
+6
2021-08-26
Auto merge of #87280 - lcnr:lazy-anon-const-default-substs, r=nikomatsakis
bors
-1
/
+1
2021-08-26
make unevaluated const substs optional
lcnr
-1
/
+1
2021-08-25
use a peekable iterator to check the first chunk
Erik Desjardins
-3
/
+14
2021-08-25
yet more comment improvements
Erik Desjardins
-2
/
+7
2021-08-25
improve comments
Erik Desjardins
-9
/
+14
2021-08-25
put code in a more logical order
Erik Desjardins
-345
/
+350
2021-08-25
add comments
Erik Desjardins
-19
/
+119
2021-08-25
implement InitMaskCompressed using InitChunkIter, cleanup
Erik Desjardins
-23
/
+33
2021-08-25
optimize initialization checks
Erik Desjardins
-9
/
+102
2021-08-25
use undef for uninitialized bytes in constants
Erik Desjardins
-6
/
+55
2021-08-22
Fix typos “an”→“a” and a few different ones that appeared in the sa...
Frank Steffahn
-5
/
+5
2021-08-22
Fix typos “a”→“an”
Frank Steffahn
-3
/
+3
2021-08-05
replace Vec<u8> with Box<[u8]>
The8472
-5
/
+4
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
[next]