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
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
2022-02-16
Support pretty printing of invalid constants
Tomasz Miąsko
-0
/
+8
2022-01-22
Make `Decodable` and `Decoder` infallible.
Nicholas Nethercote
-15
/
+15
2022-01-15
initial revert
Ellen
-1
/
+1
2021-12-20
better name for AdjustForForeignAbiError error variant in InterpError
Ralf Jung
-4
/
+5
2021-12-20
CTFE eval_fn_call: use FnAbi to determine argument skipping and compatibility
Ralf Jung
-1
/
+5
2021-12-15
Remove `in_band_lifetimes` from `rustc_middle`
Aaron Hill
-4
/
+4
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-12-02
Auto merge of #91354 - fee1-dead:const_env, r=spastorino
bors
-0
/
+2
2021-12-01
remove static_assert_size on InterpError
b-naber
-3
/
+0
2021-12-01
implement version of normalize_erasing_regions that doesn't assume value is n...
b-naber
-1
/
+1
2021-11-29
Always use const param envs for const eval.
Oli Scherer
-0
/
+2
2021-11-06
use matches!() macro in more places
Matthias Krüger
-5
/
+5
2021-10-16
clippy::complexity changes
Matthias Krüger
-3
/
+3
2021-10-14
add dedicated error variant for writing the discriminant of an uninhabited en...
Ralf Jung
-0
/
+5
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
[next]