summaryrefslogtreecommitdiff
path: root/gcc/go/gofrontend/parse.h
Commit message (Expand)AuthorAgeFilesLines
* Check for duplicate parameter/result names.ian2011-09-201-0/+4
* Better error message for old syntax of send expression as value.ian2011-03-281-1/+1
* Give an error if a label is defined but not used.ian2011-03-251-10/+9
* Tuple receives indicate whether channel is closed.ian2011-03-241-2/+4
* Change c <- v from an expression to a statement.ian2011-03-241-1/+1
* Don't look outside of function literal for break or continue label.ian2011-01-041-2/+2
* Check for multiple default cases in switch or select.ian2011-01-041-3/+3
* Correctly handle tuple assignment to _ at global scope.ian2010-12-221-0/+1
* Don't crash on invalid parameters/results.ian2010-12-141-3/+3
* Add Go frontend, libgo library, and Go testsuite.ian2010-12-031-0/+307