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-10-18
don't do any work towards ptr provenance in const mode
Ralf Jung
-0
/
+5
2018-10-18
add 'raw reference' to the machine hook, and use that in ptr-to-raw casts
Ralf Jung
-1
/
+2
2018-10-18
Forward entire ptr used for dealloaction to machine
Ralf Jung
-1
/
+1
2018-10-18
repeat after me: Clone, Copy, Debug
Ralf Jung
-0
/
+1
2018-10-18
also hook dereferencing
Ralf Jung
-5
/
+14
2018-10-18
provide machine hooks for creating references and accessing memory
Ralf Jung
-6
/
+46
2018-10-18
give machine more control over what counts as memory leak
Ralf Jung
-1
/
+6
2018-10-18
add support for storing extra data in an allocation
Ralf Jung
-12
/
+14
2018-10-13
make ENFORCE_VALIDITY a function
Ralf Jung
-1
/
+1
2018-10-10
more comments for these sublte games we are playing with allocations in the m...
Ralf Jung
-2
/
+4
2018-10-10
abstract mono_hash_map through a trait, only miri actually needs the fancy one
Ralf Jung
-5
/
+46
2018-10-10
fix typos
Ralf Jung
-1
/
+1
2018-10-10
miri engine: basic support for pointer provenance tracking
Ralf Jung
-14
/
+35
2018-10-09
add machine option to validate things on every copy
Ralf Jung
-0
/
+3
2018-09-20
move CTFE engine snapshot state out of miri engine into CTFE machine instance
Ralf Jung
-13
/
+15
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