Daily bump.
[gcc.git] / gcc / testsuite / go.test /
2021-01-07 Ian Lance Taylortest: add new Go tests from source repo
2021-01-04 Jakub JelinekUpdate copyright years.
2020-12-18 Ian Lance Taylorcompiler: check for floating-point exponent overflow
2020-12-18 Ian Lance TaylorGo testsuite: handle +build lines correctly
2020-12-17 Ian Lance Taylortest: add new Go tests from source repo
2020-12-17 Ian Lance Taylortest: add new Go tests from source repo
2020-12-16 Ian Lance Taylortest: add new Go tests from source repo
2020-12-15 Ian Lance TaylorGo testsuite: update bugs for recent change
2020-12-15 Ian Lance Taylorgo-test.exp: retain any characters at end of ERROR...
2020-12-10 Ian Lance Taylorgo-test.exp: recognize errorcheckdir -n
2020-12-09 Ian Lance Taylorgo-test.exp: rewrite errchk regexp quoting
2020-12-07 Ian Lance Taylorgo-test.exp: don't quote already-quoted parentheses
2020-12-03 Ian Lance TaylorGo testsuite: update new tests to version in source...
2020-12-03 Ian Lance TaylorGo testsuite: add a bunch of new tests from source...
2020-12-03 Ian Lance Taylorgo-test.exp: add -I. when compiling in directory
2020-12-03 Ian Lance Taylortestsuite: update existing Go tests to source repo
2020-12-03 Ian Lance Taylorcompiler: defer to middle-end for complex division
2020-12-02 Ian Lance TaylorGo testsuite: update semi6.go from source repo
2020-12-02 Ian Lance Taylorcompiler: reword "declared and not used" error message
2020-12-02 Ian Lance Taylorcompiler: improve mixed named/unnamed parameter error...
2020-12-02 Ian Lance Taylorgo-test.exp: permit trailing */ on ERROR line
2020-11-30 Ian Lance Taylorcompiler: improve error messages for expected curly...
2020-11-30 Ian Lance Taylorcompiler: always use int context for index values
2020-11-30 Ian Lance Taylorcompiler: better error messages for missing interface...
2020-11-30 Ian Lance Taylorcompiler: improve error for import of non-string
2020-11-28 Ian Lance Taylorcompiler: avoid follow-on errors for bad types
2020-09-22 Ian Lance Taylorgo.test: update issue4458.go for recent change
2020-06-12 Ian Lance Taylorgo.test: update issue4085b.go to version from Go 1.13
2020-01-10 Ian Lance Taylorcompiler: permit duplicate methods from embedded interfaces
2020-01-01 Jakub JelinekUpdate copyright years.
2019-09-06 Ian Lance Taylorlibgo: update to Go 1.13beta1 release
2019-08-20 Ian Lance Taylorcompiler, runtime: implement shifts by signed amounts
2019-06-23 Ian Lance Taylorcompiler: edit error messages to avoid -Wformat-diag...
2019-05-16 Cherry Zhangcompiler: improve escape analysis on interface conversions
2019-01-01 Jakub JelinekUpdate copyright years.
2018-10-03 Ian Lance Taylor* go.test/go-test.exp (go-set-goarch): Use amd64p32...
2018-09-24 Ian Lance Taylorlibgo: update to Go 1.11
2018-02-22 Andreas Schwabre PR go/84484 (libgo configure tests fail to find...
2018-01-03 Jakub JelinekUpdate copyright years.
2017-09-14 Ian Lance Taylorlibgo: update to go1.9
2017-06-23 James Cowgillgo-test.exp (go-set-goarch): Update MIPS architecture...
2017-05-10 Ian Lance TaylorBig merge of changes to gofrontend repo that were postp...
2017-01-25 Ian Lance Taylorcompiler: improvements for type alias handling
2017-01-01 Jakub JelinekUpdate copyright years.
2016-03-04 Dominik VogtS/390: Set GOARCH to the current target when testing...
2016-01-04 Jakub JelinekUpdate copyright years.
2015-11-21 Ian Lance Taylorre PR go/66406 (go.test/test/nilptr.go FAILs with PIE)
2015-10-06 Ian Lance Taylorcompiler: Record each import as a distinct alias.
2015-03-04 Ian Lance Taylor* go.test/go-test.exp (go-gc-tests): Skip nilptr test...
2015-02-26 Tom de VriesAdd missing cleanup in go-gc-tests for cmpout
2015-01-23 Ian Lance Taylorre PR go/64510 (FAIL: go.test/test/nilptr2.go execution...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-11-21 Lynn Bogergo-test.exp (go-set-goarch): Add case for ppc64le goarc...
2014-11-05 Dominik Vogt* go.test/go-test.exp (go-set-goarch): Enable tests...
2014-11-05 Ian Lance Taylorgo-test.exp: In +build lines, require whitespace around...
2014-11-04 Ian Lance Taylorcompiler: Logical operators should yield untyped bool...
2014-10-16 Ian Lance Taylorcompiler: Method names must be non-blank.
2014-10-16 Ian Lance TaylorTest change for treating a function receiver as any...
2014-09-15 Jakub JelinekMakefile.in (dg_target_exps): Remove.
2014-08-27 Ian Lance Taylorcompiler: Disallow call of *T method using **T variable.
2014-08-11 Ian Lance Taylorcompiler: Change return type comma-ok assignments to...
2014-07-20 Ian Lance Taylorcompiler: If a variable that is only set, give not...
2014-07-20 Ian Lance Taylorgo-test.exp (go-gc-tests): Support multiple files in...
2014-07-04 Thomas SchwingeNormalize interface for all *-dg-runtest.
2014-06-06 Ian Lance Taylorlibgo: Merge to master revision 19184.
2014-04-30 Ian Lance Taylorgo-test.exp (go-gc-tests): For rundir...
2014-01-15 Matthias Klosego-test.exp: Set goarch for aarch64*-*-*.
2014-01-09 Ian Lance Taylorgo-test.exp (go-gc-tests): Skip nilptr tests that test...
2014-01-09 Uros Bizjakgo-test.exp (go-gc-tests): Don't run peano.go on system...
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-12-13 Ian Lance TaylorUpdate to copy of current master Go testsuite.
2013-12-12 Ian Lance Taylorcompiler: Don't compare structs with blank non-comparab...
2013-10-24 Ian Lance Taylorgo-test.exp (errchk): Combine quoted strings in comments.
2013-10-14 Ian Lance TaylorUpdate Go testsuite to a copy of the Go 1.1.2 testsuite.
2013-08-07 Ian Lance Taylorcompiler: Fix "missing return" error for case T1, T2...
2013-06-26 Ian Lance Taylorcompiler: reject integer division by zero constant.
2013-06-25 Ian Lance TaylorUpdate shift1.go test for recent changes.
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2012-12-13 Ian Lance Taylorcompiler: Accept trailing comma after varargs parameter.
2012-12-12 Ian Lance Taylorruntime: Delete from a nil map is now a no-op.
2012-12-05 Ian Lance Taylorcompiler: Check for negative or inverted arguments...
2012-11-09 Ian Lance Taylorgo-test.exp (go-gc-tests): Handle runoutput test type...
2012-11-06 Ian Lance TaylorUpdate index.go from master testsuite.
2012-10-23 Ian Lance Taylorlibgo: Update to current sources.
2012-09-29 Ian Lance TaylorUpdate to current version of Go testsuite.
2012-08-23 Ian Lance Taylorcompiler: Comparisons return untyped boolean value.
2012-04-20 Ian Lance Taylorgo-test.exp (go-set-goarch): Recognize powerpc*-*-*.
2012-03-02 Ian Lance Taylorlibgo: Update to weekly.2012-02-22 release.
2012-03-02 Ian Lance Taylorlibgo: Update to weekly.2012-02-14 release.
2012-02-14 Ian Lance Taylorre PR go/48501 (64bit-out.go, select5-out.go, tmp.go...
2012-02-12 Ian Lance Taylorre PR go/51874 (Many libgo testsuite failures on IRIX)
2012-02-09 Ian Lance Taylorgo-test.exp (go-gc-tests): Don't run stack.go on system...
2012-02-09 Ian Lance Taylorlibgo: Update to weekly.2012-02-07.
2012-02-09 Ian Lance Taylorgo-test.exp (go-gc-tests): Don't run chan/select2.go...
2012-02-01 Uros Bizjakgo-test.exp (go-gc-tests): xfail test/nilptr.go runtime...
2012-01-30 Uros Bizjakre PR go/48501 (64bit-out.go, select5-out.go, tmp.go...
2012-01-25 Ian Lance TaylorRemove a couple of object files committed by accident.
2012-01-25 Ian Lance Taylorgo-test.exp (go-gc-tests): Handle a few more test lines.
2012-01-25 Ian Lance TaylorUpdate to current Go testsuite.
2012-01-24 Ian Lance Taylorcompiler: Do not allow slice of array literal.
next