aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/go.test/test
AgeCommit message (Expand)AuthorFilesLines
2021-08-02compiler, runtime: allow slice to array pointer conversionIan Lance Taylor1-0/+86
2021-08-02compiler, runtime: support unsafe.Add and unsafe.SliceIan Lance Taylor1-0/+64
2021-04-02Skip couple of Go tests on 32-bit SPARCEric Botcazou2-2/+2
2021-01-07test: add new Go tests from source repoIan Lance Taylor3-0/+33
2020-12-18compiler: check for floating-point exponent overflowIan Lance Taylor2-11/+15
2020-12-17Go testsuite: handle +build lines correctlyIan Lance Taylor17-28/+17
2020-12-16test: add new Go tests from source repoIan Lance Taylor505-0/+13602
2020-12-16test: add new Go tests from source repoIan Lance Taylor274-0/+7480
2020-12-16test: add new Go tests from source repoIan Lance Taylor14-0/+579
2020-12-15Go testsuite: update bugs for recent changeIan Lance Taylor2-2/+2
2020-12-03Go testsuite: update new tests to version in source repoIan Lance Taylor23-59/+50
2020-12-03Go testsuite: add a bunch of new tests from source repoIan Lance Taylor112-0/+3339
2020-12-03testsuite: update existing Go tests to source repoIan Lance Taylor582-10318/+4741
2020-12-03compiler: defer to middle-end for complex divisionIan Lance Taylor3-2455/+4170
2020-12-02Go testsuite: update semi6.go from source repoIan Lance Taylor1-5/+3
2020-12-02compiler: reword "declared and not used" error messageIan Lance Taylor2-15/+5
2020-12-02compiler: improve mixed named/unnamed parameter error messageIan Lance Taylor1-3/+3
2020-11-30compiler: improve error messages for expected curly braceIan Lance Taylor3-8/+6
2020-11-30compiler: always use int context for index valuesIan Lance Taylor1-6/+12
2020-11-30compiler: better error messages for missing interface methodIan Lance Taylor1-2/+2
2020-11-30compiler: improve error for import of non-stringIan Lance Taylor1-32/+4
2020-11-28compiler: avoid follow-on errors for bad typesIan Lance Taylor1-8/+13
2020-09-22go.test: update issue4458.go for recent changeIan Lance Taylor1-1/+1
2020-06-12go.test: update issue4085b.go to version from Go 1.13Ian Lance Taylor1-1/+3
2020-01-10compiler: permit duplicate methods from embedded interfacesIan Lance Taylor2-17/+3
2019-09-06libgo: update to Go 1.13beta1 releaseIan Lance Taylor1-0/+1
2019-08-20compiler, runtime: implement shifts by signed amountsIan Lance Taylor1-5/+5
2019-06-23compiler: edit error messages to avoid -Wformat-diag warningsIan Lance Taylor1-3/+3
2019-05-16compiler: improve escape analysis on interface conversionsCherry Zhang1-1/+4
2018-09-24libgo: update to Go 1.11Ian Lance Taylor2-17/+30
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