about summary refs log tree commit diff
path: root/src/test/ui/pattern/usefulness/integer-ranges
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-953/+0
2022-10-01bless ui testsMaybe Waffle-1/+1
2022-06-19Be more hygenic with spansMichael Goulet-54/+36
2022-03-08Change wording of suggestion to add missing `match` armEsteban Kuber-27/+27
2022-03-08When finding a match expr with multiple arms that requires more, suggest itEsteban Kuber-3/+15
2022-03-08When finding a match expr with a single arm that requires more, suggest itEsteban Kuber-22/+110
2022-03-08When encountering a match expr with no arms, suggest itEsteban Kuber-27/+37
2022-03-03Cleanup feature gates.Camille GILLOT-13/+12
2021-09-26Replace `Pat` with a new intermediate representationNadrieril-1/+3
2021-01-12Deduplicate some tests using revisionsNadrieril-62/+26
2020-12-19Tweak diagnosticsNadrieril-8/+8
2020-11-29`overlapping_range_endpoints` does not belong in the `unused` lint groupNadrieril-37/+39
2020-11-29Improve error messageNadrieril-17/+32
2020-11-29Be consistent about linting singletonsNadrieril-19/+3
2020-11-29Rename the `overlapping_patterns` lint to `overlapping_range_endpoints`Nadrieril-33/+33
2020-11-29Add testsNadrieril-3/+19
2020-11-28Correctly detect `usize`/`isize` range overlapsNadrieril-2/+8
2020-11-21Improve integer range testsNadrieril-0/+873