summaryrefslogtreecommitdiff
path: root/test/return.go
Commit message (Expand)AuthorAgeFilesLines
* all: make copyright headers consistent with one space after periodEmmanuel Odeke2016-05-021-1/+1
* test: add cases to return.go that gccgo got wrongIan Lance Taylor2013-08-071-0/+20
* test: fix return.go to remove unused labelsIan Lance Taylor2013-08-071-4/+0
* test: fix return.go to not use fallthrough in a type switchIan Lance Taylor2013-08-071-84/+0
* cmd/gc: fix line number for 'missing return' in closureRuss Cox2013-03-221-0/+1436
* cmd/gc: implement new return requirementsRuss Cox2013-03-041-0/+1453