aboutsummaryrefslogtreecommitdiff
path: root/libgo/go
AgeCommit message (Expand)Author
2014-04-17gofrontend: avoid use of unsafe.Sizeof extensionian
2014-04-16libgo: Remove Solaris 8 & 9 support.ian
2014-03-03libgo: Update to Go 1.2.1 release.ian
2014-01-08 PR go/59430ian
2014-01-06go/build: Set GOARCH on arm64 systems.ian
2013-12-28net: work around Solaris connect issue when server closes socketian
2013-12-27 PR go/59506ian
2013-12-25 Revert unwanted commit.uros
2013-12-25gcc/uros
2013-12-12reflect: Fix MakeFunc returning float32 or float64 on 386.ian
2013-12-12compiler, reflect, runtime: Implement method values in reflect.ian
2013-12-11reflect, runtime: Let reflect.MakeFunc functions call recover.ian
2013-11-30reflect: Rename struct field to be consistent in assembler and Go.ian
2013-11-30reflect: Fix MakeFunc for 386 when returning a struct.ian
2013-11-27libgo: Update to current Go library.ian
2013-11-25syscall: Set SizeofSockaddrAny to the value the go distribution usesian
2013-11-24syscall: Only call varargs libc functions from C code.ian
2013-11-19reflect: Handle calls to functions that take or return empty structsian
2013-11-14net: On Solaris use Darwin keepalive code.ian
2013-11-14go/build: Add all known gccgo architectures to list.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-11mksysinfo, net: Always define F_DUPFD_CLOEXEC.ian
2013-11-11os: Do not try to run go command in test.ian
2013-11-06libgo: Update to October 24 version of master library.ian
2013-10-17syscall: Add Dup3, {Get,List,Remove,Set}xattr, {Get,Set}priority.ian
2013-10-07reflect: Use C style comments in 386 assembly for Solaris assembler.ian
2013-10-04reflect: Fix calling Interface method on value created by MakeFunc.ian
2013-10-02reflect: Use hand-coded .eh_frame section rather than CFI directives.ian
2013-10-01reflect: Fix reflect.Call with function following non-pointer.ian
2013-09-27reflect: Copy stack values onto heap in amd64 MakeFunc.ian
2013-09-27reflect: Implement MakeFunc for 386.ian
2013-09-27reflect: Implement MakeFunc for amd64.ian
2013-09-17reflect: Fix bug calling method on indirect value.ian
2013-09-03compiler, runtime: Use runtime functions to pass closure value.ian
2013-08-09net: give C.getaddrinfo a hint that we only want SOCK_STREAM answersian
2013-08-02syscall: Change AWK split call to use []+ rather than []*.ian
2013-07-24net: Only use GNU/Linux unix socket abstract paths on GNU/Linux.ian
2013-07-24net/http: Don't try to trace sendfile64 on alpha.ian
2013-07-23log/syslog: Restore interface to make this work on Solaris again.ian
2013-07-23net: Remove Solaris-specific version of listenerSockaddr.ian
2013-07-16libgo: Update to Go 1.1.1.ian
2013-06-18compiler, runtime: Use function descriptors.ian
2013-03-01runtime, testing/quick: libffi doesn't handle complex on Alpha.ian
2013-02-20 PR go/56171ian
2013-02-10compiler, libgo: Permit testing package when test imports it circularly.ian
2013-02-08syscall: Always use _C_int for C libcalls.ian
2013-02-07 PR go/56173ian
2013-02-07 PR go/56172ian
2013-02-06 PR go/56172ian