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
Age
Commit message (
Expand
)
Author
Lines
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
2018-05-19
Use `Size` instead of `u64` in mir interpretation
Oliver Schneider
-52
/
+54
2018-05-19
Go through an allocation when accessing fields of constants
Oliver Schneider
-4
/
+4
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-2
/
+2
2018-05-11
Introduce ConstValue and use it instead of miri's Value for constant values
John Kåre Alsaker
-5
/
+121
2018-04-30
Unify MIR assert messages and const eval errors
Oliver Schneider
-15
/
+26
2018-04-30
Merge ConstMathError into EvalErrorKind
Oliver Schneider
-58
/
+26
2018-04-30
Remove the `rustc_const_math` crate
Oliver Schneider
-2
/
+39
2018-04-15
Auto merge of #49947 - oli-obk:turing_complete_const_eval, r=nagisa
bors
-3
/
+0
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-04-13
Don't abort const eval due to long running evals, just warn
Oliver Schneider
-3
/
+0
2018-03-20
Encode/decode extern statics in metadata and incremental cache
Oliver Schneider
-0
/
+14
2018-03-19
Auto merge of #49079 - oli-obk:cross_miri, r=michaelwoerister
bors
-1
/
+81
2018-03-16
Cleanup metadata and incremental cache processing of constants
Oliver Schneider
-1
/
+81
2018-03-16
Only generate miri backtraces if explicitly requested
Oliver Schneider
-1
/
+1
2018-03-08
Don't use the undefined bytes of PrimVal::Bytes
Oliver Schneider
-29
/
+1
2018-03-08
Const eval will oom together with rustc now
Oliver Schneider
-10
/
+0
2018-03-08
Step limit is now terminator limit
Oliver Schneider
-1
/
+1
2018-03-08
Const eval error refactoring
Oliver Schneider
-0
/
+5
2018-03-08
Add stack traces to miri errors
Oliver Schneider
-5
/
+4
2018-03-08
Simplify const prop checks through PlaceContext
Oliver Schneider
-1
/
+1
2018-03-08
Reduce noise in error reporting
Oliver Schneider
-1
/
+1
2018-03-08
Use Mutability enum instead of bool
Oliver Schneider
-3
/
+6
2018-03-08
Wrap the miri ErrorKind in an Rc to reduce work in queries
Oliver Schneider
-4
/
+5
2018-03-08
Add InterpretInterner to StableHashingContext for AllocId serialization
Oliver Schneider
-0
/
+2
2018-03-08
Fully use miri in trans
Oliver Schneider
-2
/
+5
2018-03-08
Produce instead of pointers
Oliver Schneider
-0
/
+10
2018-03-08
Add miri errors to the const eval error enum
Oliver Schneider
-12
/
+4
2018-03-08
Add a variant to ConstVal for storing miri results
Oliver Schneider
-8
/
+11
[next]