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
/
memory.rs
Age
Commit message (
Expand
)
Author
Lines
2018-07-30
Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov
bors
-1
/
+1
2018-07-29
Sanity-check all constants
Oliver Schneider
-0
/
+1
2018-07-28
Don't format!() string literals
ljedrz
-1
/
+1
2018-07-04
Improve correctness of `Frame` and `Memory` equality
Dylan MacKenzie
-4
/
+2
2018-07-04
Revert "Refactor EvalContext stack and heap into inner struct"
Dylan MacKenzie
-17
/
+3
2018-07-04
Implement Clone, Eq and Hash for the heap and stack
Dylan MacKenzie
-3
/
+79
2018-07-04
Refactor EvalContext stack and heap into inner struct
Dylan MacKenzie
-2
/
+2
2018-07-02
Removed `uninitialized_statics` field from `Memory` struct in miri.
Alexander Regueiro
-77
/
+47
2018-07-01
Auto merge of #51110 - alexreg:new-static-eval-rules, r=eddyb
bors
-1
/
+5
2018-07-01
Auto merge of #51833 - wesleywiser:faster_large_constant_arrays, r=oli-obk
bors
-21
/
+51
2018-06-30
Fixed bug with miri const evaluation where allocation is recursively borrowed.
Alexander Regueiro
-1
/
+2
2018-06-30
Added miri error for evaluating foreign statics.
Alexander Regueiro
-0
/
+3
2018-06-30
Copy undef_masks correctly for repeated bytes
Wesley Wiser
-5
/
+9
2018-06-30
Fix relocations to include repeated values
Wesley Wiser
-7
/
+15
2018-06-29
Optimize `copy_undef_mask()` to use one pass
Wesley Wiser
-17
/
+8
2018-06-29
Optimize `copy_undef_mask()` by lifting some loop invariant operations
Wesley Wiser
-9
/
+18
2018-06-28
Merge `ConstVal` and `ConstValue`
Oliver Schneider
-6
/
+1
2018-06-28
Move everything over from `middle::const_val` to `mir::interpret`
Oliver Schneider
-1
/
+1
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
/
+22
2018-06-14
rustc: rename ty::maps to ty::query.
Eduard-Mihai Burtescu
-1
/
+1
2018-06-05
Properly report transitive errors
Oliver Schneider
-11
/
+5
2018-05-31
Update miri submodule
Oliver Schneider
-1
/
+1
2018-05-31
Don't invalidate one byte beyond the end
Oliver Schneider
-1
/
+1
2018-05-24
Remove dead code
Oliver Schneider
-3
/
+0
2018-05-24
Properly check defined bits range
Oliver Schneider
-2
/
+2
2018-05-24
primval -> scalar rename
Oliver Schneider
-4
/
+4
2018-05-24
change `Value::Bytes` to `Value::Bits`
Oliver Schneider
-15
/
+20
2018-05-24
Remove Pointer::zero in favor of Pointer::from
Oliver Schneider
-6
/
+3
2018-05-24
Rename MemoryPointer to Pointer
Oliver Schneider
-29
/
+29
2018-05-24
Eliminate the `Pointer` wrapper type
Oliver Schneider
-16
/
+16
2018-05-24
Rename ByVal(Pair) to Scalar(Pair)
Oliver Schneider
-7
/
+7
2018-05-24
Rename PrimVal to Scalar
Oliver Schneider
-17
/
+17
2018-05-24
Add constant for `Size::from_bytes(0)`
Oliver Schneider
-6
/
+6
2018-05-22
Use SortedMap instead of BTreeMap for relocations in MIRI.
Michael Woerister
-21
/
+21
2018-05-22
Introduce AllocType which indicates what AllocIds point to
John Kåre Alsaker
-43
/
+45
2018-05-22
Get rid of literal_alloc_cache
John Kåre Alsaker
-2
/
+2
2018-05-19
Use `Size` instead of `u64` in mir interpretation
Oliver Schneider
-83
/
+86
2018-05-11
Add a query to convert from ConstValue to Allocation
John Kåre Alsaker
-8
/
+42
2018-05-11
Introduce ConstValue and use it instead of miri's Value for constant values
John Kåre Alsaker
-51
/
+18
2018-04-26
Make dump_{alloc,allocs,local}() no-ops when tracing is disabled.
Nicholas Nethercote
-0
/
+6
2018-04-23
Fix the miri tool
Oliver Schneider
-3
/
+6
2018-04-05
Rollup merge of #49625 - bjorn3:miri_access_memory_kind, r=oli-obk
kennytm
-0
/
+4
2018-04-04
miri: add public alloc_kind accessor
bjorn3
-0
/
+4
2018-03-23
Replace uses of `Hash(Map|Set)` with `FxHash(Map|Set)` in miri
Oliver Schneider
-8
/
+9
2018-03-08
Address review comments
Oliver Schneider
-23
/
+9
2018-03-08
Decide signdedness on the layout instead of the type
Oliver Schneider
-13
/
+1
2018-03-08
Don't use the undefined bytes of PrimVal::Bytes
Oliver Schneider
-1
/
+4
2018-03-08
Const eval will oom together with rustc now
Oliver Schneider
-17
/
+0
2018-03-08
Report tcx errors with the span of the currently evaluating statement
Oliver Schneider
-3
/
+4
[next]