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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2018-10-23
fix typos in various places
Matthias Krüger
-1
/
+1
2018-10-21
Auto merge of #55125 - RalfJung:stacked-borrows, r=oli-obk
bors
-2
/
+6
2018-10-19
Prefer `Default::default` over `FxHash*::default` in struct constructors
Oliver Scherer
-2
/
+2
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-2
/
+2
2018-10-18
add support for storing extra data in an allocation
Ralf Jung
-2
/
+6
2018-10-10
miri engine: basic support for pointer provenance tracking
Ralf Jung
-18
/
+46
2018-10-01
Auto merge of #54693 - RalfJung:ctfe-scalar-pair-undef, r=oli-obk
bors
-1
/
+1
2018-09-30
move ScalarMaybeUndef into the miri engine
Ralf Jung
-1
/
+1
2018-09-29
don't elide lifetimes in paths in librustc/
Zack M. Davis
-2
/
+2
2018-09-08
Auto merge of #53903 - GabrielMajeri:opt-miri-array-slice, r=oli-obk
bors
-7
/
+14
2018-09-08
Optimize miri checking of integer array/slices
Gabriel Majeri
-7
/
+14
2018-09-03
Document snapshot.rs
Bruno Dutra
-0
/
+5
2018-09-03
Make vaious allocation related types generic on the allocation id
Bruno Dutra
-6
/
+6
2018-08-29
audit the relocations code, and clean it up a little
Ralf Jung
-1
/
+3
2018-08-29
move some Scalar helpers from miri here, and use them where appropriate
Ralf Jung
-1
/
+6
2018-08-27
Miri Memory Work
Ralf Jung
-7
/
+9
2018-08-23
Reflow and fixup comments
Bernardo Meurer
-1
/
+2
2018-08-23
Add license header to CTFE/MIRI
Bernardo Meurer
-0
/
+10
2018-08-22
finally remove all traces of signs from memory
Ralf Jung
-12
/
+20
2018-08-22
miri/CTFE refactor
Ralf Jung
-3
/
+3
2018-08-01
Reintroduce `Undef` and properly check constant value sizes
Oliver Schneider
-1
/
+1
2018-07-04
Derive Eq and Hash for types used in Miri's evaluator
Dylan MacKenzie
-1
/
+1
2018-07-01
Auto merge of #51833 - wesleywiser:faster_large_constant_arrays, r=oli-obk
bors
-0
/
+3
2018-06-29
Inline a few `UndefMask` methods.
Wesley Wiser
-0
/
+3
2018-06-28
Merge `ConstVal` and `ConstValue`
Oliver Schneider
-1
/
+1
2018-06-28
Move everything over from `middle::const_val` to `mir::interpret`
Oliver Schneider
-1
/
+4
2018-06-01
Remove outdated AllocId decoding function.
Michael Woerister
-42
/
+1
2018-06-01
Make const decoding from the incremental cache thread-safe.
Michael Woerister
-0
/
+169
2018-05-24
Replace `ScalarKind` with `Primitive`
Oliver Schneider
-1
/
+1
2018-05-24
Remove Pointer::zero in favor of Pointer::from
Oliver Schneider
-4
/
+7
2018-05-24
Rename MemoryPointer to Pointer
Oliver Schneider
-9
/
+9
2018-05-24
Eliminate the `Pointer` wrapper type
Oliver Schneider
-1
/
+1
2018-05-24
Rename PrimVal to Scalar
Oliver Schneider
-1
/
+1
2018-05-24
Add constant for `Size::from_bytes(0)`
Oliver Schneider
-2
/
+6
2018-05-24
implement Ord for OutlivesPredicate and other types
toidiu
-4
/
+4
2018-05-22
Use SortedMap instead of BTreeMap for relocations in MIRI.
Michael Woerister
-4
/
+34
2018-05-22
Introduce AllocType which indicates what AllocIds point to
John Kåre Alsaker
-22
/
+119
2018-05-19
Use `Size` instead of `u64` in mir interpretation
Oliver Schneider
-35
/
+36
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-1
/
+1
2018-05-11
Introduce ConstValue and use it instead of miri's Value for constant values
John Kåre Alsaker
-4
/
+58
2018-04-30
Unify MIR assert messages and const eval errors
Oliver Schneider
-1
/
+1
2018-04-30
Merge ConstMathError into EvalErrorKind
Oliver Schneider
-6
/
+6
2018-04-30
Remove the `rustc_const_math` crate
Oliver Schneider
-1
/
+1
2018-04-14
Get rid of redundant `HashSet`
Oliver Schneider
-1
/
+1
2018-04-14
Stop referring to statics' AllocIds directly
Oliver Schneider
-15
/
+6
2018-04-14
Don't recurse into allocations, use a global table instead
Oliver Schneider
-28
/
+20
2018-03-20
Encode/decode extern statics in metadata and incremental cache
Oliver Schneider
-0
/
+14
2018-03-16
Cleanup metadata and incremental cache processing of constants
Oliver Schneider
-1
/
+81
2018-03-08
Don't use the undefined bytes of PrimVal::Bytes
Oliver Schneider
-1
/
+1
2018-03-08
Simplify const prop checks through PlaceContext
Oliver Schneider
-1
/
+1
[next]