Age | Commit message (Expand) | Author | Files | Lines |
2018-02-02 | runtime: scan register backing store on ia64 | Ian Lance Taylor | 1 | -0/+4 |
2018-02-01 | math: adjust compilation flags, use them when testing | Ian Lance Taylor | 1 | -5/+5 |
2018-02-01 | compiler: omit field name for embedded fields in reflection string | Ian Lance Taylor | 1 | -0/+8 |
2018-02-01 | net: declare lib_getaddrinfo as returning int32 | Ian Lance Taylor | 1 | -1/+1 |
2018-01-31 | net: rename TestAddr6 to avoid gotest confusion | Ian Lance Taylor | 1 | -3/+3 |
2018-01-30 | internal/syscall/unix: add randomTrap for sh/shbe | Ian Lance Taylor | 1 | -0/+11 |
2018-01-27 | libgo: update to Go1.10rc1 | Ian Lance Taylor | 4 | -0/+62 |
2018-01-27 | libgo: update to Go1.10rc1 | Ian Lance Taylor | 33 | -503/+792 |
2018-01-25 | compiler: deref receiver types in mangled names | Ian Lance Taylor | 1 | -1/+1 |
2018-01-25 | runtime: fix lfstackUnpack on ia64 | Ian Lance Taylor | 1 | -1/+1 |
2018-01-24 | compiler: rationalize external symbol names | Ian Lance Taylor | 4 | -13/+13 |
2018-01-23 | cmd/go: buildid support for AIX archives. | Ian Lance Taylor | 3 | -0/+130 |
2018-01-19 | runtime: no escape for some functions on AIX | Ian Lance Taylor | 2 | -0/+4 |
2018-01-19 | cmd/go: recognize AIX objects and archives | Ian Lance Taylor | 1 | -0/+3 |
2018-01-19 | runtime: add go:noescape declaration for Solaris | Ian Lance Taylor | 1 | -0/+1 |
2018-01-18 | re PR go/83787 (Many 32-bit Solaris/SPARC Go tests FAIL after Go1.10beta1 upd... | Ian Lance Taylor | 1 | -0/+1 |
2018-01-17 | archive/tar: support stat and device numbers on AIX | Ian Lance Taylor | 2 | -2/+12 |
2018-01-17 | libgo: update to Go1.10beta2 release | Ian Lance Taylor | 131 | -5021/+6476 |
2018-01-14 | go/types: implement SizesFor for gccgo | Ian Lance Taylor | 2 | -3/+10 |
2018-01-11 | debug/dwarf: formStrp uses a 64-bit value for 64-bit DWARF | Ian Lance Taylor | 1 | -1/+12 |
2018-01-10 | os, syscall: handle _st_timespec for AIX stat | Ian Lance Taylor | 3 | -1/+60 |
2018-01-10 | libgo: add platform support for SuperH | Ian Lance Taylor | 7 | -6/+10 |
2018-01-10 | Add missing .a files. | Ian Lance Taylor | 5 | -0/+0 |
2018-01-10 | re PR c/82922 (Request: add -Wstrict-prototypes to -Wextra as K&R style is ob... | Ian Lance Taylor | 1 | -2/+2 |
2018-01-10 | exp: remove exp/proxy and exp/terminal packages | Ian Lance Taylor | 10 | -1315/+0 |
2018-01-10 | cmd/go: check for another GCC error message | Ian Lance Taylor | 1 | -1/+3 |
2018-01-10 | runtime: work around escaping closure in export_test.go | Ian Lance Taylor | 1 | -7/+7 |
2018-01-10 | runtime: noescape some functions/variables | Ian Lance Taylor | 5 | -10/+28 |
2018-01-10 | cmd/go: add AIX support | Ian Lance Taylor | 1 | -6/+24 |
2018-01-10 | libgo: add aix build tags | Ian Lance Taylor | 4 | -4/+4 |
2018-01-09 | os/signal/internal/pty: build on Solaris | Ian Lance Taylor | 1 | -1/+1 |
2018-01-09 | libgo: update to Go1.10beta1 | Ian Lance Taylor | 987 | -21935/+70389 |
2017-12-16 | os: pass -s to hostname on AIX | Ian Lance Taylor | 1 | -3/+9 |
2017-12-16 | syscall: emulate Flock on AIX | Ian Lance Taylor | 1 | -0/+22 |
2017-12-02 | runtime: export cgoCheck functions | Ian Lance Taylor | 1 | -0/+4 |
2017-11-23 | cmd/go, go/internal/gccgoimporter: pass -X to ar on AIX | Ian Lance Taylor | 2 | -3/+12 |
2017-11-09 | sync/atomic, runtime/internal/atomic: don't assume reads from 0 fail | Ian Lance Taylor | 3 | -13/+14 |
2017-10-20 | debug/dwarf: support 64-bit DWARF in byte order check | Ian Lance Taylor | 5 | -16/+87 |
2017-09-29 | debug/elf: support 32-bit SPARC relocs | Ian Lance Taylor | 1 | -0/+42 |
2017-09-27 | net: check Getsockname error return | Ian Lance Taylor | 1 | -2/+8 |
2017-09-22 | debug/xcoff,cmd: add XCOFF support | Ian Lance Taylor | 16 | -19/+1104 |
2017-09-20 | syscall: enable ParseDirent for AIX | Ian Lance Taylor | 2 | -1/+20 |
2017-09-20 | syscall: workaround for getsockname bug in AIX | Ian Lance Taylor | 4 | -1/+188 |
2017-09-20 | internal,net,os,runtime,syscall: fixes for AIX following update to go1.9 | Ian Lance Taylor | 16 | -19/+154 |
2017-09-20 | runtime: restore "goroutine in C code" message | Ian Lance Taylor | 2 | -1/+2 |
2017-09-15 | syscall: fixes for Solaris | Ian Lance Taylor | 3 | -2/+14 |
2017-09-14 | libgo: update to go1.9 | Ian Lance Taylor | 931 | -20116/+55737 |
2017-09-14 | compiler, runtime: simplify select and channel operations | Ian Lance Taylor | 3 | -108/+78 |
2017-09-14 | compiler, reflect: fix struct field names for embedded aliases | Ian Lance Taylor | 3 | -93/+89 |
2017-08-29 | net/internal/socktest: build sys_unix.go on AIX | Ian Lance Taylor | 1 | -1/+1 |