| Commit message (Expand) | Author | Age | Files | Lines |
* | libgo: Update to Go 1.2.1 release. | ian | 2014-03-03 | 3 | -10/+65 |
* | PR go/59430 | ian | 2014-01-08 | 3 | -6/+36 |
* | go/build: Set GOARCH on arm64 systems. | ian | 2014-01-06 | 4 | -3/+5 |
* | net: work around Solaris connect issue when server closes socket | ian | 2013-12-28 | 1 | -0/+10 |
* | PR go/59506 | ian | 2013-12-27 | 1 | -1/+1 |
* | Revert unwanted commit. | uros | 2013-12-25 | 1 | -1/+1 |
* | gcc/ | uros | 2013-12-25 | 1 | -1/+1 |
* | reflect: Fix MakeFunc returning float32 or float64 on 386. | ian | 2013-12-12 | 2 | -15/+26 |
* | compiler, reflect, runtime: Implement method values in reflect. | ian | 2013-12-12 | 6 | -44/+115 |
* | reflect, runtime: Let reflect.MakeFunc functions call recover. | ian | 2013-12-11 | 2 | -0/+31 |
* | reflect: Rename struct field to be consistent in assembler and Go. | ian | 2013-11-30 | 1 | -2/+2 |
* | reflect: Fix MakeFunc for 386 when returning a struct. | ian | 2013-11-30 | 2 | -1/+14 |
* | libgo: Update to current Go library. | ian | 2013-11-27 | 29 | -59/+240 |
* | syscall: Set SizeofSockaddrAny to the value the go distribution uses | ian | 2013-11-25 | 1 | -1/+1 |
* | syscall: Only call varargs libc functions from C code. | ian | 2013-11-24 | 5 | -5/+5 |
* | reflect: Handle calls to functions that take or return empty structs | ian | 2013-11-19 | 1 | -0/+40 |
* | net: On Solaris use Darwin keepalive code. | ian | 2013-11-14 | 1 | -25/+0 |
* | go/build: Add all known gccgo architectures to list. | ian | 2013-11-14 | 1 | -1/+1 |
* | libgo/go/go/build: use syslist.go from the gc stdlib. | ian | 2013-11-14 | 1 | -0/+8 |
* | net: Fix TCP keepalive handling for Solaris. | ian | 2013-11-11 | 1 | -0/+25 |
* | mksysinfo, net: Always define F_DUPFD_CLOEXEC. | ian | 2013-11-11 | 1 | -1/+1 |
* | os: Do not try to run go command in test. | ian | 2013-11-11 | 1 | -0/+1 |
* | libgo: Update to October 24 version of master library. | ian | 2013-11-06 | 543 | -6047/+29665 |
* | syscall: Add Dup3, {Get,List,Remove,Set}xattr, {Get,Set}priority. | ian | 2013-10-17 | 2 | -0/+21 |
* | reflect: Use C style comments in 386 assembly for Solaris assembler. | ian | 2013-10-07 | 1 | -23/+24 |
* | reflect: Fix calling Interface method on value created by MakeFunc. | ian | 2013-10-04 | 2 | -1/+25 |
* | reflect: Use hand-coded .eh_frame section rather than CFI directives. | ian | 2013-10-02 | 2 | -21/+162 |
* | reflect: Fix reflect.Call with function following non-pointer. | ian | 2013-10-01 | 2 | -2/+13 |
* | reflect: Copy stack values onto heap in amd64 MakeFunc. | ian | 2013-09-27 | 1 | -2/+8 |
* | reflect: Implement MakeFunc for 386. | ian | 2013-09-27 | 4 | -2/+248 |
* | reflect: Implement MakeFunc for amd64. | ian | 2013-09-27 | 6 | -77/+634 |
* | reflect: Fix bug calling method on indirect value. | ian | 2013-09-17 | 1 | -1/+7 |
* | compiler, runtime: Use runtime functions to pass closure value. | ian | 2013-09-03 | 1 | -7/+0 |
* | net: give C.getaddrinfo a hint that we only want SOCK_STREAM answers | ian | 2013-08-09 | 1 | -1/+2 |
* | syscall: Change AWK split call to use []+ rather than []*. | ian | 2013-08-02 | 1 | -2/+2 |
* | net: Only use GNU/Linux unix socket abstract paths on GNU/Linux. | ian | 2013-07-24 | 5 | -47/+49 |
* | net/http: Don't try to trace sendfile64 on alpha. | ian | 2013-07-24 | 1 | -1/+6 |
* | log/syslog: Restore interface to make this work on Solaris again. | ian | 2013-07-23 | 3 | -13/+31 |
* | net: Remove Solaris-specific version of listenerSockaddr. | ian | 2013-07-23 | 1 | -29/+0 |
* | libgo: Update to Go 1.1.1. | ian | 2013-07-16 | 577 | -120618/+19645 |
* | compiler, runtime: Use function descriptors. | ian | 2013-06-18 | 5 | -14/+46 |
* | runtime, testing/quick: libffi doesn't handle complex on Alpha. | ian | 2013-03-01 | 1 | -2/+5 |
* | PR go/56171 | ian | 2013-02-20 | 4 | -25/+72 |
* | compiler, libgo: Permit testing package when test imports it circularly. | ian | 2013-02-10 | 15 | -255/+68 |
* | syscall: Always use _C_int for C libcalls. | ian | 2013-02-08 | 9 | -48/+48 |
* | PR go/56173 | ian | 2013-02-07 | 1 | -2/+12 |
* | PR go/56172 | ian | 2013-02-07 | 1 | -1/+1 |
* | PR go/56172 | ian | 2013-02-06 | 4 | -7/+34 |
* | libgo: Update Go library to master revision 15502/229081515358. | ian | 2013-01-30 | 10 | -85/+128 |
* | libgo: Update Go library to master revision 15489/921e53d4863c. | ian | 2013-01-29 | 270 | -49068/+60329 |