| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-10-26 | remove StaticInliner and NaN checking | Ariel Ben-Yehuda | -4/+0 | |
| NaN checking was a lint for a deprecated feature. It can go away. | ||||
| 2016-08-04 | Update wording on E0080 | Shantanu Raj | -3/+3 | |
| Change "attempted" to "attempt" | ||||
| 2016-07-22 | refactor constant evaluation error reporting | Ariel Ben-Yehuda | -4/+7 | |
| 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-03-10 | typestrong constant integers | Oliver Schneider | -1/+2 | |
| 2015-04-01 | Test cases for checking arithmetic overflow during const eval. | Felix S. Klock II | -0/+30 | |
