about summary refs log tree commit diff
path: root/src/test/ui/check_match
AgeCommit message (Expand)AuthorLines
2019-10-27Gather together usefulness testsNadrieril-213/+0
2019-10-16Only emit overlapping patterns lint if the overlap is partialEsteban Küber-18/+0
2019-10-16Continue to emit unreachable pattern on cases caught by overlapping patternsEsteban Küber-0/+6
2019-10-16Move overlapping patterns to its own lintEsteban Küber-2/+8
2019-10-16Add check for overlapping ranges to unreachable patterns lintEsteban Küber-12/+47
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-1/+1
2019-03-11Update testsVadim Petrochenkov-8/+8
2019-03-02Point at enum definition when match patterns are not exhaustiveEsteban Küber-0/+22
2018-12-25Remove licensesMark Rousskov-32/+12
2018-06-26migrate codebase to `..=` inclusive range patternsZack M. Davis-6/+6
2018-04-13Rename must-compile-successfully into compile-passGuillaume Gomez-1/+1
2018-03-14update testsGuillaume Gomez-1/+1
2018-02-26Update UI testsVadim Petrochenkov-12/+12
2018-02-25Update ui testsGuillaume Gomez-0/+1
2017-12-10Update ui tests' line numbers.Tommy Ip-8/+8
2017-12-10Add must-compile-successfully comment to appropriate ui tests.Tommy Ip-0/+2
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-16/+16
2017-08-09rustc: Rearchitect lints to be emitted more eagerlyAlex Crichton-8/+13
2017-07-16Fix `range_covered_by_constructor` for exclusive ranges.Sam Cappleman-Lynes-0/+71
2017-07-02Revert "Change error count messages"Ariel Ben-Yehuda-1/+1
2017-05-24Change error count messagesMichael Kohl-1/+1
2017-01-03Improve error message, fix and add tests.Andrew Cann-2/+2
2016-10-26un-break the `construct_witness` logicAriel Ben-Yehuda-0/+103