| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-08-04 | Update wording on E0080 | Shantanu Raj | -28/+28 | |
| Change "attempted" to "attempt" | ||||
| 2016-07-22 | refactor constant evaluation error reporting | Ariel Ben-Yehuda | -28/+56 | |
| 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-06-05 | Enable the overflow-related tests for MIR | James Miller | -2/+0 | |
| 2016-03-17 | Add #[rustc_no_mir] to make tests pass with -Z orbit. | Eduard Burtescu | -0/+2 | |
| 2016-03-10 | typestrong constant integers | Oliver Schneider | -16/+16 | |
| 2016-01-11 | [breaking-change] remove negate_unsigned feature gate | Oliver Schneider | -5/+4 | |
| 2015-10-13 | implement RFC 1229 | Oliver Schneider | -2/+0 | |
| const eval errors outside of true constant enviroments are not reported anymore, but instead forwarded to a lint. | ||||
| 2015-07-14 | Fix negate_unsigned feature gate check | Simonas Kazlauskas | -9/+0 | |
| This commit fixes the negate_unsigned feature gate to appropriately account for infered variables. This is technically a [breaking-change]. | ||||
| 2015-04-02 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -0/+1 | |
| Conflicts: src/libcore/num/mod.rs | ||||
| 2015-04-02 | fixes for fallout in tests/compile-fail | Felix S. Klock II | -0/+2 | |
| 2015-04-01 | Test cases for checking arithmetic overflow during const eval. | Felix S. Klock II | -0/+129 | |
