about summary refs log tree commit diff
path: root/src/test/ui/pattern/usefulness
AgeCommit message (Expand)AuthorLines
2020-04-11rustc: Add a warning count upon completionRoccoDev-1/+3
2020-04-02tests: remove ignore directives from tests that mention core/alloc/std spans.Eduard-Mihai Burtescu-27/+12
2020-03-27non-exhastive diagnostic: add note re. scrutinee typeMazdak Farrokhzad-0/+108
2020-03-23Ignore tests on some platforms due to #53081Aaron Hill-12/+27
2020-03-22Store idents for `DefPathData` into crate metadataAaron Hill-0/+18
2020-03-17Update tests for erasing regions in typeckMatthew Jasper-2/+2
2020-01-24Normalise notes with the/isvarkor-17/+17
2020-01-20check_match: simplify check_armMazdak Farrokhzad-1/+3
2020-01-18slice_patterns: organize some testsMazdak Farrokhzad-0/+11
2020-01-18slice_patterns: remove gates in testsMazdak Farrokhzad-68/+55
2020-01-09Update testsVadim Petrochenkov-2/+24
2019-12-14Revert "Remove `#![feature(never_type)]` from tests."Niko Matsakis-1/+2
2019-12-11Revert a diagnostic change in the case of integer rangesNadrieril-8/+8
2019-12-04Reuse `adt_defined_here`Nadrieril-10/+43
2019-12-04Use the default code path to list missing patternsNadrieril-48/+60
2019-12-04List missing constructors in an almost empty matchNadrieril-71/+101
2019-12-04Add testsNadrieril-65/+312
2019-12-04Only warn about missing patterns in the case of an enumNadrieril-80/+26
2019-12-04Add testsNadrieril-16/+104
2019-12-04Make empty match lint more consistent under exhaustive_patternsNadrieril-25/+58
2019-12-04Fix erroneous commentNadrieril-8/+7
2019-12-04Tweak error on empty matchNadrieril-2/+2
2019-12-04Add testsNadrieril-0/+229
2019-12-02Remove top-level or-pattern hackNadrieril-12/+5
2019-12-02Correct error on partially unreachable or-pat in `if let`Nadrieril-15/+12
2019-12-02Add some testsNadrieril-0/+134
2019-11-28Auto merge of #66603 - Nadrieril:fix-65413, r=varkorbors-7/+81
2019-11-21Remove `#![feature(never_type)]` from tests.Mazdak Farrokhzad-2/+1
2019-11-21Use appropriate constructor for const slicesNadrieril-23/+9
2019-11-21Add some testsNadrieril-3/+91
2019-11-17Small improvement to exhaustiveness diagnosticsNadrieril-6/+6
2019-11-16Introduce new FixedLenSlice constructorNadrieril-11/+11
2019-11-16Add some testsNadrieril-23/+49
2019-11-15Add regression testNadrieril-0/+6
2019-11-15Apply suggestions from code reviewNadrieril Feneanar-1/+1
2019-11-15Add test for failing `try_eval_bits`Nadrieril-1/+16
2019-11-06Split slice-patterns test as suggested by CentrilNadrieril-89/+109
2019-11-05Move a few more tests to the usefulness/ folderNadrieril-0/+193
2019-11-05Use VarLenSlice consistently when splitting constructorsNadrieril-21/+21
2019-11-05Add some test casesNadrieril-1/+31
2019-11-05Make exhaustiveness error message more consistent for slice patternsNadrieril-11/+11
2019-11-05Don't use max_slice_length when subtracting from VarLenSliceNadrieril-2/+2
2019-11-05Add some slice-pattern exhaustiveness testsNadrieril-0/+213
2019-11-02Update error annotations in tests that successfully compileTomasz Miąsko-2/+2
2019-10-27Gather together usefulness testsNadrieril-0/+2044