aboutsummaryrefslogtreecommitdiff
path: root/libgo/go
AgeCommit message (Expand)AuthorFilesLines
2016-10-18runtime: copy netpoll code from Go 1.7 runtimeIan Lance Taylor9-5/+1100
2016-10-17runtime: copy rdebug code from Go 1.7 runtimeIan Lance Taylor8-30/+111
2016-10-15runtime: copy runtime package time code from Go 1.7Ian Lance Taylor2-4/+311
2016-10-14runtime: copy mprof code from Go 1.7 runtimeIan Lance Taylor5-172/+875
2016-10-14runtime: just do file/line lookup in C, move Func to GoIan Lance Taylor1-15/+23
2016-10-14debug/elf: add sparc64 relocationsIan Lance Taylor3-0/+66
2016-10-14runtime: copy cpuprof code from Go 1.7 runtimeIan Lance Taylor2-0/+466
2016-10-13runtime: copy mstats code from Go 1.7 runtimeIan Lance Taylor3-77/+466
2016-10-13syscall: don't use pt_regs in clone_linux.cIan Lance Taylor1-3/+2
2016-10-12compiler, runtime: copy string code from Go 1.7Ian Lance Taylor5-85/+674
2016-10-12syscall: mark rawClone as no_split_stackIan Lance Taylor1-1/+4
2016-10-12runtime: copy Go 1.7 runtime semaphore codeIan Lance Taylor1-0/+358
2016-10-12syscall, internal/syscall/unix: Fix getrandom, clone on sparc64Ian Lance Taylor3-10/+109
2016-10-11Accidentally failed to commit these earlier, as part of:Ian Lance Taylor2-0/+173
2016-10-10runtime: copy print/println support from Go 1.7Ian Lance Taylor3-23/+30
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