summaryrefslogtreecommitdiff
path: root/libgo
Commit message (Expand)AuthorAgeFilesLines
* mksysinfo.sh: always define CLONE_NEWNETian2016-08-091-0/+3
* text/template: reduce maxExecDepth for gccgo furtherian2016-08-081-2/+2
* libgo: don't have .lo depend on .lo.depian2016-08-082-310/+316
* testsuite: fix gotest for absolute srcdirian2016-08-081-24/+42
* PR go/72814ian2016-08-081-0/+11
* internal/syscall/unix: fix syscalls for alpha, ia64, s390ian2016-08-077-6/+58
* libgo: fix getrandom build for 32-bit ppcian2016-08-061-1/+1
* libgo: change build procedure to use build tagsian2016-08-06108-5851/+1164
* runtime: fix incorrectly commented out code in heapdump.cian2016-08-041-2/+4
* text/template: reduce maxExecDepth for gccgoian2016-08-041-1/+3
* gotest: multiple +build lines must all be trueian2016-08-031-45/+49
* libgo: bump library version number for 1.7ian2016-07-262-2/+2
* os/user: fix Solaris declaration.ian2016-07-261-1/+1
* libgo: update to go1.7rc3ian2016-07-221154-16623/+51784
* cmd/go: bring in final version of gccgo pkg-config supportian2016-04-231-2/+11
* libgo: update to Go 1.6.1 releaseian2016-04-1312-15/+61
* reflect: change Value.Call results to not be addressableian2016-04-122-3/+11
* runtime: Use atomic load for in entersyscall.ian2016-04-021-1/+1
* PR go/69966ian2016-02-264-1/+37
* runtime: lock M during cgo callian2016-02-241-0/+4
* libgo: Update to final Go 1.6 release.ian2016-02-1843-152/+1340
* runtime: For c-archive/c-shared, install signal handlers synchronously.ian2016-02-124-5/+15
* PR go/66904ian2016-02-101-3/+79
* PR go/69511ian2016-02-102-2/+2
* PR go/69537ian2016-02-093-2/+15
* libgo: bump version number for upgrade to 1.6rc1ian2016-02-042-2/+2
* libgo: Update to go1.6rc1.ian2016-02-03725-11813/+43703
* compiler, runtime: mark stub methods, ignore them in runtime.Caller.ian2016-02-031-0/+2
* PR 68980ian2016-01-111-1/+1
* syscall: Add definition for NLA_HDRLENian2015-12-181-3/+10
* PR go/61303ian2015-11-261-6/+10
* PR go/68496ian2015-11-231-0/+6
* PR go/66378ian2015-11-212-0/+2
* PR go/65785ian2015-11-211-2/+2
* PR go/66574ian2015-11-213-5/+62
* PR go/68072ian2015-11-201-0/+5
* cmd: Use correct install tool dir with gccgoian2015-11-202-2/+27
* libgo: use Solaris sendfile lib, fix Solaris _in6_addr_t fieldsian2015-11-103-0/+63
* PR go/68255ian2015-11-101-10/+2
* PR go/66138ian2015-11-077-18/+47
* libgo: Solaris portability fixes.ian2015-11-069-37/+63
* gotest: fix handling of --goarch optionian2015-11-043-17/+7
* mksysinfo.sh: Make sure that CLONE_NEWUSER is defined.ian2015-11-031-0/+5
* libgo: Bump version number.ian2015-11-022-2/+2
* mksysinfo.sh: Handle TIOCGPGRP if too complex for -dump-go-spec.ian2015-11-021-0/+8
* syscall: Change raw_ioctl cmd type to uintptr.ian2015-11-021-2/+2
* mksysinfo.sh: Handle TIOCSPGRP if too complex for -fdump-go-spec.ian2015-11-011-0/+8
* runtime: If no split stacks, allocate stacks using mmap on 64-bit systems.ian2015-10-311-2/+15
* libgo: Update from Go 1.5 to Go 1.5.1.ian2015-10-3115-16/+89
* runtime: Remove now unnecessary pad field from ParFor.ian2015-10-311006-30196/+86205