OSDN Git Service

PR go/50656
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / go.test / test /
2012-01-18 ian PR go/50656
2012-01-13 ianlibgo: Update to weekly.2011-12-22.
2012-01-06 iancompiler, runtime: Implement struct and array comparisons.
2011-12-28 iancompiler: Prohibit comparisons of funcs, maps, and...
2011-12-14 ianlibgo: Update to weekly.2011-12-06.
2011-12-13 ianlibgo: Update to weekly.2011-12-02.
2011-12-13 iancompiler: Permit converting between string and named...
2011-12-08 iancompiler: Don't check for hidden fields on struct assig...
2011-12-07 ianlibgo: Update to weekly 2011-11-09.
2011-12-03 ianlibgo: Update to weekly.2011-11-02.
2011-11-04 ianFix select { case v, ok := <-c: }.
2011-10-26 ianUpdate Go library to last weekly.
2011-10-22 ianUpdate Go library to r60.3 release.
2011-09-23 ian * go.test/go-test.exp (errchk): Handle more cases...
2011-09-21 ianUpdate Go testsuite to release r60.
2011-09-20 ianImplement goto restrictions.
2011-09-17 ianImprove errors for invalid use of [...]type.
2011-09-16 ianBlock forever on send/receive to/from nil channel.
2011-09-16 ianUpdate Go library to r60.
2011-05-20 ianUpdate to current version of Go library.
2011-03-30 ianCopy env.go from master Go testsuite.
2011-03-30 ianUpdate to current Go library.
2011-03-29 ianUpdate to current master Go testsuite.
2011-03-28 ianPermit copying hidden fields when passing method receiver.
2011-03-26 ianDon't look up methods for pointer to interface.
2011-03-26 ianDon't permit embedded field to be pointer to interface.
2011-03-25 ianGive an error if a label is defined but not used.
2011-03-25 ianRemove closed function. Fix tuple receive in select.
2011-03-24 ianCondition in if statement is not optional.
2011-03-24 ianChange c <- v from an expression to a statement.
2011-03-23 ianSend on a closed channel panics.
2011-02-19 ianRemove old mechanism for passing varargs argument to...
2011-01-21 ianRemove the types float and complex.
2010-12-03 ianAdd Go frontend, libgo library, and Go testsuite.