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-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
2017-09-29
Adjust imports to librustc::mir::interpret
Oliver Schneider
-1
/
+1
2017-09-29
Move miri base code to rustc::mir::interpret
Oliver Schneider
-0
/
+405
[prev]