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
/
operator.rs
Age
Commit message (
Expand
)
Author
Lines
2018-06-27
Detect overflows of non u32 shifts
Oliver Schneider
-1
/
+2
2018-05-24
Remove `ty_to_primitive`
Oliver Schneider
-6
/
+12
2018-05-24
Replace `ScalarKind` with `Primitive`
Oliver Schneider
-2
/
+2
2018-05-24
Get rid of `scalar_size`
Oliver Schneider
-5
/
+5
2018-05-24
primval -> scalar rename
Oliver Schneider
-5
/
+5
2018-05-24
change `Value::Bytes` to `Value::Bits`
Oliver Schneider
-22
/
+42
2018-05-24
Rename ByVal(Pair) to Scalar(Pair)
Oliver Schneider
-1
/
+1
2018-05-24
Rename PrimVal to Scalar
Oliver Schneider
-34
/
+34
2018-05-17
Make sure the float comparison output is consistent with the expected
kennytm
-7
/
+6
2018-04-30
Improve div by zero const eval errors
Oliver Schneider
-2
/
+4
2018-04-30
Merge ConstMathError into EvalErrorKind
Oliver Schneider
-1
/
+1
2018-04-30
Remove ConstFloat
Oliver Schneider
-27
/
+27
2018-04-30
Implement `PartialCmp` for `ConstFloat`
Oliver Schneider
-6
/
+6
2018-03-08
Correct the shift overflow check in miri
Oliver Schneider
-1
/
+1
2018-03-08
Decide signdedness on the layout instead of the type
Oliver Schneider
-12
/
+25
2018-03-08
Don't use the undefined bytes of PrimVal::Bytes
Oliver Schneider
-141
/
+116
2018-03-08
Fully use miri in trans
Oliver Schneider
-2
/
+20
2018-03-08
Produce instead of pointers
Oliver Schneider
-0
/
+5
2017-12-12
Move large chunks of miri from rustc::mir::interpret to rustc_mir::interpret
Oliver Schneider
-0
/
+267