summary refs log tree commit diff
path: root/src/test/compile-fail/eval-enum.rs
AgeCommit message (Expand)AuthorLines
2016-08-04Update wording on E0080Shantanu Raj-2/+2
2016-07-22refactor constant evaluation error reportingAriel Ben-Yehuda-2/+4
2016-03-10typestrong constant integersOliver Schneider-1/+2
2015-03-03Address arith-overflow and error-handling in `const_eval.rs`.Felix S. Klock II-2/+2
2014-02-07Added tests to make tidyDerek Guenther-0/+10
2013-05-01Revert rename of Div to QuotBrendan Zabarauskas-1/+1
2013-04-24Improve divide-by-zero error messagesBrendan Zabarauskas-2/+2
2013-04-22Rename Div operator trait to Quot and Modulo operator trait to RemBrendan Zabarauskas-2/+2
2013-01-23Handle divide by zero in constant evaluatorSeo Sanghyeon-0/+6