summaryrefslogtreecommitdiff
path: root/gcc/testsuite/go.test/test
Commit message (Expand)AuthorAgeFilesLines
* libgo: Merge to master revision 19184.ian2014-06-063-7/+7
* Update to copy of current master Go testsuite.ian2013-12-1395-135/+3096
* compiler: Don't compare structs with blank non-comparable fields.ian2013-12-122-4/+4
* Update Go testsuite to a copy of the Go 1.1.2 testsuite.ian2013-10-14319-2829/+12601
* compiler: Fix "missing return" error for case T1, T2 in type switches.ian2013-08-071-2/+2
* compiler: reject integer division by zero constant.ian2013-06-262-3/+24
* Update shift1.go test for recent changes.ian2013-06-251-1/+204
* compiler: Accept trailing comma after varargs parameter.ian2012-12-131-1/+1
* runtime: Delete from a nil map is now a no-op.ian2012-12-121-3/+2
* compiler: Check for negative or inverted arguments to make.ian2012-12-051-1/+2
* * go.test/go-test.exp (go-gc-tests): Handle runoutput test typeian2012-11-094-23/+49
* Update index.go from master testsuite.ian2012-11-061-0/+5
* libgo: Update to current sources.ian2012-10-232-3/+3
* Update to current version of Go testsuite.ian2012-09-29747-1999/+6976
* compiler: Comparisons return untyped boolean value.ian2012-08-231-2/+2
* libgo: Update to weekly.2012-02-22 release.ian2012-03-026-344/+9
* libgo: Update to weekly.2012-02-14 release.ian2012-03-021-4/+4
* libgo: Update to weekly.2012-02-07.ian2012-02-096-28/+37
* Remove a couple of object files committed by accident.ian2012-01-252-1146/+0
* Update to current Go testsuite.ian2012-01-25231-1152/+8948
* compiler: Do not allow slice of array literal.ian2012-01-241-53/+0
* compiler: Give an error if a variable is defined but not used.ian2012-01-2312-6/+13
* compiler: Change alias handling, change rune alias to int32.ian2012-01-215-28/+23
* compiler: Handle recursive interfaces.ian2012-01-202-2/+2
* PR go/50656ian2012-01-182-2/+8
* libgo: Update to weekly.2011-12-22.ian2012-01-131-2/+2
* compiler, runtime: Implement struct and array comparisons.ian2012-01-062-10/+29
* compiler: Prohibit comparisons of funcs, maps, and slices to non-nil.ian2011-12-284-152/+2
* libgo: Update to weekly.2011-12-06.ian2011-12-142-10/+10
* libgo: Update to weekly.2011-12-02.ian2011-12-132-5/+3
* compiler: Permit converting between string and named []byte/[]rune.ian2011-12-132-11/+10
* compiler: Don't check for hidden fields on struct assignments.ian2011-12-086-104/+11
* libgo: Update to weekly 2011-11-09.ian2011-12-078-30/+41
* libgo: Update to weekly.2011-11-02.ian2011-12-0312-48/+36
* Fix select { case v, ok := <-c: }.ian2011-11-041-0/+29
* 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