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
/
src
/
librustc
/
mir
/
interpret
/
value.rs
Age
Commit message (
Expand
)
Author
Lines
2018-10-25
Remove is_null
Ralf Jung
-9
/
+1
2018-10-10
typos and spaces
Ralf Jung
-2
/
+2
2018-10-10
miri engine: basic support for pointer provenance tracking
Ralf Jung
-24
/
+44
2018-10-03
A handful of cleanups for rustc/mir
ljedrz
-2
/
+2
2018-09-30
move ScalarMaybeUndef into the miri engine
Ralf Jung
-93
/
+0
2018-09-30
do not normalize non-scalar constants to a ConstValue::ScalarPair
Ralf Jung
-6
/
+9
2018-09-08
Auto merge of #53903 - GabrielMajeri:opt-miri-array-slice, r=oli-obk
bors
-1
/
+1
2018-09-08
Optimize miri checking of integer array/slices
Gabriel Majeri
-1
/
+1
2018-09-03
Make vaious allocation related types generic on the allocation id
Bruno Dutra
-4
/
+4
2018-08-29
move some Scalar helpers from miri here, and use them where appropriate
Ralf Jung
-1
/
+96
2018-08-27
dedicated handling for binops on bool and char (UB if they are not valid)
Ralf Jung
-6
/
+19
2018-08-27
Miri Memory Work
Ralf Jung
-3
/
+81
2018-08-23
Add license header to CTFE/MIRI
Bernardo Meurer
-0
/
+10
2018-08-22
optimize creating a stack frame
Ralf Jung
-0
/
+2
2018-08-22
better error message when using NULL in to_ptr
Ralf Jung
-1
/
+2
2018-08-22
finally remove all traces of signs from memory
Ralf Jung
-1
/
+1
2018-08-22
miri/CTFE refactor
Ralf Jung
-123
/
+77
2018-08-19
Fix typos found by codespell.
Matthias Krüger
-1
/
+1
2018-08-03
Unify API of `Scalar` and `ScalarMaybeUndef`
Oliver Schneider
-2
/
+6
2018-08-02
Second field of ScalarPair can be undef in some cases
Oliver Schneider
-6
/
+5
2018-08-01
Address behaviour changing review comments
Oliver Schneider
-18
/
+0
2018-08-01
Address stylistic review comments and rebase fallout
Oliver Schneider
-3
/
+6
2018-08-01
Reintroduce `Undef` and properly check constant value sizes
Oliver Schneider
-85
/
+115
2018-07-03
Update outdated comment: ByVal -> Scalar.
Zach Wolfe
-2
/
+2
2018-06-28
Merge `ConstVal` and `ConstValue`
Oliver Schneider
-2
/
+10
2018-06-28
Fixup
Oliver Schneider
-8
/
+0
2018-06-28
Move everything over from `middle::const_val` to `mir::interpret`
Oliver Schneider
-0
/
+8
2018-05-25
Sanity abort `to_bits` if used on zsts
Oliver Schneider
-1
/
+1
2018-05-25
Update comment
Oliver Schneider
-1
/
+1
2018-05-24
Remove the last mention of `Undef`
Oliver Schneider
-1
/
+1
2018-05-24
Replace `ScalarKind` with `Primitive`
Oliver Schneider
-66
/
+0
2018-05-24
primval -> scalar rename
Oliver Schneider
-4
/
+4
2018-05-24
Formatting nit
Oliver Schneider
-1
/
+1
2018-05-24
change `Value::Bytes` to `Value::Bits`
Oliver Schneider
-88
/
+72
2018-05-24
Rename MemoryPointer to Pointer
Oliver Schneider
-8
/
+8
2018-05-24
Eliminate the `Pointer` wrapper type
Oliver Schneider
-52
/
+22
2018-05-24
Rename ByVal(Pair) to Scalar(Pair)
Oliver Schneider
-16
/
+16
2018-05-24
Rename PrimVal to Scalar
Oliver Schneider
-69
/
+69
2018-05-24
implement Ord for OutlivesPredicate and other types
toidiu
-4
/
+4
2018-05-19
Use `Size` instead of `u64` in mir interpretation
Oliver Schneider
-10
/
+10
2018-05-19
Go through an allocation when accessing fields of constants
Oliver Schneider
-4
/
+4
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-1
/
+1
2018-05-11
Introduce ConstValue and use it instead of miri's Value for constant values
John Kåre Alsaker
-1
/
+63
2018-03-08
Don't use the undefined bytes of PrimVal::Bytes
Oliver Schneider
-28
/
+0
2018-03-08
Produce instead of pointers
Oliver Schneider
-0
/
+10
2018-03-08
Add a variant to ConstVal for storing miri results
Oliver Schneider
-4
/
+4
2017-12-17
miri: use separate Pointer and Align instead of PtrAndAlign.
Eduard-Mihai Burtescu
-19
/
+1
2017-12-17
miri: track the Align instead of packedness in PtrAndAlign.
Eduard-Mihai Burtescu
-11
/
+3
2017-12-12
Move large chunks of miri from rustc::mir::interpret to rustc_mir::interpret
Oliver Schneider
-73
/
+22
2017-12-06
Update miri to rustc changes
Oliver Schneider
-23
/
+19
[prev]
[next]