aboutsummaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Expand)AuthorFilesLines
2017-04-17libgo: update to Go 1.8.1 releaseIan Lance Taylor24-41/+359
2017-04-12re PR go/77857 (gccgo: vendoring doesn't work in gcc 6/7)Ian Lance Taylor1-8/+49
2017-04-04re PR go/80302 (FAIL: time on systems with tzdata2017b installed)Ian Lance Taylor1-10/+31
2017-03-22internal/syscall/unix: add randomTrap for m68kIan Lance Taylor1-0/+9
2017-03-01cmd/go: add testdata/timeoutbench_test.goIan Lance Taylor1-0/+10
2017-02-28mksigtab.sh: skip signals defined as other signalsIan Lance Taylor1-1/+2
2017-02-28runtime: fix sigfwd to not allocate memoryIan Lance Taylor1-3/+4
2017-02-28libgo: fix quoting in mksigtab.shIan Lance Taylor1-1/+1
2017-02-17libgo: update to final Go 1.8 releaseIan Lance Taylor19-264/+893
2017-02-13re PR go/79443 (libgo/math test fails on s390x (undefined symbols cosh, sinh,...Ian Lance Taylor2-0/+3
2017-01-27libgo: update to go1.8rc3Ian Lance Taylor14-92/+389
2017-01-26runtime: fix setting of isarchiveIan Lance Taylor1-0/+5
2017-01-26runtime: fix context used by getTracebackIan Lance Taylor1-1/+1
2017-01-23libgo: update to go1.8rc2Ian Lance Taylor120-103/+10870
2017-01-23re PR go/79037 (gccgo: Binaries crash with parforsetup: pos is not aligned on...Ian Lance Taylor3-3/+4
2017-01-23libgo: bump library version to 11Ian Lance Taylor2-2/+2
2017-01-20runtime, testing/internal/testdeps: fixes for cgoIan Lance Taylor4-6/+59
2017-01-20re PR go/79146 (Bootstrapping go on s390x fails; redefined symbols)Ian Lance Taylor1-0/+1
2017-01-20re PR go/79146 (Bootstrapping go on s390x fails; redefined symbols)Ian Lance Taylor1-0/+1
2017-01-18syscall, golang_org/x/net/lif: fixes for gccgo on SolarisIan Lance Taylor4-24/+25
2017-01-16runtime: rename siginfo to _siginfo_tIan Lance Taylor4-10/+8
2017-01-16libgo: correct golang_org Makefile variables not used on all systemsIan Lance Taylor2-4/+4
2017-01-14libgo: update to Go 1.8 release candidate 1Ian Lance Taylor973-17420/+69003
2017-01-10runtime: copy more scheduler code from Go 1.7 runtimeIan Lance Taylor12-393/+586
2017-01-10compiler, runtime: drop size arguments to hash/equal functionsIan Lance Taylor13-416/+212
2017-01-09runtime: copy more of scheduler from Go 1.7 runtimeIan Lance Taylor15-1541/+1996
2017-01-06runtime: actually remove go-alloc.hIan Lance Taylor1-11/+0
2017-01-06re PR go/78978 (runtime/pprof FAILs on Solaris 2/x86)Ian Lance Taylor5-50/+36
2017-01-03runtime: remove __go_alloc and __go_freeIan Lance Taylor17-442/+351
2017-01-03re PR go/78789 (Error: no such instruction: `aesenc %xmm0,%xmm2' when compili...Ian Lance Taylor9-4/+65
2016-12-19runtime: copy cgo support from Go 1.7 runtimeIan Lance Taylor17-633/+629
2016-12-13libgo: fixes for Solaris buildIan Lance Taylor6-9/+74
2016-12-08runtime: mark non-x86 aeshashbody parameters as unusedIan Lance Taylor1-1/+4
2016-12-08runtime: copy memory hash code from Go 1.7Ian Lance Taylor20-46/+935
2016-12-08runtime: allocate _panic struct on heapIan Lance Taylor1-4/+13
2016-12-08runtime: remove some unused variables/declarations from runtime.hIan Lance Taylor1-4/+0
2016-12-01runtime: set isarchive in initsigIan Lance Taylor1-0/+5
2016-11-30runtime: print C functions in tracebackIan Lance Taylor1-0/+9
2016-11-30runtime: fixes for -buildmode=c-archiveIan Lance Taylor4-5/+23
2016-11-22re PR go/77910 (go: open zversion.go: no such file or directory)Ian Lance Taylor1-1/+6
2016-11-22runtime: rewrite panic/defer code from C to GoIan Lance Taylor22-1022/+895
2016-11-18runtime: move schedt type and sched var from C to GoIan Lance Taylor3-268/+242
2016-11-18runtime: don't call __go_alloc/__go_free in environment functionsIan Lance Taylor2-33/+21
2016-11-18libgo: remove old/regexp and old/templateIan Lance Taylor10-4505/+12
2016-11-18Correct gcc/go/gofrontend/lex.cc and libgo/aclocal.m4 to the versions in the ...Ian Lance Taylor4-210/+5
2016-11-18Update libgo/configure to restore it to the master version.Ian Lance Taylor5-5/+45
2016-11-18runtime, reflect: rewrite Go to FFI type conversion in GoIan Lance Taylor13-338/+471
2016-11-16runtime: replace runtime1.goc with Go and C codeIan Lance Taylor10-133/+95
2016-11-15config-ml.in: Remove references to GCJ.Matthias Klose2-52/+95
2016-11-14runtime: don't crash if signal handler info argument is nilIan Lance Taylor3-3/+15