summary refs log tree commit diff
path: root/src/test/compile-fail/feature-gate-negate-unsigned.rs
AgeCommit message (Expand)AuthorLines
2016-05-07test: avoid triggering an unsigned negation error from MIR building.Eduard Burtescu-1/+3
2016-04-03check constants even if they are unused in the current crateOliver Schneider-1/+2
2016-03-16Stop ignoring expected note/help messages in compiletest suite.Corey Farwell-0/+1
2016-03-10typestrong constant integersOliver Schneider-17/+2
2016-01-11[breaking-change] remove negate_unsigned feature gateOliver Schneider-7/+11
2015-09-18Revert "Convert negate_unsigned feature gate to a warning"Simonas Kazlauskas-0/+38
2015-07-20Convert negate_unsigned feature gate to a warningSimonas Kazlauskas-38/+0
2015-07-14Fix negate_unsigned feature gate checkSimonas Kazlauskas-2/+23
2015-04-24Add feature gate testsLuke Gallagher-0/+17