summaryrefslogtreecommitdiff
path: root/gcc/testsuite/go.test/test
Commit message (Expand)AuthorAgeFilesLines
* Update Go library to last weekly.ian2011-10-262-76/+26
* Update Go library to r60.3 release.ian2011-10-221-20/+20
* * go.test/go-test.exp (errchk): Handle more cases of gettingian2011-09-233-8/+8
* Update Go testsuite to release r60.ian2011-09-2187-77/+2374
* Implement goto restrictions.ian2011-09-203-13/+17
* Improve errors for invalid use of [...]type.ian2011-09-171-1/+4
* Block forever on send/receive to/from nil channel.ian2011-09-161-4/+4
* Update Go library to r60.ian2011-09-164-150/+155
* Update to current version of Go library.ian2011-05-205-30/+33
* Copy env.go from master Go testsuite.ian2011-03-301-3/+6
* Update to current Go library.ian2011-03-301-5/+32
* Update to current master Go testsuite.ian2011-03-29104-1018/+3036
* Permit copying hidden fields when passing method receiver.ian2011-03-281-1/+1
* Don't look up methods for pointer to interface.ian2011-03-261-6/+6
* Don't permit embedded field to be pointer to interface.ian2011-03-261-22/+1
* Give an error if a label is defined but not used.ian2011-03-259-44/+78
* Remove closed function. Fix tuple receive in select.ian2011-03-255-84/+160
* Condition in if statement is not optional.ian2011-03-246-148/+8
* Change c <- v from an expression to a statement.ian2011-03-248-129/+252
* Send on a closed channel panics.ian2011-03-232-15/+17
* Remove old mechanism for passing varargs argument to varargs function.ian2011-02-192-9/+29
* Remove the types float and complex.ian2011-01-2147-2979/+3067
* Add Go frontend, libgo library, and Go testsuite.ian2010-12-03585-0/+58249