summaryrefslogtreecommitdiff
path: root/test/switch5.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: fix detection of duplicate cases for integer rangesMatthew Dempsky2016-10-211-0/+9
* cmd/compile: use a map to track const switch casesJosh Bleecher Snyder2016-08-231-0/+11
* cmd/compile: use a map to detect duplicate type switch casesJosh Bleecher Snyder2016-08-231-1/+1
* test: add more switch error handling testsJosh Bleecher Snyder2016-05-311-0/+81