aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/go.test/test
AgeCommit message (Expand)AuthorFilesLines
2017-09-14libgo: update to go1.9Ian Lance Taylor1-13/+2
2017-05-10Big merge of changes to gofrontend repo that were postponed due to theIan Lance Taylor1-8/+12
2017-01-25compiler: improvements for type alias handlingIan Lance Taylor1-2/+2
2015-10-06compiler: Record each import as a distinct alias.Ian Lance Taylor2-3/+3
2014-11-04compiler: Logical operators should yield untyped bool for untyped operands.Ian Lance Taylor1-3/+3
2014-10-16compiler: Method names must be non-blank.Ian Lance Taylor2-16/+2
2014-10-16Test change for treating a function receiver as any other parameter list.Ian Lance Taylor1-4/+6
2014-08-27compiler: Disallow call of *T method using **T variable.Ian Lance Taylor1-3/+3
2014-08-11compiler: Change return type comma-ok assignments to untyped bools.Ian Lance Taylor1-4/+4
2014-07-20compiler: If a variable that is only set, give not used error.Ian Lance Taylor1-0/+2
2014-06-06libgo: Merge to master revision 19184.Ian Lance Taylor3-7/+7
2013-12-13Update to copy of current master Go testsuite.Ian Lance Taylor95-135/+3096
2013-12-12compiler: Don't compare structs with blank non-comparable fields.Ian Lance Taylor2-4/+4
2013-10-14Update Go testsuite to a copy of the Go 1.1.2 testsuite.Ian Lance Taylor319-2829/+12601
2013-08-07compiler: Fix "missing return" error for case T1, T2 in type switches.Ian Lance Taylor1-2/+2
2013-06-26compiler: reject integer division by zero constant.Ian Lance Taylor2-3/+24
2013-06-25Update shift1.go test for recent changes.Ian Lance Taylor1-1/+204
2012-12-13compiler: Accept trailing comma after varargs parameter.Ian Lance Taylor1-1/+1
2012-12-12runtime: Delete from a nil map is now a no-op.Ian Lance Taylor1-3/+2
2012-12-05compiler: Check for negative or inverted arguments to make.Ian Lance Taylor1-1/+2
2012-11-09go-test.exp (go-gc-tests): Handle runoutput test type with arguments.Ian Lance Taylor4-23/+49
2012-11-06Update index.go from master testsuite.Ian Lance Taylor1-0/+5
2012-10-23libgo: Update to current sources.Ian Lance Taylor2-3/+3
2012-09-29Update to current version of Go testsuite.Ian Lance Taylor747-1999/+6976
2012-08-23compiler: Comparisons return untyped boolean value.Ian Lance Taylor1-2/+2
2012-03-02libgo: Update to weekly.2012-02-22 release.Ian Lance Taylor6-344/+9
2012-03-02libgo: Update to weekly.2012-02-14 release.Ian Lance Taylor1-4/+4
2012-02-09libgo: Update to weekly.2012-02-07.Ian Lance Taylor6-28/+37
2012-01-25Remove a couple of object files committed by accident.Ian Lance Taylor2-1146/+0
2012-01-25Update to current Go testsuite.Ian Lance Taylor231-1152/+8948
2012-01-24compiler: Do not allow slice of array literal.Ian Lance Taylor1-53/+0
2012-01-23compiler: Give an error if a variable is defined but not used.Ian Lance Taylor12-6/+13
2012-01-21compiler: Change alias handling, change rune alias to int32.Ian Lance Taylor5-28/+23
2012-01-20compiler: Handle recursive interfaces.Ian Lance Taylor2-2/+2
2012-01-18re PR go/50656 (Several Go tests with unrecognized test line)Ian Lance Taylor2-2/+8
2012-01-13libgo: Update to weekly.2011-12-22.Ian Lance Taylor1-2/+2
2012-01-06compiler, runtime: Implement struct and array comparisons.Ian Lance Taylor2-10/+29
2011-12-28compiler: Prohibit comparisons of funcs, maps, and slices to non-nil.Ian Lance Taylor4-152/+2
2011-12-14libgo: Update to weekly.2011-12-06.Ian Lance Taylor2-10/+10
2011-12-13libgo: Update to weekly.2011-12-02.Ian Lance Taylor2-5/+3
2011-12-13compiler: Permit converting between string and named []byte/[]rune.Ian Lance Taylor2-11/+10
2011-12-08compiler: Don't check for hidden fields on struct assignments.Ian Lance Taylor6-104/+11
2011-12-07libgo: Update to weekly 2011-11-09.Ian Lance Taylor8-30/+41
2011-12-03libgo: Update to weekly.2011-11-02.Ian Lance Taylor12-48/+36
2011-11-04Fix select { case v, ok := <-c: }.Ian Lance Taylor1-0/+29
2011-10-26Update Go library to last weekly.Ian Lance Taylor2-76/+26
2011-10-22Update Go library to r60.3 release.Ian Lance Taylor1-20/+20
2011-09-23go-test.exp (errchk): Handle more cases of getting correct Tcl backslash quot...Ian Lance Taylor3-8/+8
2011-09-21Update Go testsuite to release r60.Ian Lance Taylor87-77/+2374
2011-09-20Implement goto restrictions.Ian Lance Taylor3-13/+17