Age | Commit message (Expand) | Author | Files | Lines |
2014-07-20 | runtime: remove unused variable | Ian Lance Taylor | 1 | -4/+3 |
2014-07-20 | runtime: add a missing import | Ian Lance Taylor | 1 | -1/+1 |
2014-07-19 | reflect, runtime: Use libffi closures to implement reflect.MakeFunc. | Ian Lance Taylor | 5 | -63/+290 |
2014-07-19 | libgo: Update to Go 1.3 release. | Ian Lance Taylor | 422 | -4133/+11539 |
2014-07-12 | runtime: Merge master revision 19185. | Ian Lance Taylor | 2 | -19/+21 |
2014-06-24 | runtime: add missing benchmark input files to the repository | Ian Lance Taylor | 7 | -0/+0 |
2014-06-06 | libgo: Merge to master revision 19184. | Ian Lance Taylor | 279 | -4790/+9742 |
2014-06-04 | libgo: Merge from revision 18783:00cce3a34d7e of master library. | Ian Lance Taylor | 205 | -7478/+8793 |
2014-04-17 | gofrontend: deduplicate C syscall function declarations | Ian Lance Taylor | 1 | -2/+5 |
2014-04-17 | runtime: remove use of obsolete map deletion syntax | Ian Lance Taylor | 1 | -1/+1 |
2014-04-17 | gofrontend: avoid use of unsafe.Sizeof extension | Ian Lance Taylor | 1 | -1/+1 |
2014-04-16 | libgo: Remove Solaris 8 & 9 support. | Ian Lance Taylor | 1 | -10/+0 |
2014-03-03 | libgo: Update to Go 1.2.1 release. | Ian Lance Taylor | 3 | -10/+65 |
2014-01-08 | re PR go/59430 (os/user FAILs on Solaris) | Ian Lance Taylor | 3 | -6/+36 |
2014-01-06 | go/build: Set GOARCH on arm64 systems. | Ian Lance Taylor | 4 | -3/+5 |
2013-12-28 | net: work around Solaris connect issue when server closes socket | Ian Lance Taylor | 1 | -0/+10 |
2013-12-27 | re PR go/59506 (net FAILs (timeout) on alpha) | Ian Lance Taylor | 1 | -1/+1 |
2013-12-25 | Revert unwanted commit. | Uros Bizjak | 1 | -1/+1 |
2013-12-25 | re PR target/59422 (Support more targets for function multi versioning) | Allan Sandfeld Jensen | 1 | -1/+1 |
2013-12-12 | reflect: Fix MakeFunc returning float32 or float64 on 386. | Ian Lance Taylor | 2 | -15/+26 |
2013-12-12 | compiler, reflect, runtime: Implement method values in reflect. | Ian Lance Taylor | 6 | -44/+115 |
2013-12-11 | reflect, runtime: Let reflect.MakeFunc functions call recover. | Ian Lance Taylor | 2 | -0/+31 |
2013-11-30 | reflect: Rename struct field to be consistent in assembler and Go. | Ian Lance Taylor | 1 | -2/+2 |
2013-11-30 | reflect: Fix MakeFunc for 386 when returning a struct. | Ian Lance Taylor | 2 | -1/+14 |
2013-11-27 | libgo: Update to current Go library. | Ian Lance Taylor | 29 | -59/+240 |
2013-11-25 | syscall: Set SizeofSockaddrAny to the value the go distribution uses | Ian Lance Taylor | 1 | -1/+1 |
2013-11-24 | syscall: Only call varargs libc functions from C code. | Ian Lance Taylor | 5 | -5/+5 |
2013-11-19 | reflect: Handle calls to functions that take or return empty structs | Ian Lance Taylor | 1 | -0/+40 |
2013-11-14 | net: On Solaris use Darwin keepalive code. | Ian Lance Taylor | 1 | -25/+0 |
2013-11-14 | go/build: Add all known gccgo architectures to list. | Ian Lance Taylor | 1 | -1/+1 |
2013-11-14 | libgo/go/go/build: use syslist.go from the gc stdlib. | Ian Lance Taylor | 1 | -0/+8 |
2013-11-11 | net: Fix TCP keepalive handling for Solaris. | Ian Lance Taylor | 1 | -0/+25 |
2013-11-11 | mksysinfo, net: Always define F_DUPFD_CLOEXEC. | Ian Lance Taylor | 1 | -1/+1 |
2013-11-11 | os: Do not try to run go command in test. | Ian Lance Taylor | 1 | -0/+1 |
2013-11-06 | libgo: Update to October 24 version of master library. | Ian Lance Taylor | 543 | -6047/+29665 |
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 |