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
/
src
/
librustc_mir
/
interpret
/
validity.rs
Age
Commit message (
Expand
)
Author
Lines
2018-11-01
Fix wrong validation clasisfication of `Option<&T>::Some` values
Oliver Scherer
-1
/
+1
2018-10-23
fix typos in various places
Matthias Krüger
-2
/
+2
2018-10-21
Auto merge of #55125 - RalfJung:stacked-borrows, r=oli-obk
bors
-0
/
+4
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-1
/
+1
2018-10-18
comment on keeping validity in sync
Ralf Jung
-0
/
+4
2018-10-13
run-time validation: accept undef in int arrays, as we do for ints
Ralf Jung
-1
/
+6
2018-10-13
address nits
Ralf Jung
-1
/
+1
2018-10-13
validation: accept pointers in integer arrays
Ralf Jung
-4
/
+11
2018-10-13
Fix and test upvar name printing for validity
Ralf Jung
-10
/
+6
2018-10-13
foreign types: use size and align from layout
Ralf Jung
-2
/
+3
2018-10-13
seems like for generators we cannot access the freevars
Ralf Jung
-5
/
+9
2018-10-13
size_and_align_of can return no result for extern types
Ralf Jung
-1
/
+4
2018-10-13
fix validation around transmuting copy_op
Ralf Jung
-1
/
+3
2018-10-10
rename extra -> meta in place
Ralf Jung
-3
/
+3
2018-10-10
miri engine: basic support for pointer provenance tracking
Ralf Jung
-11
/
+12
2018-10-09
validity: check dynamic size, not static
Ralf Jung
-6
/
+2
2018-10-09
dont fail when validating non-local closures
Ralf Jung
-4
/
+8
2018-10-09
box is also a primitive type
Ralf Jung
-7
/
+7
2018-10-09
add fixme for potential perf optimization
Ralf Jung
-0
/
+3
2018-10-09
fix nits and handling of extern static
Ralf Jung
-16
/
+13
2018-10-09
unify handling of thin and fat pointers by moving primitive type handling out...
Ralf Jung
-194
/
+206
2018-10-09
For now, accept all data for integer types when not in const mode
Ralf Jung
-8
/
+10
2018-10-09
tidy up
Ralf Jung
-1
/
+1
2018-10-09
do not look at refs to external statics at all
Ralf Jung
-15
/
+22
2018-10-09
add machine option to validate things on every copy
Ralf Jung
-6
/
+15
2018-10-09
also validate everything that has a Scalar layout, to catch NonNull
Ralf Jung
-8
/
+86
2018-10-09
fix validating arrays of ZSTs
Ralf Jung
-5
/
+8
2018-10-09
switch validation of scalars to be type-driven
Ralf Jung
-99
/
+63
2018-10-09
check that entire ref is in-bounds before recursing; add macro for validation...
Ralf Jung
-76
/
+40
2018-10-09
miri validity: make recursive ref checking optional
Ralf Jung
-81
/
+116
2018-09-30
move ScalarMaybeUndef into the miri engine
Ralf Jung
-2
/
+2
2018-09-20
move CTFE engine snapshot state out of miri engine into CTFE machine instance
Ralf Jung
-1
/
+1
2018-09-08
Optimize miri checking of integer array/slices
Gabriel Majeri
-4
/
+53
2018-08-31
Added pointer checking to sanity checks
thedarkula
-0
/
+18
2018-08-29
move some Scalar helpers from miri here, and use them where appropriate
Ralf Jung
-2
/
+3
2018-08-28
address nits
Ralf Jung
-4
/
+10
2018-08-27
get rid of *most* of the fn call hack by honoring mir.spread_arg
Ralf Jung
-2
/
+2
2018-08-27
fix len() on non-array but array-layout types (e.g. SIMD)
Ralf Jung
-3
/
+3
2018-08-27
fix handling of unsized types in validation; validate str to be UTF-8
Ralf Jung
-38
/
+108
2018-08-27
validate enum discriminant whenever it is read
Ralf Jung
-18
/
+19
2018-08-27
switch validation to use operand, not mplace
Ralf Jung
-25
/
+27
2018-08-23
Fixup long code lines
Bernardo Meurer
-1
/
+4
2018-08-23
Reflow and fixup comments
Bernardo Meurer
-1
/
+2
2018-08-23
Add license header to CTFE/MIRI
Bernardo Meurer
-0
/
+10
2018-08-22
Fix rebase issues
varkor
-5
/
+5
2018-08-22
fix error reporting in validation
Ralf Jung
-6
/
+13
2018-08-22
fix validating fat pointers to user-defined unsized types
Ralf Jung
-53
/
+26
2018-08-22
fix a comment in validity
Ralf Jung
-1
/
+3
2018-08-22
fix validating fat raw pointers
Ralf Jung
-18
/
+25
2018-08-22
optimize sanity check path printing
Ralf Jung
-82
/
+97
[next]