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-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
2018-08-22
optimize validation iterating over the elements of an array
Ralf Jung
-4
/
+5
2018-08-22
move validation to its own file
Ralf Jung
-0
/
+343