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-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
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