aboutsummaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Expand)Author
2017-11-21Adapt Solaris 12 referencesRainer Orth
2017-10-15re PR go/82559 (libgo bootstrap broken on at least alpha, s390x)Ian Lance Taylor
2017-10-09Backport correct Go MIPS architecture names from trunk.James Cowgill
2017-10-02libgo: update to Go 1.8.3 releaseIan Lance Taylor
2017-08-04re PR go/81617 (mksigtab.sh fails to resolve NSIG with glibc 2.26)Ian Lance Taylor
2017-07-20re PR go/81393 (Bootstrap failure on s390x-linux while building libgo against...Ian Lance Taylor
2017-06-23os: align siginfo argument to waitidIan Lance Taylor
2017-05-17libgo: add "vendor" to pkgpath for vendored standard packagesIan Lance Taylor
2017-04-17libgo: update to Go 1.8.1 releaseIan Lance Taylor
2017-04-12re PR go/77857 (gccgo: vendoring doesn't work in gcc 6/7)Ian Lance Taylor
2017-04-04re PR go/80302 (FAIL: time on systems with tzdata2017b installed)Ian Lance Taylor
2017-03-22internal/syscall/unix: add randomTrap for m68kIan Lance Taylor
2017-03-01cmd/go: add testdata/timeoutbench_test.goIan Lance Taylor
2017-02-28mksigtab.sh: skip signals defined as other signalsIan Lance Taylor
2017-02-28runtime: fix sigfwd to not allocate memoryIan Lance Taylor
2017-02-28libgo: fix quoting in mksigtab.shIan Lance Taylor
2017-02-17libgo: update to final Go 1.8 releaseIan Lance Taylor
2017-02-13re PR go/79443 (libgo/math test fails on s390x (undefined symbols cosh, sinh,...Ian Lance Taylor
2017-01-27libgo: update to go1.8rc3Ian Lance Taylor
2017-01-26runtime: fix setting of isarchiveIan Lance Taylor
2017-01-26runtime: fix context used by getTracebackIan Lance Taylor
2017-01-23libgo: update to go1.8rc2Ian Lance Taylor
2017-01-23re PR go/79037 (gccgo: Binaries crash with parforsetup: pos is not aligned on...Ian Lance Taylor
2017-01-23libgo: bump library version to 11Ian Lance Taylor
2017-01-20runtime, testing/internal/testdeps: fixes for cgoIan Lance Taylor
2017-01-20re PR go/79146 (Bootstrapping go on s390x fails; redefined symbols)Ian Lance Taylor
2017-01-20re PR go/79146 (Bootstrapping go on s390x fails; redefined symbols)Ian Lance Taylor
2017-01-18syscall, golang_org/x/net/lif: fixes for gccgo on SolarisIan Lance Taylor
2017-01-16runtime: rename siginfo to _siginfo_tIan Lance Taylor
2017-01-16libgo: correct golang_org Makefile variables not used on all systemsIan Lance Taylor
2017-01-14libgo: update to Go 1.8 release candidate 1Ian Lance Taylor
2017-01-10runtime: copy more scheduler code from Go 1.7 runtimeIan Lance Taylor
2017-01-10compiler, runtime: drop size arguments to hash/equal functionsIan Lance Taylor
2017-01-09runtime: copy more of scheduler from Go 1.7 runtimeIan Lance Taylor
2017-01-06runtime: actually remove go-alloc.hIan Lance Taylor
2017-01-06re PR go/78978 (runtime/pprof FAILs on Solaris 2/x86)Ian Lance Taylor
2017-01-03runtime: remove __go_alloc and __go_freeIan Lance Taylor
2017-01-03re PR go/78789 (Error: no such instruction: `aesenc %xmm0,%xmm2' when compili...Ian Lance Taylor
2016-12-19runtime: copy cgo support from Go 1.7 runtimeIan Lance Taylor
2016-12-13libgo: fixes for Solaris buildIan Lance Taylor
2016-12-08runtime: mark non-x86 aeshashbody parameters as unusedIan Lance Taylor
2016-12-08runtime: copy memory hash code from Go 1.7Ian Lance Taylor
2016-12-08runtime: allocate _panic struct on heapIan Lance Taylor
2016-12-08runtime: remove some unused variables/declarations from runtime.hIan Lance Taylor
2016-12-01runtime: set isarchive in initsigIan Lance Taylor
2016-11-30runtime: print C functions in tracebackIan Lance Taylor
2016-11-30runtime: fixes for -buildmode=c-archiveIan Lance Taylor
2016-11-22re PR go/77910 (go: open zversion.go: no such file or directory)Ian Lance Taylor
2016-11-22runtime: rewrite panic/defer code from C to GoIan Lance Taylor
2016-11-18runtime: move schedt type and sched var from C to GoIan Lance Taylor