aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/gofrontend/parse.h
AgeCommit message (Expand)AuthorFilesLines
2011-09-20Check for duplicate parameter/result names.Ian Lance Taylor1-0/+4
2011-03-28Better error message for old syntax of send expression as value.Ian Lance Taylor1-1/+1
2011-03-25Give an error if a label is defined but not used.Ian Lance Taylor1-10/+9
2011-03-24Tuple receives indicate whether channel is closed.Ian Lance Taylor1-2/+4
2011-03-24Change c <- v from an expression to a statement.Ian Lance Taylor1-1/+1
2011-01-04Don't look outside of function literal for break or continue label.Ian Lance Taylor1-2/+2
2011-01-04Check for multiple default cases in switch or select.Ian Lance Taylor1-3/+3
2010-12-22Correctly handle tuple assignment to _ at global scope.Ian Lance Taylor1-0/+1
2010-12-14Don't crash on invalid parameters/results.Ian Lance Taylor1-3/+3
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor1-0/+307