summary refs log tree commit diff
path: root/src/librustc/mir/interpret/error.rs
AgeCommit message (Expand)AuthorLines
2018-04-17Don't abort const eval due to long running evals, just warnOliver Schneider-3/+0
2018-03-16Only generate miri backtraces if explicitly requestedOliver Schneider-1/+1
2018-03-08Const eval will oom together with rustc nowOliver Schneider-10/+0
2018-03-08Step limit is now terminator limitOliver Schneider-1/+1
2018-03-08Const eval error refactoringOliver Schneider-0/+5
2018-03-08Add stack traces to miri errorsOliver Schneider-5/+4
2018-03-08Reduce noise in error reportingOliver Schneider-1/+1
2018-03-08Wrap the miri ErrorKind in an Rc to reduce work in queriesOliver Schneider-4/+5
2018-03-08Fully use miri in transOliver Schneider-2/+2
2018-03-08Add miri errors to the const eval error enumOliver Schneider-12/+4
2018-03-02Run Rustfix on librustcManish Goregaokar-2/+2
2017-12-06Update miri to rustc changesOliver Schneider-2/+11
2017-09-29Adjust imports to librustc::mir::interpretOliver Schneider-2/+2
2017-09-29Move miri base code to rustc::mir::interpretOliver Schneider-0/+313