| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-07-22 | refactor constant evaluation error reporting | Ariel Ben-Yehuda | -2/+3 | |
| 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-05-07 | test: adjust for the move to MIR-based const checking. | Eduard Burtescu | -6/+3 | |
| 2016-01-15 | move const block checks before lowering step | Oliver Schneider | -0/+29 | |
| this makes sure the checks run before typeck (which might use the constant or const function to calculate an array length) and gives prettier error messages in case of for loops and such (since they aren't expanded yet). | ||||
