| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-08-14 | Moved compile-fail tests to ui tests. | David Wood | -32/+0 | |
| 2018-06-28 | Turn the use of erroneous constants into errors again | Oliver Schneider | -0/+2 | |
| 2018-06-28 | Merge `ConstVal` and `ConstValue` | Oliver Schneider | -1/+0 | |
| 2018-06-05 | Refactor the const eval diagnostic API | Oliver Schneider | -0/+1 | |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -1/+1 | |
| 2018-03-08 | Update compile-fail tests | Oliver Schneider | -2/+0 | |
| 2018-03-08 | Update tests | Oliver Schneider | -0/+1 | |
| 2018-03-08 | Update tests | Oliver Schneider | -0/+1 | |
| 2018-03-08 | Fully use miri in trans | Oliver Schneider | -21/+0 | |
| 2017-10-25 | Update compile-fail tests for error message deduplication. | Michael Woerister | -4/+1 | |
| 2016-08-04 | Update wording on E0080 | Shantanu Raj | -5/+5 | |
| Change "attempted" to "attempt" | ||||
| 2016-07-22 | refactor constant evaluation error reporting | Ariel Ben-Yehuda | -8/+16 | |
| Refactor constant evaluation to use a single error reporting function that reports a type-error-like message. Also, unify all error codes with the "constant evaluation error" message to just E0080, and similarly for a few other duplicate codes. The old situation was a total mess, and now that we have *something* we can further iterate on the UX. | ||||
| 2016-06-05 | trans: report as many errors as possible for constants. | Eduard Burtescu | -0/+2 | |
| 2016-06-05 | rustc_const_eval: track the length and index in IndexOutOfBounds. | Eduard Burtescu | -3/+3 | |
| 2016-06-05 | Enable the overflow-related tests for MIR | James Miller | -2/+0 | |
| 2016-05-07 | Translate constants from MIR instead of going through trans::expr/consts. | Eduard Burtescu | -1/+8 | |
| 2016-04-26 | don't demote expressions just because const_eval fails | Oliver Schneider | -0/+5 | |
| this might introduce subtle bugs to code generation | ||||
| 2016-04-26 | const_err lint all constant expressions | Oliver Schneider | -1/+0 | |
| 2016-04-03 | check constants even if they are unused in the current crate | Oliver Schneider | -5/+2 | |
| 2016-03-17 | Add #[rustc_no_mir] to make tests pass with -Z orbit. | Eduard Burtescu | -2/+4 | |
| 2016-03-10 | typestrong constant integers | Oliver Schneider | -2/+2 | |
| 2015-10-13 | implement RFC 1229 | Oliver Schneider | -0/+36 | |
| const eval errors outside of true constant enviroments are not reported anymore, but instead forwarded to a lint. | ||||
