summaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Expand)AuthorFilesLines
2017-02-06Merge branches/gcc-6-branch rev 245201.Yvan Roux3-5/+6
2016-11-15Merge branches/gcc-6-branch rev 242371.Yvan Roux1-2/+5
2016-08-22Merge branches/gcc-6-branch rev 239654.Yvan Roux1-19/+16
2016-04-13 libgo: update to Go 1.6.1 releaseian12-15/+61
2016-04-12 reflect: change Value.Call results to not be addressableian2-3/+11
2016-04-02 runtime: Use atomic load for in entersyscall.ian1-1/+1
2016-02-26 PR go/69966ian4-1/+37
2016-02-24 runtime: lock M during cgo callian1-0/+4
2016-02-18 libgo: Update to final Go 1.6 release.ian43-152/+1340
2016-02-12 runtime: For c-archive/c-shared, install signal handlers synchronously.ian4-5/+15
2016-02-10 PR go/66904ian1-3/+79
2016-02-10 PR go/69511ian2-2/+2
2016-02-09 PR go/69537ian3-2/+15
2016-02-04 libgo: bump version number for upgrade to 1.6rc1ian2-2/+2
2016-02-03 libgo: Update to go1.6rc1.ian725-11813/+43703
2016-02-03 compiler, runtime: mark stub methods, ignore them in runtime.Caller.ian1-0/+2
2016-01-11 PR 68980ian1-1/+1
2015-12-18 syscall: Add definition for NLA_HDRLENian1-3/+10
2015-11-26 PR go/61303ian1-6/+10
2015-11-23 PR go/68496ian1-0/+6
2015-11-21 PR go/66378ian2-0/+2
2015-11-21 PR go/65785ian1-2/+2
2015-11-21 PR go/66574ian3-5/+62
2015-11-20 PR go/68072ian1-0/+5
2015-11-20 cmd: Use correct install tool dir with gccgoian2-2/+27
2015-11-10 libgo: use Solaris sendfile lib, fix Solaris _in6_addr_t fieldsian3-0/+63
2015-11-10 PR go/68255ian1-10/+2
2015-11-07 PR go/66138ian7-18/+47
2015-11-06 libgo: Solaris portability fixes.ian9-37/+63
2015-11-04 gotest: fix handling of --goarch optionian3-17/+7
2015-11-03 mksysinfo.sh: Make sure that CLONE_NEWUSER is defined.ian1-0/+5
2015-11-02 libgo: Bump version number.ian2-2/+2
2015-11-02 mksysinfo.sh: Handle TIOCGPGRP if too complex for -dump-go-spec.ian1-0/+8
2015-11-02 syscall: Change raw_ioctl cmd type to uintptr.ian1-2/+2
2015-11-01 mksysinfo.sh: Handle TIOCSPGRP if too complex for -fdump-go-spec.ian1-0/+8
2015-10-31 runtime: If no split stacks, allocate stacks using mmap on 64-bit systems.ian1-2/+15
2015-10-31 libgo: Update from Go 1.5 to Go 1.5.1.ian15-16/+89
2015-10-31 runtime: Remove now unnecessary pad field from ParFor.ian1006-30196/+86205
2015-10-29 compiler, reflect, runtime: remove zero field from type descriptorian4-23/+3
2015-10-29 compiler, runtime: change type hash/equal to Go funcsian19-37/+111
2015-10-09Testsuite: add dg-{begin|end}-multiline-output commandsdmalcolm1-0/+1
2015-10-07 PR go/67874ian2-1/+33
2015-09-24 runtime: Fix recent lfstack change on Solaris.ian1-1/+1
2015-09-23 PR go/67695ian1-1/+1
2015-09-23 runtime: rewrite lfstack packing/unpacking to look more like that in Goian1-21/+37
2015-09-15 libgo: If compiler can split-stack and linker can not, use -fno-split-stack.ian5-4/+23
2015-09-15 libgo: test linking split-stack and non-split-stack togetherian2-4/+53
2015-09-15 runtime: Ignore stack sizes when deciding when to GC.ian1-1/+1
2015-09-15 libgo: don't provide ustat on arm64 GNU/Linuxian7-209/+357
2015-09-11 libgo/runtime: return 0, not NULL, from mainian1-1/+1