| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-07-29 | Sanity-check all constants | Oliver Schneider | -1/+1 | |
| 2018-07-04 | Shorten error message and add link to test | Dylan MacKenzie | -2/+1 | |
| Implements @bjorn3's suggestions. | ||||
| 2018-07-04 | Explain reason behind error span | Dylan MacKenzie | -1/+3 | |
| We can't expand the span of the error reliably according to @oli-obk, so just mention why it points to this particular expression. | ||||
| 2018-07-04 | Add an `InfiniteLoop` variant to `EvalErrorKind` | Dylan MacKenzie | -0/+2 | |
| 2018-06-30 | Minor refactoring. | Alexander Regueiro | -1/+1 | |
| 2018-06-30 | Added miri error for evaluating foreign statics. | Alexander Regueiro | -0/+3 | |
| Updated tests accordingly. | ||||
| 2018-06-28 | Turn the use of erroneous constants into errors again | Oliver Schneider | -1/+1 | |
| 2018-06-28 | Merge `ConstVal` and `ConstValue` | Oliver Schneider | -10/+0 | |
| 2018-06-28 | Fixup | Oliver Schneider | -0/+6 | |
| 2018-06-28 | Move everything over from `middle::const_val` to `mir::interpret` | Oliver Schneider | -1/+109 | |
| 2018-06-28 | Move the Lrc outside the error type and name the fields | Oliver Schneider | -1/+2 | |
| 2018-06-28 | Address review comments | Oliver Schneider | -2/+2 | |
| 2018-06-28 | Eliminate old CTFE's `ErrKind` | Oliver Schneider | -0/+7 | |
| 2018-06-05 | Properly report transitive errors | Oliver Schneider | -43/+37 | |
| 2018-06-05 | Refactor the const eval diagnostic API | Oliver Schneider | -0/+36 | |
| 2018-05-24 | Rename MemoryPointer to Pointer | Oliver Schneider | -7/+7 | |
| 2018-05-19 | Use `Size` instead of `u64` in mir interpretation | Oliver Schneider | -7/+8 | |
| 2018-04-30 | Unify MIR assert messages and const eval errors | Oliver Schneider | -14/+25 | |
| 2018-04-30 | Merge ConstMathError into EvalErrorKind | Oliver Schneider | -52/+20 | |
| 2018-04-30 | Remove the `rustc_const_math` crate | Oliver Schneider | -1/+38 | |
| 2018-04-13 | 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 | |
