summary refs log tree commit diff
path: root/src/test/ui/exhaustive_integer_patterns.rs
AgeCommit message (Expand)AuthorLines
2018-08-21Add some extra edge case testsvarkor-0/+8
2018-08-21Use a boundary method instead of an endpoint method for split_grouped_constru...varkor-2/+2
2018-08-21Add a test case for u128::MAX - 1varkor-9/+14
2018-08-16Handle equivalence classes of length-1 rangesvarkor-1/+7
2018-08-16Add some more compound exhaustiveness testsvarkor-0/+13
2018-08-16Add a test for integer productsvarkor-0/+6
2018-08-16Add guarded arms to testsvarkor-0/+12
2018-08-16Add singleton patterns to testvarkor-1/+10
2018-08-16Require just the Unicode Scalar Values to be matched for a charvarkor-2/+11
2018-08-16Add semi-exhaustive tests for exhaustivenessvarkor-0/+105