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-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
2018-03-08
Move the resource limits to the session in preparation for attributes configu...
Oliver Schneider
-2
/
+2
2018-03-08
Use Mutability enum instead of bool
Oliver Schneider
-2
/
+2
2018-03-08
Hide the RefCell inside InterpretInterner
Oliver Schneider
-14
/
+11
2018-03-08
Don't borrow the interpret_interner for anything but a direct function call
Oliver Schneider
-3
/
+2
2018-03-08
Additional sanity assertion
Oliver Schneider
-1
/
+3
2018-03-08
Add InterpretInterner to StableHashingContext for AllocId serialization
Oliver Schneider
-3
/
+3
2018-03-08
Fully use miri in trans
Oliver Schneider
-95
/
+49
2018-02-11
typo: correct endianess to endianness (this also changes function names!)
Matthias Krüger
-16
/
+16
2018-01-05
miri: use AllocId instead of u64.
Eduard-Mihai Burtescu
-42
/
+42
2017-12-17
miri: pass pointer alignments directly instead of contextually.
Eduard-Mihai Burtescu
-121
/
+71
2017-12-17
miri: use separate Pointer and Align instead of PtrAndAlign.
Eduard-Mihai Burtescu
-10
/
+4
2017-12-17
miri: track the Align instead of packedness in PtrAndAlign.
Eduard-Mihai Burtescu
-34
/
+32
2017-12-14
Move mir validation out of tree
Oliver Schneider
-401
/
+8
2017-12-12
Move large chunks of miri from rustc::mir::interpret to rustc_mir::interpret
Oliver Schneider
-0
/
+1534