aboutsummaryrefslogtreecommitdiff
path: root/libgo/Makefile.in
AgeCommit message (Expand)Author
2015-11-06 libgo: Solaris portability fixes.ian
2015-11-04 gotest: fix handling of --goarch optionian
2015-10-31 runtime: Remove now unnecessary pad field from ParFor.ian
2015-09-15 libgo: If compiler can split-stack and linker can not, use -fno-split-stack.ian
2015-09-15 libgo: don't provide ustat on arm64 GNU/Linuxian
2015-09-10 libgo: Use stat_atim.go on Solaris 12+ian
2015-08-03 syscall: RawSockaddr fix for ppc64, ppc64leian
2015-04-29runtime: Support -buildmode=c-shared.ian
2015-04-24 PR go/65616ian
2015-04-07 PR go/63731ian
2015-03-25 PR go/65570ian
2015-03-24 PR go/65462ian
2015-01-21runtime: Add the Go language version information to the Version output.ian
2015-01-16compiler, reflect, runtime: Use static chain for closures.ian
2015-01-16net: Restore earlier Solaris-specific version of setKeepAlivePeriod.ian
2015-01-15libgo, compiler: Upgrade libgo to Go 1.4, except for runtime.ian
2015-01-06libgo: Add sources for go, cgo, and gofmt commands.ian
2014-12-17mksysinfo: Pass -O to compiler to avoid warnings on CentOS.ian
2014-12-01runtime: introduce mvifdiff.sh script to replace GCC's move-if-changeian
2014-11-14runtime: set library name based on compiler nameian
2014-11-04libgo: add s390 supportian
2014-11-03runtime: use "$GOC -dumpversion" instead of BASE-VER to discover compiler ver...ian
2014-07-19reflect, runtime: Use libffi closures to implement reflect.MakeFunc.ian
2014-07-19libgo: Update to Go 1.3 release.ian
2014-07-12runtime: Merge master revision 19185.ian
2014-07-11runtime: Rename iface.goc to go-iface.goc.ian
2014-07-01runtime: introduce build targets for running benchmarksian
2014-06-06libgo: Merge to master revision 19184.ian
2014-06-04libgo: Merge from revision 18783:00cce3a34d7e of master library.ian
2014-05-29runtime: add the --without-libatomic configure optionian
2014-05-01runtime: ask $GOC rather than $CC for the version and multi-os-directoryian
2014-01-08 PR go/59430ian
2013-11-24syscall: Only call varargs libc functions from C code.ian
2013-11-14net: On Solaris use Darwin keepalive code.ian
2013-11-14runtime: Add netpoll code that uses select.ian
2013-11-14libgo/go/go/build: use syslist.go from the gc stdlib.ian
2013-11-11net: Fix TCP keepalive handling for Solaris.ian
2013-11-06libgo: Update to October 24 version of master library.ian
2013-10-09compiler, runtime: Fix complex division of NaN / 0.ian
2013-09-27reflect: Implement MakeFunc for 386.ian
2013-09-27reflect: Implement MakeFunc for amd64.ian
2013-07-16libgo: Update to Go 1.1.1.ian
2013-06-18compiler, runtime: Use function descriptors.ian
2013-02-20 PR go/56171ian
2013-02-11 PR go/56171ian
2013-02-09 PR go/56017ian
2013-02-05 PR go/56017ian
2013-02-02 PR go/56171ian
2013-01-29libgo: Update Go library to master revision 15489/921e53d4863c.ian
2013-01-24 PR go/46986ian