aboutsummaryrefslogtreecommitdiff
path: root/libgo/go
AgeCommit message (Expand)AuthorFilesLines
2016-10-10runtime: copy channel code from Go 1.7 runtimeIan Lance Taylor6-7/+2496
2016-09-30runtime: copy internal locking code from Go 1.7 runtimeIan Lance Taylor12-25/+1297
2016-09-29runtime: copy runtime.go and runtime1.go from Go 1.7Ian Lance Taylor10-43/+835
2016-09-23internal/syscall/unix: add getrandom syscall for MIPS and SPARCIan Lance Taylor4-1/+34
2016-09-21compiler, runtime: replace hashmap code with Go 1.7 hashmapIan Lance Taylor10-108/+1918
2016-09-20syscall: build export_unix_test.go on solarisIan Lance Taylor1-1/+1
2016-09-11runtime/internal/sys: new package, API copied from Go 1.7Ian Lance Taylor5-5/+164
2016-09-10libgo: update to Go 1.7.1 releaseIan Lance Taylor26-253/+1110
2016-09-10runtime/internal/atomic: new package, API copied from Go 1.7Ian Lance Taylor4-0/+396
2016-09-09runtime: align ucontext_t argument to 16 byte boundaryIan Lance Taylor1-1/+5
2016-08-30runtime: use -fgo-c-header to build C header fileIan Lance Taylor3-0/+1037
2016-08-15cmd/go: ignore errors from go/build for standard packagesIan Lance Taylor1-0/+7
2016-08-13crypto/aes, hash/crc32: ignore s390x specific files for nowIan Lance Taylor3-0/+6
2016-08-13syscall: remove exec_solaris_test.goIan Lance Taylor1-37/+0
2016-08-11os: fix build tags for dir_regfile.goIan Lance Taylor1-2/+2
2016-08-08text/template: reduce maxExecDepth for gccgo furtherIan Lance Taylor1-2/+2
2016-08-07internal/syscall/unix: fix syscalls for alpha, ia64, s390Ian Lance Taylor3-0/+27
2016-08-06libgo: fix getrandom build for 32-bit ppcIan Lance Taylor1-1/+1
2016-08-06libgo: change build procedure to use build tagsIan Lance Taylor102-2226/+140
2016-08-04text/template: reduce maxExecDepth for gccgoIan Lance Taylor1-1/+3
2016-07-26os/user: fix Solaris declaration.Ian Lance Taylor1-1/+1
2016-07-22libgo: update to go1.7rc3Ian Lance Taylor1139-16532/+51083
2016-04-23cmd/go: bring in final version of gccgo pkg-config supportIan Lance Taylor1-2/+11
2016-04-13libgo: update to Go 1.6.1 releaseIan Lance Taylor10-13/+59
2016-04-12reflect: change Value.Call results to not be addressableIan Lance Taylor2-3/+11
2016-02-26re PR go/69966 (libgo: Port syscall.SetsockoptUcred from golang)Ian Lance Taylor3-0/+28
2016-02-18libgo: Update to final Go 1.6 release.Ian Lance Taylor40-149/+1337
2016-02-10re PR go/66904 (cmd/go: "#cgo pkg-config:" comments do not work with gccgo)Ian Lance Taylor1-3/+79
2016-02-03libgo: Update to go1.6rc1.Ian Lance Taylor715-11668/+43431
2015-11-21re PR go/66378 (libgo syscall.Sendfile() does not honor/use offset argument)Ian Lance Taylor2-0/+2
2015-11-21re PR go/65785 (libgo TestIPv4MulticastListener test fails on machine with no...Ian Lance Taylor1-2/+2
2015-11-20re PR go/68072 (malformed DWARF TagVariable entry)Ian Lance Taylor1-0/+5
2015-11-20cmd: Use correct install tool dir with gccgoIan Lance Taylor2-2/+27
2015-11-10re PR go/68255 (cgo-generated constructor not being called)Ian Lance Taylor1-10/+2
2015-11-07re PR go/66138 (json decoder Decode function fails for some structure return ...Ian Lance Taylor7-18/+47
2015-11-06libgo: Solaris portability fixes.Ian Lance Taylor6-32/+44
2015-11-02syscall: Change raw_ioctl cmd type to uintptr.Ian Lance Taylor1-2/+2
2015-10-31libgo: Update from Go 1.5 to Go 1.5.1.Ian Lance Taylor13-14/+87
2015-10-31runtime: Remove now unnecessary pad field from ParFor.Ian Lance Taylor988-30033/+85128
2015-10-29compiler, reflect, runtime: remove zero field from type descriptorIan Lance Taylor1-6/+0
2015-10-29compiler, runtime: change type hash/equal to Go funcsIan Lance Taylor1-2/+2
2015-10-07re PR go/67874 (fd_unix.go does not build when there is fcntl64 and no fcntl ...Ian Lance Taylor1-1/+9
2015-09-15libgo: don't provide ustat on arm64 GNU/LinuxIan Lance Taylor2-3/+11
2015-08-03syscall: RawSockaddr fix for ppc64, ppc64leIan Lance Taylor3-5/+28
2015-07-13syscall: remove calls to Entersyscall & Exitsyscall in GetdentsIan Lance Taylor1-2/+0
2015-04-17re PR go/64683 (FAIL: runtime/pprof -- testing.go:278: The entry did not match)Ian Lance Taylor1-0/+4
2015-04-17re PR go/65755 (incorrect reflection of struct fields with gccgo)Ian Lance Taylor1-7/+1
2015-03-31go/cmd/go: always link external test packages firstIan Lance Taylor3-5/+14
2015-03-26re PR go/65587 (C package incomplete/not working for powerpc-linux-gnu)Ian Lance Taylor1-1/+1
2015-03-26libgo: Fix go/runtime test failure on S390.Ian Lance Taylor2-1/+11