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-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