about summary refs log tree commit diff
path: root/src/test/compile-fail/const-integer-bool-ops.rs
AgeCommit message (Collapse)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-85/+0
2018-06-05Refactor the const eval diagnostic APIOliver Schneider-10/+0
2018-03-08Fully use miri in transOliver Schneider-0/+10
2017-02-25rustc_const_eval: always demand typeck_tables for evaluating constants.Eduard-Mihai Burtescu-30/+49
2016-08-05Updated E0306 to new format.Federico Ravasio-6/+24
2016-07-22refactor constant evaluation error reportingAriel Ben-Yehuda-10/+14
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-12/+10
2015-11-17add unit test for the new and the changed errorsOliver Schneider-0/+46