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
/
terminator
Age
Commit message (
Expand
)
Author
Lines
2018-07-29
Sanity-check all constants
Oliver Schneider
-1
/
+5
2018-07-27
Use slices where a vector is not necessary
ljedrz
-1
/
+1
2018-07-15
CTFE: use binary_op to compare integer with match disriminant
Ralf Jung
-4
/
+9
2018-06-04
Simplify value field access
Oliver Schneider
-26
/
+4
2018-06-02
Correctly access ScalarPair fields during const eval
Oliver Schneider
-58
/
+32
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-24
Get rid of `scalar_size`
Oliver Schneider
-1
/
+1
2018-05-24
primval -> scalar rename
Oliver Schneider
-5
/
+5
2018-05-24
change `Value::Bytes` to `Value::Bits`
Oliver Schneider
-5
/
+5
2018-05-24
Eliminate the `Pointer` wrapper type
Oliver Schneider
-1
/
+1
2018-05-24
Rename ByVal(Pair) to Scalar(Pair)
Oliver Schneider
-2
/
+2
2018-05-24
Rename PrimVal to Scalar
Oliver Schneider
-4
/
+4
2018-05-19
Use `Size` instead of `u64` in mir interpretation
Oliver Schneider
-1
/
+1
2018-05-08
Insert fields from TypeAndMut into TyRef to allow layout optimization
John Kåre Alsaker
-1
/
+1
2018-04-30
Improve div by zero const eval errors
Oliver Schneider
-0
/
+2
2018-04-30
Unify MIR assert messages and const eval errors
Oliver Schneider
-4
/
+5
2018-04-30
Merge ConstMathError into EvalErrorKind
Oliver Schneider
-3
/
+1
2018-04-26
rustc_target: move in syntax::abi and flip dependency.
Irina Popa
-1
/
+1
2018-04-23
Fix the miri tool
Oliver Schneider
-3
/
+1
2018-03-14
remove defaulting to unit
Andrew Cann
-1
/
+1
2018-03-13
`trans_apply_param_substs` => `subst_and_normalize_erasing_regions`
Niko Matsakis
-1
/
+5
2018-03-13
transition various normalization functions to the new methods
Niko Matsakis
-3
/
+12
2018-03-08
Address review comments
Oliver Schneider
-1
/
+1
2018-03-08
Report tcx errors with the span of the currently evaluating statement
Oliver Schneider
-6
/
+5
2018-03-08
Fully use miri in trans
Oliver Schneider
-2
/
+2
2018-03-08
Produce instead of pointers
Oliver Schneider
-2
/
+2
2018-02-05
mir: Add TerminatorKind::FalseUnwind
bobtwinkles
-0
/
+1
2017-12-21
Mir: Add Terminatorkind::Abort
David Henningsson
-0
/
+1
2017-12-18
normalize the results of `tcx.type_of` after substituting
Ariel Ben-Yehuda
-3
/
+1
2017-12-17
miri: pass pointer alignments directly instead of contextually.
Eduard-Mihai Burtescu
-1
/
+3
2017-12-17
miri: use separate Pointer and Align instead of PtrAndAlign.
Eduard-Mihai Burtescu
-9
/
+10
2017-12-17
miri: track the Align instead of packedness in PtrAndAlign.
Eduard-Mihai Burtescu
-6
/
+5
2017-12-12
Move large chunks of miri from rustc::mir::interpret to rustc_mir::interpret
Oliver Schneider
-0
/
+503