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_const_eval
/
src
/
interpret
/
validity.rs
Age
Commit message (
Expand
)
Author
Lines
2022-09-29
Mark ignore(illustrative) on docs in compiler/rustc_const_eval/src/interpret/...
reez12g
-3
/
+3
2022-09-03
Auto merge of #101154 - RalfJung:validation-perf, r=oli-obk
bors
-4
/
+5
2022-08-30
Rollup merge of #101101 - RalfJung:read-pointer-as-bytes, r=oli-obk
Dylan DPC
-40
/
+32
2022-08-29
interpret: fix unnecessary allocation in validation visitor
Ralf Jung
-4
/
+5
2022-08-29
Rollup merge of #100897 - RalfJung:const-not-to-mutable, r=lcnr
Matthias Krüger
-27
/
+45
2022-08-28
validation should only catch UB errors
Ralf Jung
-17
/
+20
2022-08-27
interpret: make read-pointer-as-bytes *always* work in Miri
Ralf Jung
-23
/
+12
2022-08-26
make read_immediate error immediately on uninit, so ImmTy can carry initializ...
Ralf Jung
-89
/
+57
2022-08-26
remove some now-unnecessary parameters from check_bytes
Ralf Jung
-5
/
+1
2022-08-26
remove enforce_number_init machine hook that Miri no longer needs
Ralf Jung
-16
/
+8
2022-08-23
extra sanity check against consts pointing to mutable memory
Ralf Jung
-27
/
+45
2022-08-07
add -Zextra-const-ub-checks to enable more UB checking in const-eval
Ralf Jung
-0
/
+4
2022-07-30
Use LocalDefId for closures more
Cameron Steffen
-1
/
+1
2022-07-23
now we can make scalar_to_ptr a method on Scalar
Ralf Jung
-2
/
+2
2022-07-23
remove some provenance-related machine hooks that Miri no longer needs
Ralf Jung
-10
/
+8
2022-07-20
consistently use VTable over Vtable (matching stable stdlib API RawWakerVTable)
Ralf Jung
-1
/
+1
2022-07-20
make use of symbolic vtables in interpreter
Ralf Jung
-44
/
+7
2022-07-20
rename get_global_alloc to try_get_global_alloc
Ralf Jung
-1
/
+1
2022-07-19
interpret: rename Tag/PointerTag to Prov/Provenance
Ralf Jung
-25
/
+25
2022-07-14
interpret/validity: improve some comments
Ralf Jung
-2
/
+4
2022-07-13
Rollup merge of #99011 - oli-obk:UnsoundCell, r=eddyb
Dylan DPC
-1
/
+1
2022-07-11
interpret: refactor projection handling code
Ralf Jung
-8
/
+22
2022-07-07
`UnsafeCell` now has no niches, ever.
Oli Scherer
-1
/
+1
2022-07-06
interpret: use AllocRange in UninitByteAccess
Ralf Jung
-2
/
+2
2022-07-03
move Box mess handling into general visitor
Ralf Jung
-34
/
+6
2022-07-03
fix interpreter validity check on Box
Ralf Jung
-6
/
+28
2022-07-01
Factor out hir::Node::Binding
Cameron Steffen
-1
/
+1
2022-06-28
fix silly mistake
DrMeepster
-1
/
+1
2022-06-28
Validate all fields of box instead of validating allocator specifically
DrMeepster
-2
/
+2
2022-06-26
validate box's allocator
DrMeepster
-0
/
+3
2022-06-26
fix box with custom allocator in miri
DrMeepster
-1
/
+4
2022-06-05
validating the vtable can lead to Stacked Borrows errors
Ralf Jung
-0
/
+8
2022-05-19
fmt
Ralf Jung
-2
/
+1
2022-05-19
interpret/validity: separately control checking numbers for being init and no...
Ralf Jung
-9
/
+16
2022-05-17
interpret/validity: reject references to uninhabited types
Ralf Jung
-6
/
+11
2022-05-10
tighten sanity checks around Scalar and ScalarPair
Ralf Jung
-4
/
+5
2022-05-05
give it a scary name
Ralf Jung
-1
/
+1
2022-05-04
interpret: debug-check ScalarPair layout information
Ralf Jung
-18
/
+38
2022-04-17
ptr_get_alloc_id: don't return an actual Pointer
Ralf Jung
-1
/
+1
2022-04-07
interpret: err instead of ICE on size mismatches in to_bits_or_ptr_internal
Ralf Jung
-4
/
+4
2022-04-05
interp/validity: enforce Scalar::Initialized
Ralf Jung
-4
/
+22
2022-04-05
Auto merge of #94527 - oli-obk:undef_scalars, r=nagisa,erikdesjardin
bors
-2
/
+2
2022-04-05
Mark scalar layout unions so that backends that do not support partially init...
Oli Scherer
-2
/
+2
2022-04-03
tweak some function names
Ralf Jung
-1
/
+1
2022-04-03
interpret: remove MemoryExtra in favor of giving access to the Machine
Ralf Jung
-6
/
+6
2022-03-26
interpret: with enforce_number_validity, ensure integers are truly Scalar::In...
Ralf Jung
-3
/
+6
2022-03-22
interpret/validity: improve clarity
Ralf Jung
-3
/
+2
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-3
/
+3
2022-02-24
Miri fn ptr check: don't use conservative null check
Ralf Jung
-8
/
+11
2022-02-23
Miri: relax fn ptr check
Ralf Jung
-13
/
+18
[prev]
[next]