summaryrefslogtreecommitdiff
path: root/gcc/testsuite/go.test/test
Commit message (Expand)AuthorAgeFilesLines
* libgo: Update to weekly.2011-12-22.Ian Lance Taylor2012-01-131-2/+2
* compiler, runtime: Implement struct and array comparisons.Ian Lance Taylor2012-01-062-10/+29
* compiler: Prohibit comparisons of funcs, maps, and slices to non-nil.Ian Lance Taylor2011-12-284-152/+2
* libgo: Update to weekly.2011-12-06.Ian Lance Taylor2011-12-142-10/+10
* libgo: Update to weekly.2011-12-02.Ian Lance Taylor2011-12-132-5/+3
* compiler: Permit converting between string and named []byte/[]rune.Ian Lance Taylor2011-12-132-11/+10
* compiler: Don't check for hidden fields on struct assignments.Ian Lance Taylor2011-12-086-104/+11
* libgo: Update to weekly 2011-11-09.Ian Lance Taylor2011-12-078-30/+41
* libgo: Update to weekly.2011-11-02.Ian Lance Taylor2011-12-0312-48/+36
* Fix select { case v, ok := <-c: }.Ian Lance Taylor2011-11-041-0/+29
* Update Go library to last weekly.Ian Lance Taylor2011-10-262-76/+26
* Update Go library to r60.3 release.Ian Lance Taylor2011-10-221-20/+20
* go-test.exp (errchk): Handle more cases of getting correct Tcl backslash quot...Ian Lance Taylor2011-09-233-8/+8
* Update Go testsuite to release r60.Ian Lance Taylor2011-09-2187-77/+2374
* Implement goto restrictions.Ian Lance Taylor2011-09-203-13/+17
* Improve errors for invalid use of [...]type.Ian Lance Taylor2011-09-171-1/+4
* Block forever on send/receive to/from nil channel.Ian Lance Taylor2011-09-161-4/+4
* Update Go library to r60.Ian Lance Taylor2011-09-164-150/+155
* Update to current version of Go library.Ian Lance Taylor2011-05-205-30/+33
* Copy env.go from master Go testsuite.Ian Lance Taylor2011-03-301-3/+6
* Update to current Go library.Ian Lance Taylor2011-03-301-5/+32
* Update to current master Go testsuite.Ian Lance Taylor2011-03-29104-1018/+3036
* Permit copying hidden fields when passing method receiver.Ian Lance Taylor2011-03-281-1/+1
* Don't look up methods for pointer to interface.Ian Lance Taylor2011-03-261-6/+6
* Don't permit embedded field to be pointer to interface.Ian Lance Taylor2011-03-261-22/+1
* Give an error if a label is defined but not used.Ian Lance Taylor2011-03-259-44/+78
* Remove closed function. Fix tuple receive in select.Ian Lance Taylor2011-03-255-84/+160
* Condition in if statement is not optional.Ian Lance Taylor2011-03-246-148/+8
* Change c <- v from an expression to a statement.Ian Lance Taylor2011-03-248-129/+252
* Send on a closed channel panics.Ian Lance Taylor2011-03-232-15/+17
* Remove old mechanism for passing varargs argument to varargs function.Ian Lance Taylor2011-02-192-9/+29
* Remove the types float and complex.Ian Lance Taylor2011-01-2147-2979/+3067
* Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor2010-12-03585-0/+58249