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
/
error.rs
Age
Commit message (
Expand
)
Author
Lines
2018-04-17
Don't abort const eval due to long running evals, just warn
Oliver Schneider
-3
/
+0
2018-03-16
Only generate miri backtraces if explicitly requested
Oliver Schneider
-1
/
+1
2018-03-08
Const eval will oom together with rustc now
Oliver Schneider
-10
/
+0
2018-03-08
Step limit is now terminator limit
Oliver Schneider
-1
/
+1
2018-03-08
Const eval error refactoring
Oliver Schneider
-0
/
+5
2018-03-08
Add stack traces to miri errors
Oliver Schneider
-5
/
+4
2018-03-08
Reduce noise in error reporting
Oliver Schneider
-1
/
+1
2018-03-08
Wrap the miri ErrorKind in an Rc to reduce work in queries
Oliver Schneider
-4
/
+5
2018-03-08
Fully use miri in trans
Oliver Schneider
-2
/
+2
2018-03-08
Add miri errors to the const eval error enum
Oliver Schneider
-12
/
+4
2018-03-02
Run Rustfix on librustc
Manish Goregaokar
-2
/
+2
2017-12-06
Update miri to rustc changes
Oliver Schneider
-2
/
+11
2017-09-29
Adjust imports to librustc::mir::interpret
Oliver Schneider
-2
/
+2
2017-09-29
Move miri base code to rustc::mir::interpret
Oliver Schneider
-0
/
+313