Age | Commit message (Expand) | Author | Files | Lines |
2015-11-06 | libgo: Solaris portability fixes. | Ian Lance Taylor | 1 | -3/+6 |
2015-11-04 | gotest: fix handling of --goarch option | Ian Lance Taylor | 1 | -3/+3 |
2015-10-31 | runtime: Remove now unnecessary pad field from ParFor. | Ian Lance Taylor | 1 | -38/+348 |
2015-09-15 | libgo: If compiler can split-stack and linker can not, use -fno-split-stack. | Ian Lance Taylor | 1 | -1/+2 |
2015-09-15 | libgo: don't provide ustat on arm64 GNU/Linux | Ian Lance Taylor | 1 | -159/+230 |
2015-09-10 | libgo: Use stat_atim.go on Solaris 12+ | Ian Lance Taylor | 1 | -1/+2 |
2015-08-03 | syscall: RawSockaddr fix for ppc64, ppc64le | Ian Lance Taylor | 1 | -0/+5 |
2015-04-29 | runtime: Support -buildmode=c-shared. | Ian Lance Taylor | 1 | -4/+31 |
2015-04-24 | re PR go/65616 (libgobegin.a not compiled with -fPIC) | Ian Lance Taylor | 1 | -13/+32 |
2015-04-07 | re PR go/63731 (Fallback to netgo does not work) | Ian Lance Taylor | 1 | -27/+63 |
2015-03-25 | re PR go/65570 (cannot find package "runtime/cgo") | Ian Lance Taylor | 1 | -1/+1 |
2015-03-24 | re PR go/65462 (Use of 'go get' with gccgo is not finding dependencies correc... | Ian Lance Taylor | 1 | -17/+31 |
2015-01-21 | runtime: Add the Go language version information to the Version output. | Ian Lance Taylor | 1 | -1/+1 |
2015-01-16 | compiler, reflect, runtime: Use static chain for closures. | Richard Henderson | 1 | -39/+5 |
2015-01-16 | net: Restore earlier Solaris-specific version of setKeepAlivePeriod. | Ian Lance Taylor | 1 | -2/+3 |
2015-01-15 | libgo, compiler: Upgrade libgo to Go 1.4, except for runtime. | Ian Lance Taylor | 1 | -27/+78 |
2015-01-06 | libgo: Add sources for go, cgo, and gofmt commands. | Ian Lance Taylor | 1 | -0/+2 |
2014-12-17 | mksysinfo: Pass -O to compiler to avoid warnings on CentOS. | Ian Lance Taylor | 1 | -1/+1 |
2014-12-01 | runtime: introduce mvifdiff.sh script to replace GCC's move-if-change | Ian Lance Taylor | 1 | -6/+6 |
2014-11-14 | runtime: set library name based on compiler name | Ian Lance Taylor | 1 | -37/+54 |
2014-11-04 | libgo: add s390 support | Ian Lance Taylor | 1 | -3/+16 |
2014-11-03 | runtime: use "$GOC -dumpversion" instead of BASE-VER to discover compiler ver... | Ian Lance Taylor | 1 | -1/+1 |
2014-07-19 | reflect, runtime: Use libffi closures to implement reflect.MakeFunc. | Ian Lance Taylor | 1 | -12/+30 |
2014-07-19 | libgo: Update to Go 1.3 release. | Ian Lance Taylor | 1 | -44/+46 |
2014-07-12 | runtime: Merge master revision 19185. | Ian Lance Taylor | 1 | -52/+14 |
2014-07-11 | runtime: Rename iface.goc to go-iface.goc. | Ian Lance Taylor | 1 | -3/+3 |
2014-07-01 | runtime: introduce build targets for running benchmarks | Ian Lance Taylor | 1 | -0/+6 |
2014-06-06 | libgo: Merge to master revision 19184. | Ian Lance Taylor | 1 | -29/+43 |
2014-06-04 | libgo: Merge from revision 18783:00cce3a34d7e of master library. | Ian Lance Taylor | 1 | -11/+29 |
2014-05-29 | runtime: add the --without-libatomic configure option | Ian Lance Taylor | 1 | -5/+4 |
2014-05-01 | runtime: ask $GOC rather than $CC for the version and multi-os-directory | Ian Lance Taylor | 1 | -1/+1 |
2014-01-08 | re PR go/59430 (os/user FAILs on Solaris) | Ian Lance Taylor | 1 | -2/+5 |
2013-11-24 | syscall: Only call varargs libc functions from C code. | Ian Lance Taylor | 1 | -4/+13 |
2013-11-14 | net: On Solaris use Darwin keepalive code. | Ian Lance Taylor | 1 | -1/+1 |
2013-11-14 | runtime: Add netpoll code that uses select. | Ian Lance Taylor | 1 | -31/+18 |
2013-11-14 | libgo/go/go/build: use syslist.go from the gc stdlib. | Ian Lance Taylor | 1 | -10/+1 |
2013-11-11 | net: Fix TCP keepalive handling for Solaris. | Ian Lance Taylor | 1 | -1/+2 |
2013-11-06 | libgo: Update to October 24 version of master library. | Ian Lance Taylor | 1 | -37/+123 |
2013-10-09 | compiler, runtime: Fix complex division of NaN / 0. | Ian Lance Taylor | 1 | -1/+10 |
2013-09-27 | reflect: Implement MakeFunc for 386. | Ian Lance Taylor | 1 | -3/+9 |
2013-09-27 | reflect: Implement MakeFunc for amd64. | Ian Lance Taylor | 1 | -11/+26 |
2013-07-16 | libgo: Update to Go 1.1.1. | Ian Lance Taylor | 1 | -397/+109 |
2013-06-18 | compiler, runtime: Use function descriptors. | Ian Lance Taylor | 1 | -10/+1 |
2013-02-20 | re PR go/56171 (syscall FAILs on Solaris) | Ian Lance Taylor | 1 | -2/+14 |
2013-02-11 | re PR go/56171 (syscall FAILs on Solaris) | Ian Lance Taylor | 1 | -1/+1 |
2013-02-09 | re PR go/56017 (libgo testsuite does not support cross testing) | Ian Lance Taylor | 1 | -1/+4 |
2013-02-05 | re PR go/56017 (libgo testsuite does not support cross testing) | Ian Lance Taylor | 1 | -3/+2 |
2013-02-02 | re PR go/56171 (syscall FAILs on Solaris) | Ian Lance Taylor | 1 | -2/+10 |
2013-01-29 | libgo: Update Go library to master revision 15489/921e53d4863c. | Ian Lance Taylor | 1 | -38/+73 |
2013-01-24 | re PR go/46986 (Go is not supported on Darwin) | Ian Lance Taylor | 1 | -3/+3 |