summaryrefslogtreecommitdiffstats
path: root/gcc/go/gofrontend/parse.h
Commit message (Expand)AuthorAgeFilesLines
* compiler: Correct test for whether go/defer arg is parenthesized.ian2012-12-061-4/+5
* compiler: Implement //go:nointerface comments.ian2012-11-281-1/+1
* compiler: Fix a, b, c := b, a, 1 when a and b already exist.ian2012-10-031-1/+4
* compiler: Fix parse of (<- chan <- chan <- int)(x).ian2012-10-021-0/+2
* compiler: Correct parse of for with possible composite literal.ian2012-05-041-3/+6
* compiler: Better handling of erroneous function signatures.ian2012-01-241-0/+2
* compiler: Give an error if a variable is defined but not used.ian2012-01-231-0/+11
* compiler: Define and use backend-independent Location class.ian2011-11-291-19/+19
* 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
OpenPOWER on IntegriCloud