summary refs log tree commit diff
path: root/src/test/compile-fail/feature-gate-int-uint.rs
AgeCommit message (Expand)AuthorLines
2015-02-18For now, accept the `i`, `u`, `is`, and `us` suffixes, but warn whenNiko Matsakis-6/+8
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-2/+2
2015-01-08Test fixes.Huon Wilson-8/+8
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-2/+2
2015-01-08Update compile fail tests to use usize.Huon Wilson-3/+3
2015-01-08Update compile fail tests to use isize.Huon Wilson-3/+3
2015-01-08Add a warning feature gate for int/uint in types and i/u suffixes.Huon Wilson-0/+35