summary refs log tree commit diff
path: root/src/test/compile-fail/const-eval-overflow-2.rs
AgeCommit message (Collapse)AuthorLines
2016-10-26remove StaticInliner and NaN checkingAriel Ben-Yehuda-4/+0
NaN checking was a lint for a deprecated feature. It can go away.
2016-08-04Update wording on E0080Shantanu Raj-3/+3
Change "attempted" to "attempt"
2016-07-22refactor constant evaluation error reportingAriel 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-10typestrong constant integersOliver Schneider-1/+2
2015-04-01Test cases for checking arithmetic overflow during const eval.Felix S. Klock II-0/+30