Age | Commit message (Expand) | Author | Files | Lines |
2013-10-17 | syscall: Add Dup3, {Get,List,Remove,Set}xattr, {Get,Set}priority. | Ian Lance Taylor | 2 | -0/+21 |
2013-10-07 | reflect: Use C style comments in 386 assembly for Solaris assembler. | Ian Lance Taylor | 1 | -23/+24 |
2013-10-04 | reflect: Fix calling Interface method on value created by MakeFunc. | Ian Lance Taylor | 2 | -1/+25 |
2013-10-02 | reflect: Use hand-coded .eh_frame section rather than CFI directives. | Ian Lance Taylor | 2 | -21/+162 |
2013-10-01 | reflect: Fix reflect.Call with function following non-pointer. | Ian Lance Taylor | 2 | -2/+13 |
2013-09-27 | reflect: Copy stack values onto heap in amd64 MakeFunc. | Ian Lance Taylor | 1 | -2/+8 |
2013-09-27 | reflect: Implement MakeFunc for 386. | Ian Lance Taylor | 4 | -2/+248 |
2013-09-27 | reflect: Implement MakeFunc for amd64. | Ian Lance Taylor | 6 | -77/+634 |
2013-09-17 | reflect: Fix bug calling method on indirect value. | Ian Lance Taylor | 1 | -1/+7 |
2013-09-03 | compiler, runtime: Use runtime functions to pass closure value. | Ian Lance Taylor | 1 | -7/+0 |
2013-08-09 | net: give C.getaddrinfo a hint that we only want SOCK_STREAM answers | Ian Lance Taylor | 1 | -1/+2 |
2013-08-02 | syscall: Change AWK split call to use []+ rather than []*. | Ian Lance Taylor | 1 | -2/+2 |
2013-07-24 | net: Only use GNU/Linux unix socket abstract paths on GNU/Linux. | Ian Lance Taylor | 5 | -47/+49 |
2013-07-24 | net/http: Don't try to trace sendfile64 on alpha. | Ian Lance Taylor | 1 | -1/+6 |
2013-07-23 | log/syslog: Restore interface to make this work on Solaris again. | Ian Lance Taylor | 3 | -13/+31 |
2013-07-23 | net: Remove Solaris-specific version of listenerSockaddr. | Ian Lance Taylor | 1 | -29/+0 |
2013-07-16 | libgo: Update to Go 1.1.1. | Ian Lance Taylor | 577 | -120618/+19645 |
2013-06-18 | compiler, runtime: Use function descriptors. | Ian Lance Taylor | 5 | -14/+46 |
2013-03-01 | runtime, testing/quick: libffi doesn't handle complex on Alpha. | Ian Lance Taylor | 1 | -2/+5 |
2013-02-20 | re PR go/56171 (syscall FAILs on Solaris) | Ian Lance Taylor | 4 | -25/+72 |
2013-02-10 | compiler, libgo: Permit testing package when test imports it circularly. | Ian Lance Taylor | 15 | -255/+68 |
2013-02-08 | syscall: Always use _C_int for C libcalls. | Ian Lance Taylor | 9 | -48/+48 |
2013-02-07 | re PR go/56173 (Several libgo tests FAIL on Solaris/SPARC) | Ian Lance Taylor | 1 | -2/+12 |
2013-02-07 | re PR go/56172 (net FAILs on Solaris) | Ian Lance Taylor | 1 | -1/+1 |
2013-02-06 | re PR go/56172 (net FAILs on Solaris) | Ian Lance Taylor | 4 | -7/+34 |
2013-01-30 | libgo: Update Go library to master revision 15502/229081515358. | Ian Lance Taylor | 10 | -85/+128 |
2013-01-29 | libgo: Update Go library to master revision 15489/921e53d4863c. | Ian Lance Taylor | 270 | -49068/+60329 |
2013-01-24 | re PR go/46986 (Go is not supported on Darwin) | Ian Lance Taylor | 7 | -40/+47 |
2013-01-24 | re PR go/46986 (Go is not supported on Darwin) | Ian Lance Taylor | 1 | -2/+2 |
2012-12-22 | libgo: Update to revision 15193:6fdc1974457c of master library. | Ian Lance Taylor | 88 | -454/+1884 |
2012-12-21 | compiler: Error if name defined in both package and file blocks. | Ian Lance Taylor | 1 | -5/+5 |
2012-12-17 | log/syslog: Solaris portability patches. | Ian Lance Taylor | 1 | -8/+13 |
2012-12-12 | libgo: Update to current master library sources. | Ian Lance Taylor | 139 | -1881/+6105 |
2012-12-06 | os: Clean up directory reading code. | Ian Lance Taylor | 2 | -24/+41 |
2012-12-05 | syscall: Fix splice syscall. | Ian Lance Taylor | 1 | -0/+2 |
2012-11-29 | compiler, runtime: Track fields with tag go:"track". | Ian Lance Taylor | 1 | -0/+7 |
2012-11-24 | syscall: Fix handling of Unix domain @ addresses. | Ian Lance Taylor | 2 | -2/+6 |
2012-11-21 | libgo: Update to current version of master library. | Ian Lance Taylor | 304 | -19067/+61763 |
2012-11-19 | reflect: Fix invalid sharing in valueInterface. | Ian Lance Taylor | 1 | -4/+4 |
2012-11-12 | syscall: Force first letter of error message to lower case. | Ian Lance Taylor | 3 | -6/+24 |
2012-11-10 | reflect: Fix bug comparing struct field types. | Ian Lance Taylor | 1 | -3/+14 |
2012-11-06 | compiler, libgo: Fixes to prepare for 64-bit int. | Ian Lance Taylor | 3 | -7/+9 |
2012-11-05 | os: support more OSes | Ian Lance Taylor | 2 | -0/+61 |
2012-11-02 | syscall, mksysinfo: Prepare syscall package for 64-bit int. | Ian Lance Taylor | 13 | -136/+141 |
2012-11-01 | compiler, runtime: More steps toward separating int and intgo. | Ian Lance Taylor | 2 | -4/+4 |
2012-10-26 | syscall: fix creds_test to reliably close os.File | Ian Lance Taylor | 1 | -2/+6 |
2012-10-25 | libgo: Solaris portability patches. | Ian Lance Taylor | 2 | -90/+13 |
2012-10-23 | runtime: Disable crash tests that runs go tool. | Ian Lance Taylor | 1 | -9/+14 |
2012-10-23 | libgo: Update to current sources. | Ian Lance Taylor | 516 | -11689/+54434 |
2012-10-03 | libgo: Update to Go 1.0.3. | Ian Lance Taylor | 117 | -469/+2028 |