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-09-15
keep around some information for dead allocations so that we can use it to ma...
Ralf Jung
-5
/
+46
2018-09-08
Auto merge of #53903 - GabrielMajeri:opt-miri-array-slice, r=oli-obk
bors
-14
/
+8
2018-09-08
Optimize miri checking of integer array/slices
Gabriel Majeri
-14
/
+8
2018-09-03
Impl Eq and PartialEq for EvalSnapshot in terms of the Snapshot trait
Bruno Dutra
-21
/
+0
2018-09-03
Implement Hash in terms of HashStable for EvalSnapshot
Bruno Dutra
-33
/
+1
2018-09-01
bug! instead of panic!
csmoe
-1
/
+1
2018-09-01
improve panic message
csmoe
-1
/
+1
2018-08-31
extract allocation info from byref
csmoe
-4
/
+7
2018-08-30
assert sanity in memory
Ralf Jung
-5
/
+4
2018-08-29
audit the relocations code, and clean it up a little
Ralf Jung
-22
/
+42
2018-08-29
refactor memory access methods a bit
Ralf Jung
-40
/
+47
2018-08-29
memory: make getting the alloc for a static an associate function for easier ...
Ralf Jung
-42
/
+42
2018-08-29
move some Scalar helpers from miri here, and use them where appropriate
Ralf Jung
-19
/
+15
2018-08-27
use associated const for machine controlling mutable statics
Ralf Jung
-29
/
+24
2018-08-27
get rid of FinishStatic hack from stack clenaup; const_eval can do that itself
Ralf Jung
-16
/
+5
2018-08-27
allow Machine to hook into foreign statics; remove unused HasMemory trait
Ralf Jung
-61
/
+52
2018-08-27
Miri Memory Work
Ralf Jung
-154
/
+114
2018-08-23
Fixed multi-line function signatures
Bernardo Meurer
-2
/
+6
2018-08-23
Small style fixes
Bernardo Meurer
-3
/
+3
2018-08-23
Fixup long code lines
Bernardo Meurer
-12
/
+35
2018-08-23
Reflow and fixup comments
Bernardo Meurer
-11
/
+18
2018-08-23
Add license header to CTFE/MIRI
Bernardo Meurer
-0
/
+10
2018-08-22
avoid some redundant alignment checks
Ralf Jung
-7
/
+18
2018-08-22
optimize validation iterating over the elements of an array
Ralf Jung
-16
/
+11
2018-08-22
finally remove all traces of signs from memory
Ralf Jung
-11
/
+7
2018-08-22
remove cur_frame from memory (validation is gone, new validation will not nee...
Ralf Jung
-8
/
+0
2018-08-22
miri/CTFE refactor
Ralf Jung
-59
/
+6
2018-08-19
Fix typos found by codespell.
Matthias Krüger
-1
/
+1
2018-08-03
Reintroduce alignment check
Oliver Schneider
-0
/
+1
2018-08-01
Address behaviour changing review comments
Oliver Schneider
-4
/
+11
2018-08-01
Address stylistic review comments and rebase fallout
Oliver Schneider
-4
/
+4
2018-08-01
Reintroduce `Undef` and properly check constant value sizes
Oliver Schneider
-30
/
+36
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
[next]