about summary refs log tree commit diff
path: root/src/librustc/mir/interpret/error.rs
AgeCommit message (Expand)AuthorLines
2018-06-30Minor refactoring.Alexander Regueiro-1/+1
2018-06-30Added miri error for evaluating foreign statics.Alexander Regueiro-0/+3
2018-06-28Turn the use of erroneous constants into errors againOliver Schneider-1/+1
2018-06-28Merge `ConstVal` and `ConstValue`Oliver Schneider-10/+0
2018-06-28FixupOliver Schneider-0/+6
2018-06-28Move everything over from `middle::const_val` to `mir::interpret`Oliver Schneider-1/+109
2018-06-28Move the Lrc outside the error type and name the fieldsOliver Schneider-1/+2
2018-06-28Address review commentsOliver Schneider-2/+2
2018-06-28Eliminate old CTFE's `ErrKind`Oliver Schneider-0/+7
2018-06-05Properly report transitive errorsOliver Schneider-43/+37
2018-06-05Refactor the const eval diagnostic APIOliver Schneider-0/+36
2018-05-24Rename MemoryPointer to PointerOliver Schneider-7/+7
2018-05-19Use `Size` instead of `u64` in mir interpretationOliver Schneider-7/+8
2018-04-30Unify MIR assert messages and const eval errorsOliver Schneider-14/+25
2018-04-30Merge ConstMathError into EvalErrorKindOliver Schneider-52/+20
2018-04-30Remove the `rustc_const_math` crateOliver Schneider-1/+38
2018-04-13Don'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