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
/
operator.rs
Age
Commit message (
Expand
)
Author
Lines
2019-03-30
Remove redundant imports
Fabian Drinck
-2
/
+0
2019-03-26
renames EvalContext to InterpretCx.
kenta7777
-3
/
+3
2019-03-15
rustc: remove fmt::{Debug,Display} from ty::TyKind.
Eduard-Mihai Burtescu
-1
/
+1
2019-02-13
make bin_op and unary_op APIs consistently work on ImmTy
Ralf Jung
-43
/
+30
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-11-05
miri: binary_op_val -> binary_op_imm
Ralf Jung
-4
/
+4
2018-11-02
Rename `Value` to `Immediate` for miri
Oliver Scherer
-9
/
+9
2018-10-10
miri engine: basic support for pointer provenance tracking
Ralf Jung
-18
/
+18
2018-09-20
move CTFE engine snapshot state out of miri engine into CTFE machine instance
Ralf Jung
-2
/
+2
2018-08-29
make ptr_op finally reponsible for all ops involving pointers; make ValTy con...
Ralf Jung
-13
/
+26
2018-08-29
move some Scalar helpers from miri here, and use them where appropriate
Ralf Jung
-27
/
+15
2018-08-28
restructure unary_op to also dispatch on type first; fix promotion with unary...
Ralf Jung
-42
/
+54
2018-08-28
address nits
Ralf Jung
-102
/
+149
2018-08-27
dedicated handling for binops on bool and char (UB if they are not valid)
Ralf Jung
-54
/
+94
2018-08-23
Fixup long code lines
Bernardo Meurer
-1
/
+2
2018-08-23
Add license header to CTFE/MIRI
Bernardo Meurer
-0
/
+10
2018-08-22
Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str}
varkor
-4
/
+4
2018-08-22
miri/CTFE refactor
Ralf Jung
-45
/
+26
2018-08-03
Remove some more unnecessary `mut`
Oliver Schneider
-1
/
+1
2018-08-01
Reintroduce `Undef` and properly check constant value sizes
Oliver Schneider
-36
/
+35
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