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
/
step.rs
Age
Commit message (
Expand
)
Author
Lines
2018-04-17
Add a tracking issue for making the warning a lint
Oliver Schneider
-0
/
+1
2018-04-17
Don't abort const eval due to long running evals, just warn
Oliver Schneider
-7
/
+6
2018-03-25
Rollup merge of #49274 - oli-obk:slow_miri, r=michaelwoerister,eddyb
kennytm
-2
/
+2
2018-03-23
Simplify local accessors
Oliver Schneider
-2
/
+2
2018-03-22
Added UserAssertTy statement.
David Wood
-0
/
+2
2018-03-08
Step limit is now terminator limit
Oliver Schneider
-1
/
+2
2018-03-08
Report tcx errors with the span of the currently evaluating statement
Oliver Schneider
-0
/
+4
2018-03-08
Move the resource limits to the session in preparation for attributes configu...
Oliver Schneider
-1
/
+1
2018-03-08
Fully use miri in trans
Oliver Schneider
-234
/
+7
2018-01-05
miri: use AllocId instead of u64.
Eduard-Mihai Burtescu
-2
/
+2
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
-2
/
+2
2017-12-17
miri: track the Align instead of packedness in PtrAndAlign.
Eduard-Mihai Burtescu
-2
/
+2
2017-12-17
rustc: don't track whether layouts are "packed".
Eduard-Mihai Burtescu
-15
/
+3
2017-12-14
Move mir validation out of tree
Oliver Schneider
-2
/
+2
2017-12-12
Move large chunks of miri from rustc::mir::interpret to rustc_mir::interpret
Oliver Schneider
-0
/
+349