summaryrefslogtreecommitdiffstats
path: root/libgo/go
Commit message (Expand)AuthorAgeFilesLines
* libgo: Update to Go 1.2.1 release.ian2014-03-033-10/+65
* PR go/59430ian2014-01-083-6/+36
* go/build: Set GOARCH on arm64 systems.ian2014-01-064-3/+5
* net: work around Solaris connect issue when server closes socketian2013-12-281-0/+10
* PR go/59506ian2013-12-271-1/+1
* Revert unwanted commit.uros2013-12-251-1/+1
* gcc/uros2013-12-251-1/+1
* reflect: Fix MakeFunc returning float32 or float64 on 386.ian2013-12-122-15/+26
* compiler, reflect, runtime: Implement method values in reflect.ian2013-12-126-44/+115
* reflect, runtime: Let reflect.MakeFunc functions call recover.ian2013-12-112-0/+31
* reflect: Rename struct field to be consistent in assembler and Go.ian2013-11-301-2/+2
* reflect: Fix MakeFunc for 386 when returning a struct.ian2013-11-302-1/+14
* libgo: Update to current Go library.ian2013-11-2729-59/+240
* syscall: Set SizeofSockaddrAny to the value the go distribution usesian2013-11-251-1/+1
* syscall: Only call varargs libc functions from C code.ian2013-11-245-5/+5
* reflect: Handle calls to functions that take or return empty structsian2013-11-191-0/+40
* net: On Solaris use Darwin keepalive code.ian2013-11-141-25/+0
* go/build: Add all known gccgo architectures to list.ian2013-11-141-1/+1
* libgo/go/go/build: use syslist.go from the gc stdlib.ian2013-11-141-0/+8
* net: Fix TCP keepalive handling for Solaris.ian2013-11-111-0/+25
* mksysinfo, net: Always define F_DUPFD_CLOEXEC.ian2013-11-111-1/+1
* os: Do not try to run go command in test.ian2013-11-111-0/+1
* libgo: Update to October 24 version of master library.ian2013-11-06543-6047/+29665
* syscall: Add Dup3, {Get,List,Remove,Set}xattr, {Get,Set}priority.ian2013-10-172-0/+21
* reflect: Use C style comments in 386 assembly for Solaris assembler.ian2013-10-071-23/+24
* reflect: Fix calling Interface method on value created by MakeFunc.ian2013-10-042-1/+25
* reflect: Use hand-coded .eh_frame section rather than CFI directives.ian2013-10-022-21/+162
* reflect: Fix reflect.Call with function following non-pointer.ian2013-10-012-2/+13
* reflect: Copy stack values onto heap in amd64 MakeFunc.ian2013-09-271-2/+8
* reflect: Implement MakeFunc for 386.ian2013-09-274-2/+248
* reflect: Implement MakeFunc for amd64.ian2013-09-276-77/+634
* reflect: Fix bug calling method on indirect value.ian2013-09-171-1/+7
* compiler, runtime: Use runtime functions to pass closure value.ian2013-09-031-7/+0
* net: give C.getaddrinfo a hint that we only want SOCK_STREAM answersian2013-08-091-1/+2
* syscall: Change AWK split call to use []+ rather than []*.ian2013-08-021-2/+2
* net: Only use GNU/Linux unix socket abstract paths on GNU/Linux.ian2013-07-245-47/+49
* net/http: Don't try to trace sendfile64 on alpha.ian2013-07-241-1/+6
* log/syslog: Restore interface to make this work on Solaris again.ian2013-07-233-13/+31
* net: Remove Solaris-specific version of listenerSockaddr.ian2013-07-231-29/+0
* libgo: Update to Go 1.1.1.ian2013-07-16577-120618/+19645
* compiler, runtime: Use function descriptors.ian2013-06-185-14/+46
* runtime, testing/quick: libffi doesn't handle complex on Alpha.ian2013-03-011-2/+5
* PR go/56171ian2013-02-204-25/+72
* compiler, libgo: Permit testing package when test imports it circularly.ian2013-02-1015-255/+68
* syscall: Always use _C_int for C libcalls.ian2013-02-089-48/+48
* PR go/56173ian2013-02-071-2/+12
* PR go/56172ian2013-02-071-1/+1
* PR go/56172ian2013-02-064-7/+34
* libgo: Update Go library to master revision 15502/229081515358.ian2013-01-3010-85/+128
* libgo: Update Go library to master revision 15489/921e53d4863c.ian2013-01-29270-49068/+60329
OpenPOWER on IntegriCloud