| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-08-14 | Moved compile-fail tests to ui tests. | David Wood | -49/+0 | |
| 2017-02-25 | rustc_const_eval: always demand typeck_tables for evaluating constants. | Eduard-Mihai Burtescu | -8/+8 | |
| 2016-07-22 | refactor constant evaluation error reporting | Ariel Ben-Yehuda | -4/+8 | |
| 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 | -25/+11 | |
| 2016-01-11 | [breaking-change] remove negate_unsigned feature gate | Oliver Schneider | -1/+0 | |
| 2015-04-02 | fixes for fallout in tests/compile-fail | Felix S. Klock II | -0/+2 | |
| 2015-01-08 | Update compile fail tests to use usize. | Huon Wilson | -1/+1 | |
| 2015-01-08 | Update compile fail tests to use isize. | Huon Wilson | -1/+1 | |
| 2013-10-29 | Add tests for enum discriminant sizing. | Jed Davis | -0/+58 | |
