aboutsummaryrefslogtreecommitdiff
path: root/libgo/go
AgeCommit message (Expand)AuthorFilesLines
2018-01-17libgo: update to Go1.10beta2 releaseIan Lance Taylor131-5021/+6476
2018-01-14go/types: implement SizesFor for gccgoIan Lance Taylor2-3/+10
2018-01-11debug/dwarf: formStrp uses a 64-bit value for 64-bit DWARFIan Lance Taylor1-1/+12
2018-01-10os, syscall: handle _st_timespec for AIX statIan Lance Taylor3-1/+60
2018-01-10libgo: add platform support for SuperHIan Lance Taylor7-6/+10
2018-01-10Add missing .a files.Ian Lance Taylor5-0/+0
2018-01-10re PR c/82922 (Request: add -Wstrict-prototypes to -Wextra as K&R style is ob...Ian Lance Taylor1-2/+2
2018-01-10exp: remove exp/proxy and exp/terminal packagesIan Lance Taylor10-1315/+0
2018-01-10cmd/go: check for another GCC error messageIan Lance Taylor1-1/+3
2018-01-10runtime: work around escaping closure in export_test.goIan Lance Taylor1-7/+7
2018-01-10runtime: noescape some functions/variablesIan Lance Taylor5-10/+28
2018-01-10cmd/go: add AIX supportIan Lance Taylor1-6/+24
2018-01-10libgo: add aix build tagsIan Lance Taylor4-4/+4
2018-01-09os/signal/internal/pty: build on SolarisIan Lance Taylor1-1/+1
2018-01-09libgo: update to Go1.10beta1Ian Lance Taylor987-21935/+70389
2017-12-16os: pass -s to hostname on AIXIan Lance Taylor1-3/+9
2017-12-16syscall: emulate Flock on AIXIan Lance Taylor1-0/+22
2017-12-02runtime: export cgoCheck functionsIan Lance Taylor1-0/+4
2017-11-23cmd/go, go/internal/gccgoimporter: pass -X to ar on AIXIan Lance Taylor2-3/+12
2017-11-09sync/atomic, runtime/internal/atomic: don't assume reads from 0 failIan Lance Taylor3-13/+14
2017-10-20debug/dwarf: support 64-bit DWARF in byte order checkIan Lance Taylor5-16/+87
2017-09-29debug/elf: support 32-bit SPARC relocsIan Lance Taylor1-0/+42
2017-09-27net: check Getsockname error returnIan Lance Taylor1-2/+8
2017-09-22debug/xcoff,cmd: add XCOFF supportIan Lance Taylor16-19/+1104
2017-09-20syscall: enable ParseDirent for AIXIan Lance Taylor2-1/+20
2017-09-20syscall: workaround for getsockname bug in AIXIan Lance Taylor4-1/+188
2017-09-20internal,net,os,runtime,syscall: fixes for AIX following update to go1.9Ian Lance Taylor16-19/+154
2017-09-20runtime: restore "goroutine in C code" messageIan Lance Taylor2-1/+2
2017-09-15syscall: fixes for SolarisIan Lance Taylor3-2/+14
2017-09-14libgo: update to go1.9Ian Lance Taylor931-20116/+55737
2017-09-14compiler, runtime: simplify select and channel operationsIan Lance Taylor3-108/+78
2017-09-14compiler, reflect: fix struct field names for embedded aliasesIan Lance Taylor3-93/+89
2017-08-29net/internal/socktest: build sys_unix.go on AIXIan Lance Taylor1-1/+1
2017-08-29runtime: fix lfstack for 64-bit AIXIan Lance Taylor1-0/+18
2017-08-18cmd/go: pass -funwind-tables when compiling C codeIan Lance Taylor1-0/+6
2017-08-16runtime: better implementation of netpoll for AIXIan Lance Taylor1-65/+96
2017-08-09compiler: handle >32bit exponent in LdexpIan Lance Taylor1-2/+7
2017-07-21syscall: call f?statfs64 on GNU/LinuxIan Lance Taylor1-2/+2
2017-07-21runtime: allocate more stack space in CgoCallbackGC testIan Lance Taylor1-1/+3
2017-07-18re PR go/81451 (missing futex check - libgo/runtime/thread-linux.c:12:0 futex...Ian Lance Taylor1-2/+2
2017-07-14cmd/go: use gccSupportsFlag for -fsplit-stackIan Lance Taylor1-4/+2
2017-07-13re PR go/81393 (Bootstrap failure on s390x-linux while building libgo against...Ian Lance Taylor2-6/+45
2017-06-29cmd/go: fix -buildmode={c-archive,c-shared,pie} for gccgoIan Lance Taylor1-14/+24
2017-06-27runtime: adapt memory management to AIX mmapIan Lance Taylor2-1/+11
2017-06-27syscall: ptrace fixes for s390Ian Lance Taylor2-4/+4
2017-06-26syscall: don't define PtraceRegs for AlphaIan Lance Taylor1-32/+0
2017-06-23runtime: complete defer handling in CgocallBackDoneIan Lance Taylor2-10/+36
2017-06-23cmd/go: don't require GOROOT to exist for gccgoIan Lance Taylor1-2/+7
2017-06-23os: align siginfo argument to waitidIan Lance Taylor1-1/+1
2017-06-23runtime: don't crash if no p in kickoffIan Lance Taylor1-0/+18