| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-03-03 | Address arith-overflow and error-handling in `const_eval.rs`. | Felix S. Klock II | -2/+2 | |
| 1. Detect and report arithmetic overflow during const-expr eval. 2. Instead `eval_const_expr_partial` returning `Err(String)`, it now has a dedicated enum of different cases. The main benefit of this is the ability to pass along an interpretable payload, namely the two inputs that caused an overlfow. I attempted to minimize fallout to error output in tests, but some was unavoidable. Those changes are in a follow-on commit. | ||||
| 2014-02-07 | Added tests to make tidy | Derek Guenther | -0/+10 | |
| 2013-05-01 | Revert rename of Div to Quot | Brendan Zabarauskas | -1/+1 | |
| 2013-04-24 | Improve divide-by-zero error messages | Brendan Zabarauskas | -2/+2 | |
| 2013-04-22 | Rename Div operator trait to Quot and Modulo operator trait to Rem | Brendan Zabarauskas | -2/+2 | |
| 2013-01-23 | Handle divide by zero in constant evaluator | Seo Sanghyeon | -0/+6 | |
