about summary refs log tree commit diff
path: root/src/test/ui/check_match/issue-43253.rs
AgeCommit message (Expand)AuthorLines
2019-10-27Gather together usefulness testsNadrieril-47/+0
2019-10-16Move overlapping patterns to its own lintEsteban Küber-1/+1
2019-10-16Add check for overlapping ranges to unreachable patterns lintEsteban Küber-7/+10
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-06-26migrate codebase to `..=` inclusive range patternsZack M. Davis-4/+4
2018-04-13Rename must-compile-successfully into compile-passGuillaume Gomez-1/+1
2017-12-10Add must-compile-successfully comment to appropriate ui tests.Tommy Ip-0/+2
2017-08-09rustc: Rearchitect lints to be emitted more eagerlyAlex Crichton-1/+2
2017-07-16Fix `range_covered_by_constructor` for exclusive ranges.Sam Cappleman-Lynes-0/+51