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-08-30
Don't hash the ctfe memory
Oliver Schneider
-3
/
+3
2018-07-30
Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov
bors
-1
/
+1
2018-07-29
Sanity-check all constants
Oliver Schneider
-110
/
+371
2018-07-28
Don't format!() string literals
ljedrz
-1
/
+1
2018-07-27
Use slices where a vector is not necessary
ljedrz
-1
/
+1
2018-07-23
Promoteds are statics and statics have a place, not just a value
Oliver Schneider
-15
/
+21
2018-07-18
Move the const casting code into its dedicated file
Oliver Schneider
-131
/
+145
2018-07-17
Pull out a statement that all match arms are executing
Oliver Schneider
-5
/
+4
2018-07-15
CTFE: use binary_op to compare integer with match disriminant
Ralf Jung
-4
/
+9
2018-07-04
Move `Eq + Hash + Clone` bounds to `Machine`
Dylan MacKenzie
-14
/
+6
2018-07-04
Avoid overflow in step counter
Dylan MacKenzie
-26
/
+27
2018-07-04
Rename `bloom` to `hashes`
Dylan MacKenzie
-10
/
+10
2018-07-04
Enable loop detector in step loop
Dylan MacKenzie
-13
/
+35
2018-07-04
Add an `InfiniteLoop` variant to `EvalErrorKind`
Dylan MacKenzie
-3
/
+3
2018-07-04
Improve correctness of `Frame` and `Memory` equality
Dylan MacKenzie
-12
/
+12
2018-07-04
Revert "Refactor EvalContext stack and heap into inner struct"
Dylan MacKenzie
-173
/
+131
2018-07-04
Add miri infinite loop detection
Dylan MacKenzie
-14
/
+71
2018-07-04
Implement Clone, Eq and Hash for the heap and stack
Dylan MacKenzie
-8
/
+170
2018-07-04
Refactor EvalContext stack and heap into inner struct
Dylan MacKenzie
-98
/
+110
2018-07-02
Removed `uninitialized_statics` field from `Memory` struct in miri.
Alexander Regueiro
-93
/
+64
2018-07-01
Auto merge of #51110 - alexreg:new-static-eval-rules, r=eddyb
bors
-3
/
+7
2018-07-01
Auto merge of #51833 - wesleywiser:faster_large_constant_arrays, r=oli-obk
bors
-25
/
+59
2018-06-30
Fixed bug with miri const evaluation where allocation is recursively borrowed.
Alexander Regueiro
-1
/
+2
2018-06-30
Added miri error for evaluating foreign statics.
Alexander Regueiro
-2
/
+5
2018-06-30
Copy undef_masks correctly for repeated bytes
Wesley Wiser
-5
/
+9
2018-06-30
Fix relocations to include repeated values
Wesley Wiser
-7
/
+15
2018-06-29
Optimize `copy_undef_mask()` to use one pass
Wesley Wiser
-17
/
+8
2018-06-29
Optimize `copy_undef_mask()` by lifting some loop invariant operations
Wesley Wiser
-9
/
+18
2018-06-28
Rollup merge of #51839 - oli-obk:const_shift_overflow, r=nikomatsakis
Mark Rousskov
-1
/
+2
2018-06-28
Merge `ConstVal` and `ConstValue`
Oliver Schneider
-56
/
+29
2018-06-28
Move everything over from `middle::const_val` to `mir::interpret`
Oliver Schneider
-6
/
+6
2018-06-28
Move the Lrc outside the error type and name the fields
Oliver Schneider
-9
/
+14
2018-06-28
Address review comments
Oliver Schneider
-2
/
+2
2018-06-28
Eliminate old CTFE's `ErrKind`
Oliver Schneider
-14
/
+10
2018-06-27
Don't use `ParamEnv::reveal_all()` if there is a real one available
Oliver Schneider
-1
/
+1
2018-06-27
Detect overflows of non u32 shifts
Oliver Schneider
-1
/
+2
2018-06-26
Speed up compilation of large constant arrays
Wesley Wiser
-8
/
+30
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
[next]