about summary refs log tree commit diff
path: root/src/test/compile-fail/const-eval-overflow.rs
AgeCommit message (Expand)AuthorLines
2018-03-08Fully use miri in transOliver Schneider-154/+0
2017-10-29Add several lints into `unused` lint groupVadim Petrochenkov-4/+4
2017-01-06rustc: keep track of tables everywhere as if they were per-body.Eduard-Mihai Burtescu-4/+10
2016-08-04Update wording on E0080Shantanu Raj-28/+28
2016-07-22refactor constant evaluation error reportingAriel Ben-Yehuda-28/+56
2016-06-05Enable the overflow-related tests for MIRJames Miller-2/+0
2016-03-17Add #[rustc_no_mir] to make tests pass with -Z orbit.Eduard Burtescu-0/+2
2016-03-10typestrong constant integersOliver Schneider-16/+16
2016-01-11[breaking-change] remove negate_unsigned feature gateOliver Schneider-5/+4
2015-10-13implement RFC 1229Oliver Schneider-2/+0
2015-07-14Fix negate_unsigned feature gate checkSimonas Kazlauskas-9/+0
2015-04-02Test fixes and rebase conflicts, round 2Alex Crichton-0/+1
2015-04-02fixes for fallout in tests/compile-failFelix S. Klock II-0/+2
2015-04-01Test cases for checking arithmetic overflow during const eval.Felix S. Klock II-0/+129