]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/testsuite/go.test
replace ISL with isl
[thirdparty/gcc.git] / gcc / testsuite / go.test /
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.
2012-01-23  Ian Lance Taylorcompiler: Give an error if a variable is defined but...
2012-01-21  Ian Lance Taylorcompiler: Change alias handling, change rune alias...
2012-01-20  Ian Lance Taylorcompiler: Handle recursive interfaces.
2012-01-20  Uros Bizjakgo-test.exp (go-gc-tests): Pass correctly formatted...
2012-01-18  Ian Lance Taylorre PR go/50656 (Several Go tests with unrecognized...
2012-01-13  Ian Lance Taylorlibgo: Update to weekly.2011-12-22.
2012-01-06  Ian Lance Taylorcompiler, runtime: Implement struct and array comparisons.
2011-12-28  Ian Lance Taylorcompiler: Prohibit comparisons of funcs, maps, and...
2011-12-14  Ian Lance Taylorlibgo: Update to weekly.2011-12-06.
2011-12-13  Ian Lance Taylorlibgo: Update to weekly.2011-12-02.
2011-12-13  Ian Lance Taylorcompiler: Permit converting between string and named...
2011-12-08  Ian Lance Taylorcompiler: Don't check for hidden fields on struct assig...
2011-12-07  Ian Lance Taylorlibgo: Update to weekly 2011-11-09.
2011-12-03  Ian Lance Taylorlibgo: Update to weekly.2011-11-02.
2011-11-04  Ian Lance TaylorFix select { case v, ok := <-c: }.
2011-10-26  Ian Lance TaylorUpdate Go library to last weekly.
2011-10-22  Ian Lance TaylorUpdate Go library to r60.3 release.
2011-09-23  Ian Lance Taylorgo-test.exp (errchk): Handle more cases of getting...
2011-09-21  Ian Lance TaylorUpdate Go testsuite to release r60.
2011-09-20  Ian Lance TaylorImplement goto restrictions.
2011-09-17  Ian Lance TaylorImprove errors for invalid use of [...]type.
2011-09-16  Ian Lance TaylorBlock forever on send/receive to/from nil channel.
2011-09-16  Ian Lance TaylorUpdate Go library to r60.
2011-07-11  H.J. LuCheck ia32 effective target.
2011-05-20  Ian Lance TaylorUpdate to current version of Go library.
2011-04-25  Rainer Orth* go.test/go-test.exp (go-set-goarch): Accept mips...
2011-04-01  Uros Bizjak* go.test/go-test.exp (go-set-goarch): Recognize alpha...
2011-04-01  Ian Lance Taylor* go.test/go-test.exp (go-set-goarch): Recognize MIPS...
2011-03-30  Ian Lance TaylorCopy env.go from master Go testsuite.
2011-03-30  Rainer Orthgo-test.exp (go-set-goarch): Use sparc64 for 64-bit...
2011-03-30  Ian Lance TaylorUpdate to current Go library.
2011-03-29  Ian Lance TaylorUpdate to current master Go testsuite.
2011-03-29  Ian Lance Taylorgo-test.exp: Handle the test lines used in several...
2011-03-28  Ian Lance TaylorPermit copying hidden fields when passing method receiver.
2011-03-26  Ian Lance TaylorDon't look up methods for pointer to interface.
2011-03-26  Ian Lance TaylorDon't permit embedded field to be pointer to interface.
2011-03-25  Ian Lance TaylorGive an error if a label is defined but not used.
2011-03-25  Ian Lance TaylorRemove closed function. Fix tuple receive in select.
2011-03-24  Ian Lance TaylorCondition in if statement is not optional.
2011-03-24  Ian Lance TaylorChange c <- v from an expression to a statement.
2011-03-23  Ian Lance Taylor* go.test/go-test.exp (errchk): Ignore lines containing...
2011-03-23  Ian Lance TaylorSend on a closed channel panics.
2011-03-08  Jakub Jelinekgo-test.exp: For goroutines.go test if GCCGO_RUN_ALL_TE...
2011-02-19  Ian Lance TaylorRemove old mechanism for passing varargs argument to...
2011-01-21  Ian Lance TaylorRemove the types float and complex.
2011-01-12  Rainer Orthgo-test.exp (go-set-goarch): New proc.
next