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-27
Don't use `ParamEnv::reveal_all()` if there is a real one available
Oliver Schneider
-1
/
+1
2018-06-14
rustc: rename ty::maps to ty::query.
Eduard-Mihai Burtescu
-2
/
+2
2018-06-05
Properly report transitive errors
Oliver Schneider
-23
/
+8
2018-06-05
Refactor the const eval diagnostic API
Oliver Schneider
-107
/
+32
2018-06-04
Simplify value field access
Oliver Schneider
-36
/
+27
2018-06-02
Correctly access ScalarPair fields during const eval
Oliver Schneider
-60
/
+34
2018-06-01
Auto merge of #51225 - oli-obk:miri_oob_ptr, r=eddyb
bors
-15
/
+30
2018-05-31
Rename num -> bits and num -> out_val
Linus Färnstrand
-6
/
+6
2018-05-31
Rename bytes -> bits
Linus Färnstrand
-8
/
+8
2018-05-31
Rewrite numeric_intrinsic without macro
Linus Färnstrand
-28
/
+11
2018-05-31
Make ctpop, cttz, ctlz and bswap const fns
Linus Färnstrand
-3
/
+60
2018-05-31
Update miri submodule
Oliver Schneider
-1
/
+1
2018-05-31
ScalarPair for two element tuples was treated wrongly in closure calls
Oliver Schneider
-12
/
+24
2018-05-31
Pull a layout computation out of a loop
Oliver Schneider
-1
/
+4
2018-05-31
Don't invalidate one byte beyond the end
Oliver Schneider
-1
/
+1
2018-05-31
Don't store the discriminant with the enum's type size
Oliver Schneider
-1
/
+1
2018-05-29
Review feedback: update fixme comment to reflect reality.
Felix S. Klock II
-3
/
+2
2018-05-29
rust-lang/rust#27282: Add `StatementKind::ReadForMatch` to MIR.
Felix S. Klock II
-0
/
+5
2018-05-24
Rename `amt` variables to `shift`
Oliver Schneider
-10
/
+10
2018-05-24
Remove dead code
Oliver Schneider
-3
/
+0
2018-05-24
Remove `ty_to_primitive`
Oliver Schneider
-13
/
+12
2018-05-24
Properly check defined bits range
Oliver Schneider
-2
/
+2
2018-05-24
Replace `ScalarKind` with `Primitive`
Oliver Schneider
-76
/
+9
2018-05-24
Get rid of `scalar_size`
Oliver Schneider
-12
/
+13
2018-05-24
Update outdated comment
Oliver Schneider
-1
/
+1
2018-05-24
primval -> scalar rename
Oliver Schneider
-58
/
+58
2018-05-24
Use the destination type size instead of the source type size
Oliver Schneider
-1
/
+1
2018-05-24
Use the target types bitsize instead of the source type's
Oliver Schneider
-6
/
+6
2018-05-24
change `Value::Bytes` to `Value::Bits`
Oliver Schneider
-104
/
+220
2018-05-24
Remove Pointer::zero in favor of Pointer::from
Oliver Schneider
-9
/
+5
2018-05-24
Rename MemoryPointer to Pointer
Oliver Schneider
-48
/
+48
2018-05-24
Eliminate the `Pointer` wrapper type
Oliver Schneider
-49
/
+48
2018-05-24
Rename ByVal(Pair) to Scalar(Pair)
Oliver Schneider
-57
/
+57
2018-05-24
Rename PrimVal to Scalar
Oliver Schneider
-145
/
+145
2018-05-24
Add constant for `Size::from_bytes(0)`
Oliver Schneider
-9
/
+9
2018-05-22
Use SortedMap instead of BTreeMap for relocations in MIRI.
Michael Woerister
-21
/
+21
2018-05-22
Auto merge of #50520 - Zoxc:alloc-misc, r=oli-obk
bors
-50
/
+54
2018-05-22
Introduce AllocType which indicates what AllocIds point to
John Kåre Alsaker
-47
/
+51
2018-05-22
Get rid of literal_alloc_cache
John Kåre Alsaker
-3
/
+3
2018-05-21
Auto merge of #50812 - kennytm:fix-50756-miri-bad-float-behavior, r=oli-obk
bors
-7
/
+6
2018-05-20
Auto merge of #50841 - oli-obk:promote_errors_to_panics, r=eddyb
bors
-10
/
+2
2018-05-19
Use `Size` instead of `u64` in mir interpretation
Oliver Schneider
-132
/
+135
2018-05-19
Keep statics' constant as ByRef
Oliver Schneider
-20
/
+44
2018-05-19
Go through an allocation when accessing fields of constants
Oliver Schneider
-18
/
+22
2018-05-19
Reintroduce some sanity checks
Oliver Schneider
-4
/
+7
2018-05-19
Ensure that statics are always ByRef
Oliver Schneider
-86
/
+59
2018-05-19
Release mode overflows should not cause const eval to error
Oliver Schneider
-10
/
+2
2018-05-17
Make sure the float comparison output is consistent with the expected
kennytm
-7
/
+6
2018-05-13
Fix conversion from Miri Value to ConstValue
John Kåre Alsaker
-56
/
+67
2018-05-11
Add a query to convert from ConstValue to Allocation
John Kåre Alsaker
-10
/
+69
[next]