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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
mir
/
interpret
Age
Commit message (
Expand
)
Author
Lines
2018-08-22
Allow panicking with string literal messages inside constants
Oliver Schneider
-2
/
+10
2018-08-22
optimize creating a stack frame
Ralf Jung
-0
/
+2
2018-08-22
better error message when using NULL in to_ptr
Ralf Jung
-1
/
+2
2018-08-22
finally remove all traces of signs from memory
Ralf Jung
-13
/
+21
2018-08-22
miri/CTFE refactor
Ralf Jung
-126
/
+80
2018-08-19
Fix typos found by codespell.
Matthias Krüger
-1
/
+1
2018-08-03
Unify API of `Scalar` and `ScalarMaybeUndef`
Oliver Schneider
-2
/
+6
2018-08-02
Second field of ScalarPair can be undef in some cases
Oliver Schneider
-6
/
+5
2018-08-01
Address behaviour changing review comments
Oliver Schneider
-18
/
+0
2018-08-01
Address stylistic review comments and rebase fallout
Oliver Schneider
-3
/
+6
2018-08-01
Reintroduce `Undef` and properly check constant value sizes
Oliver Schneider
-86
/
+116
2018-07-29
Sanity-check all constants
Oliver Schneider
-1
/
+1
2018-07-11
Auto merge of #51702 - ecstatic-morse:infinite-loop-detection, r=oli-obk
bors
-1
/
+4
2018-07-04
Shorten error message and add link to test
Dylan MacKenzie
-2
/
+1
2018-07-04
Derive Eq and Hash for types used in Miri's evaluator
Dylan MacKenzie
-1
/
+1
2018-07-04
Explain reason behind error span
Dylan MacKenzie
-1
/
+3
2018-07-04
Add an `InfiniteLoop` variant to `EvalErrorKind`
Dylan MacKenzie
-0
/
+2
2018-07-03
Update outdated comment: ByVal -> Scalar.
Zach Wolfe
-2
/
+2
2018-07-01
Auto merge of #51110 - alexreg:new-static-eval-rules, r=eddyb
bors
-0
/
+3
2018-07-01
Auto merge of #51833 - wesleywiser:faster_large_constant_arrays, r=oli-obk
bors
-0
/
+3
2018-06-30
Minor refactoring.
Alexander Regueiro
-1
/
+1
2018-06-30
Added miri error for evaluating foreign statics.
Alexander Regueiro
-0
/
+3
2018-06-29
Inline a few `UndefMask` methods.
Wesley Wiser
-0
/
+3
2018-06-28
Turn the use of erroneous constants into errors again
Oliver Schneider
-1
/
+1
2018-06-28
Merge `ConstVal` and `ConstValue`
Oliver Schneider
-13
/
+11
2018-06-28
Fixup
Oliver Schneider
-8
/
+6
2018-06-28
Move everything over from `middle::const_val` to `mir::interpret`
Oliver Schneider
-2
/
+121
2018-06-28
Move the Lrc outside the error type and name the fields
Oliver Schneider
-1
/
+2
2018-06-28
Address review comments
Oliver Schneider
-2
/
+2
2018-06-28
Eliminate old CTFE's `ErrKind`
Oliver Schneider
-0
/
+7
2018-06-05
Properly report transitive errors
Oliver Schneider
-43
/
+37
2018-06-05
Refactor the const eval diagnostic API
Oliver Schneider
-0
/
+36
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-25
Sanity abort `to_bits` if used on zsts
Oliver Schneider
-1
/
+1
2018-05-25
Update comment
Oliver Schneider
-1
/
+1
2018-05-24
Remove the last mention of `Undef`
Oliver Schneider
-1
/
+1
2018-05-24
Replace `ScalarKind` with `Primitive`
Oliver Schneider
-67
/
+1
2018-05-24
primval -> scalar rename
Oliver Schneider
-4
/
+4
2018-05-24
Formatting nit
Oliver Schneider
-1
/
+1
2018-05-24
change `Value::Bytes` to `Value::Bits`
Oliver Schneider
-88
/
+72
2018-05-24
Remove Pointer::zero in favor of Pointer::from
Oliver Schneider
-4
/
+7
2018-05-24
Rename MemoryPointer to Pointer
Oliver Schneider
-24
/
+24
2018-05-24
Eliminate the `Pointer` wrapper type
Oliver Schneider
-53
/
+23
2018-05-24
Rename ByVal(Pair) to Scalar(Pair)
Oliver Schneider
-16
/
+16
2018-05-24
Rename PrimVal to Scalar
Oliver Schneider
-70
/
+70
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
-8
/
+8
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
[prev]
[next]