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
/
eval_context.rs
Age
Commit message (
Expand
)
Author
Lines
2018-08-30
Don't hash the ctfe memory
Oliver Schneider
-3
/
+3
2018-07-29
Sanity-check all constants
Oliver Schneider
-70
/
+340
2018-07-23
Promoteds are statics and statics have a place, not just a value
Oliver Schneider
-13
/
+1
2018-07-18
Move the const casting code into its dedicated file
Oliver Schneider
-128
/
+2
2018-07-17
Pull out a statement that all match arms are executing
Oliver Schneider
-5
/
+4
2018-07-04
Move `Eq + Hash + Clone` bounds to `Machine`
Dylan MacKenzie
-8
/
+4
2018-07-04
Avoid overflow in step counter
Dylan MacKenzie
-13
/
+14
2018-07-04
Rename `bloom` to `hashes`
Dylan MacKenzie
-8
/
+8
2018-07-04
Enable loop detector in step loop
Dylan MacKenzie
-5
/
+10
2018-07-04
Add an `InfiniteLoop` variant to `EvalErrorKind`
Dylan MacKenzie
-3
/
+3
2018-07-04
Improve correctness of `Frame` and `Memory` equality
Dylan MacKenzie
-8
/
+10
2018-07-04
Revert "Refactor EvalContext stack and heap into inner struct"
Dylan MacKenzie
-121
/
+88
2018-07-04
Add miri infinite loop detection
Dylan MacKenzie
-9
/
+62
2018-07-04
Implement Clone, Eq and Hash for the heap and stack
Dylan MacKenzie
-2
/
+86
2018-07-04
Refactor EvalContext stack and heap into inner struct
Dylan MacKenzie
-63
/
+75
2018-07-02
Removed `uninitialized_statics` field from `Memory` struct in miri.
Alexander Regueiro
-7
/
+7
2018-07-01
Auto merge of #51833 - wesleywiser:faster_large_constant_arrays, r=oli-obk
bors
-4
/
+8
2018-06-28
Merge `ConstVal` and `ConstValue`
Oliver Schneider
-33
/
+12
2018-06-28
Move everything over from `middle::const_val` to `mir::interpret`
Oliver Schneider
-2
/
+2
2018-06-28
Address review comments
Oliver Schneider
-2
/
+2
2018-06-28
Eliminate old CTFE's `ErrKind`
Oliver Schneider
-2
/
+2
2018-06-26
Speed up compilation of large constant arrays
Wesley Wiser
-4
/
+8
2018-06-14
rustc: rename ty::maps to ty::query.
Eduard-Mihai Burtescu
-1
/
+1
2018-06-05
Properly report transitive errors
Oliver Schneider
-10
/
+2
2018-06-05
Refactor the const eval diagnostic API
Oliver Schneider
-75
/
+13
2018-05-31
Don't store the discriminant with the enum's type size
Oliver Schneider
-1
/
+1
2018-05-24
Rename `amt` variables to `shift`
Oliver Schneider
-6
/
+6
2018-05-24
Remove `ty_to_primitive`
Oliver Schneider
-7
/
+0
2018-05-24
Replace `ScalarKind` with `Primitive`
Oliver Schneider
-74
/
+7
2018-05-24
Get rid of `scalar_size`
Oliver Schneider
-5
/
+6
2018-05-24
Update outdated comment
Oliver Schneider
-1
/
+1
2018-05-24
primval -> scalar rename
Oliver Schneider
-34
/
+34
2018-05-24
change `Value::Bytes` to `Value::Bits`
Oliver Schneider
-30
/
+57
2018-05-24
Remove Pointer::zero in favor of Pointer::from
Oliver Schneider
-2
/
+1
2018-05-24
Rename MemoryPointer to Pointer
Oliver Schneider
-6
/
+6
2018-05-24
Eliminate the `Pointer` wrapper type
Oliver Schneider
-12
/
+12
2018-05-24
Rename ByVal(Pair) to Scalar(Pair)
Oliver Schneider
-27
/
+27
2018-05-24
Rename PrimVal to Scalar
Oliver Schneider
-44
/
+44
2018-05-24
Add constant for `Size::from_bytes(0)`
Oliver Schneider
-1
/
+1
2018-05-22
Introduce AllocType which indicates what AllocIds point to
John Kåre Alsaker
-2
/
+3
2018-05-22
Get rid of literal_alloc_cache
John Kåre Alsaker
-1
/
+1
2018-05-20
Auto merge of #50841 - oli-obk:promote_errors_to_panics, r=eddyb
bors
-10
/
+2
2018-05-19
Use `Size` instead of `u64` in mir interpretation
Oliver Schneider
-30
/
+29
2018-05-19
Keep statics' constant as ByRef
Oliver Schneider
-0
/
+14
2018-05-19
Go through an allocation when accessing fields of constants
Oliver Schneider
-2
/
+2
2018-05-19
Reintroduce some sanity checks
Oliver Schneider
-4
/
+0
2018-05-19
Release mode overflows should not cause const eval to error
Oliver Schneider
-10
/
+2
2018-05-11
Introduce ConstValue and use it instead of miri's Value for constant values
John Kåre Alsaker
-78
/
+93
2018-05-10
Auto merge of #50395 - Zoxc:small-tys, r=michaelwoerister
bors
-11
/
+16
2018-05-08
Insert fields from TypeAndMut into TyRef to allow layout optimization
John Kåre Alsaker
-11
/
+16
[next]