summaryrefslogtreecommitdiff
path: root/libgo
Commit message (Expand)AuthorAgeFilesLines
* go/types: implement SizesFor for gccgoian2018-01-148-281/+350
* PR go/83794ian2018-01-111-2/+3
* debug/dwarf: formStrp uses a 64-bit value for 64-bit DWARFian2018-01-111-1/+12
* os, syscall: handle _st_timespec for AIX statian2018-01-104-2/+67
* libgo: add platform support for SuperHian2018-01-1011-14/+78
* Add missing .a files. These should have been committed with theian2018-01-105-0/+0
* PR c/82922ian2018-01-105-11/+7
* exp: remove exp/proxy and exp/terminal packagesian2018-01-1012-1391/+30
* cmd/go: check for another GCC error messageian2018-01-101-1/+3
* runtime: fix makemap calls in __go_construct_mapian2018-01-101-3/+3
* runtime: work around escaping closure in export_test.goian2018-01-101-7/+7
* runtime: noescape some functions/variablesian2018-01-105-10/+28
* cmd/go: add AIX supportian2018-01-101-6/+24
* libgo: add aix build tagsian2018-01-104-4/+4
* os/signal/internal/pty: build on Solarisian2018-01-091-1/+1
* libgo: update to Go1.10beta1ian2018-01-091093-22732/+72898
* libgo: fix GOARCH_CACHELINESIZE on ia64ian2018-01-062-2/+2
* os: pass -s to hostname on AIXian2017-12-161-3/+9
* syscall: emulate Flock on AIXian2017-12-161-0/+22
* libgo: remove -fplan9-extensions from CFLAGSian2017-12-062-2/+2
* runtime: export cgoCheck functionsian2017-12-021-0/+4
* cmd/go, go/internal/gccgoimporter: pass -X to ar on AIXian2017-11-232-3/+12
* libgo: don't use grep -q in mksigtab.shian2017-11-221-1/+1
* libgo: fix makefile bugletian2017-11-212-2/+2
* Adapt Solaris 12 referencesro2017-11-141-2/+2
* libgo: adapt Solaris 12 referencesian2017-11-145-11/+11
* sync/atomic, runtime/internal/atomic: don't assume reads from 0 failian2017-11-094-13/+16
* libgo: pass flags to recursive makeian2017-11-062-4/+4
* debug/dwarf: support 64-bit DWARF in byte order checkian2017-10-205-16/+87
* runtime: fix issues on AIX about uintptr(_t)ian2017-10-112-2/+2
* debug/elf: support 32-bit SPARC relocsian2017-09-291-0/+42
* mksysinfo: strip locale structsian2017-09-292-0/+2
* net: check Getsockname error returnian2017-09-271-2/+8
* debug/xcoff,cmd: add XCOFF supportian2017-09-2218-21/+1112
* libgo: fix build when using -enable-static=noian2017-09-202-2/+26
* syscall: enable ParseDirent for AIXian2017-09-203-1/+21
* syscall: workaround for getsockname bug in AIXian2017-09-204-1/+188
* internal,net,os,runtime,syscall: fixes for AIX following update to go1.9ian2017-09-2016-19/+154
* runtime: restore "goroutine in C code" messageian2017-09-202-1/+2
* runtime: always initialize str field in __go_string_slice resultian2017-09-181-4/+7
* syscall: fixes for Solarisian2017-09-153-2/+14
* libgo: update to go1.9ian2017-09-14980-20310/+56791
* compiler, runtime: simplify select and channel operationsian2017-09-143-108/+78
* compiler, reflect: fix struct field names for embedded aliasesian2017-09-143-93/+89
* mksysinfo: fix in6_addr in mld_hdr_t for Solarisian2017-08-312-0/+8
* net/internal/socktest: build sys_unix.go on AIXian2017-08-291-1/+1
* libgo: netinet/icmp6.h require netinet/in.h on AIXian2017-08-292-2/+21
* libgo: fix Stat_t on AIXian2017-08-291-0/+1
* runtime: make go-nosys.c compile with !HAVE_SYSCALLian2017-08-291-1/+1
* runtime: fix lfstack for 64-bit AIXian2017-08-291-0/+18