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
/
machine.rs
Age
Commit message (
Expand
)
Author
Lines
2018-09-09
miri loop detector hashing: fix enum hashing to also consider discriminant; d...
Ralf Jung
-7
/
+7
2018-09-03
Implement Hash in terms of HashStable for EvalSnapshot
Bruno Dutra
-2
/
+4
2018-08-29
make ptr_op finally reponsible for all ops involving pointers; make ValTy con...
Ralf Jung
-6
/
+4
2018-08-27
use associated const for machine controlling mutable statics
Ralf Jung
-14
/
+9
2018-08-27
allow Machine to hook into foreign statics; remove unused HasMemory trait
Ralf Jung
-11
/
+10
2018-08-27
Miri Memory Work
Ralf Jung
-56
/
+27
2018-08-23
Add license header to CTFE/MIRI
Bernardo Meurer
-0
/
+10
2018-08-22
miri/CTFE refactor
Ralf Jung
-12
/
+9
2018-08-19
mv (mod) codemap source_map
Donato Sciarra
-1
/
+1
2018-07-04
Move `Eq + Hash + Clone` bounds to `Machine`
Dylan MacKenzie
-1
/
+1
2018-07-04
Implement Clone, Eq and Hash for the heap and stack
Dylan MacKenzie
-1
/
+3
2018-05-24
Rename MemoryPointer to Pointer
Oliver Schneider
-2
/
+2
2018-05-24
Rename PrimVal to Scalar
Oliver Schneider
-4
/
+4
2018-05-19
Use `Size` instead of `u64` in mir interpretation
Oliver Schneider
-1
/
+2
2018-03-08
Allow writing mutable statics in miri by adding them to the Machine
Oliver Schneider
-1
/
+8
2018-03-08
Fully use miri in trans
Oliver Schneider
-12
/
+16
2018-01-05
miri: use AllocId instead of u64.
Eduard-Mihai Burtescu
-3
/
+3
2017-12-14
Move mir validation out of tree
Oliver Schneider
-2
/
+39
2017-12-12
Move large chunks of miri from rustc::mir::interpret to rustc_mir::interpret
Oliver Schneider
-0
/
+80