summaryrefslogtreecommitdiff
path: root/gcc/testsuite/go.test
Commit message (Expand)AuthorAgeFilesLines
* libgo: Update to weekly.2012-02-14 release.Ian Lance Taylor2012-03-021-4/+4
* re PR go/48501 (64bit-out.go, select5-out.go, tmp.go compilation times out)Ian Lance Taylor2012-02-141-0/+10
* re PR go/51874 (Many libgo testsuite failures on IRIX)Ian Lance Taylor2012-02-121-2/+2
* go-test.exp (go-gc-tests): Don't run stack.go on systems which don't support ...Ian Lance Taylor2012-02-091-5/+8
* libgo: Update to weekly.2012-02-07.Ian Lance Taylor2012-02-096-28/+37
* go-test.exp (go-gc-tests): Don't run chan/select2.go on systems which don't s...Ian Lance Taylor2012-02-091-0/+10
* go-test.exp (go-gc-tests): xfail test/nilptr.go runtime test on alpha*-*-*.Uros Bizjak2012-02-011-10/+13
* re PR go/48501 (64bit-out.go, select5-out.go, tmp.go compilation times out)Uros Bizjak2012-01-301-0/+3
* Remove a couple of object files committed by accident.Ian Lance Taylor2012-01-252-1146/+0
* go-test.exp (go-gc-tests): Handle a few more test lines.Ian Lance Taylor2012-01-251-3/+11
* Update to current Go testsuite.Ian Lance Taylor2012-01-25232-1167/+9149
* compiler: Do not allow slice of array literal.Ian Lance Taylor2012-01-241-53/+0
* compiler: Give an error if a variable is defined but not used.Ian Lance Taylor2012-01-2312-6/+13
* compiler: Change alias handling, change rune alias to int32.Ian Lance Taylor2012-01-215-28/+23
* compiler: Handle recursive interfaces.Ian Lance Taylor2012-01-202-2/+2
* go-test.exp (go-gc-tests): Pass correctly formatted options to go_target_comp...Uros Bizjak2012-01-201-8/+11
* re PR go/50656 (Several Go tests with unrecognized test line)Ian Lance Taylor2012-01-183-9/+50
* 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-234-14/+14
* Update Go testsuite to release r60.Ian Lance Taylor2011-09-2188-79/+2397
* 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-165-151/+156
* Check ia32 effective target.H.J. Lu2011-07-111-1/+1
* Update to current version of Go library.Ian Lance Taylor2011-05-205-30/+33
* * go.test/go-test.exp (go-set-goarch): Accept mips*-*-*.Rainer Orth2011-04-251-1/+1
* * go.test/go-test.exp (go-set-goarch): Recognize alpha*-*-*.Uros Bizjak2011-04-011-0/+3
* * go.test/go-test.exp (go-set-goarch): Recognize MIPS ABIs.Ian Lance Taylor2011-04-011-0/+30
* Copy env.go from master Go testsuite.Ian Lance Taylor2011-03-301-3/+6
* go-test.exp (go-set-goarch): Use sparc64 for 64-bit SPARC.Rainer Orth2011-03-301-1/+1
* 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
* go-test.exp: Handle the test lines used in several new tests.Ian Lance Taylor2011-03-291-12/+100
* 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