aboutsummaryrefslogtreecommitdiff
path: root/libgo/go
AgeCommit message (Expand)AuthorFilesLines
2017-05-31libgo: support for sparc64 GNU/LinuxIan Lance Taylor1-0/+12
2017-05-12runtime: fix build for non-split-stack systemsIan Lance Taylor1-0/+7
2017-05-12os: use opendir64 and closedir64 on AIXIan Lance Taylor3-6/+30
2017-05-11runtime: fix isSystemGoroutine for gccgoIan Lance Taylor7-47/+38
2017-05-10Big merge of changes to gofrontend repo that were postponed due to theIan Lance Taylor152-909/+14893
2017-04-17libgo: update to Go 1.8.1 releaseIan Lance Taylor22-39/+357
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-28runtime: fix sigfwd to not allocate memoryIan Lance Taylor1-3/+4
2017-02-17libgo: update to final Go 1.8 releaseIan Lance Taylor16-261/+884
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 Taylor11-89/+384
2017-01-26runtime: fix setting of isarchiveIan Lance Taylor1-0/+5
2017-01-23libgo: update to go1.8rc2Ian Lance Taylor117-100/+10867
2017-01-20runtime, testing/internal/testdeps: fixes for cgoIan Lance Taylor1-0/+3
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-14libgo: update to Go 1.8 release candidate 1Ian Lance Taylor956-17281/+68819
2017-01-10runtime: copy more scheduler code from Go 1.7 runtimeIan Lance Taylor7-115/+576
2017-01-10compiler, runtime: drop size arguments to hash/equal functionsIan Lance Taylor5-52/+197
2017-01-09runtime: copy more of scheduler from Go 1.7 runtimeIan Lance Taylor9-173/+1896
2017-01-03runtime: remove __go_alloc and __go_freeIan Lance Taylor5-16/+315
2017-01-03re PR go/78789 (Error: no such instruction: `aesenc %xmm0,%xmm2' when compili...Ian Lance Taylor3-1/+9
2016-12-19runtime: copy cgo support from Go 1.7 runtimeIan Lance Taylor9-69/+534
2016-12-08runtime: copy memory hash code from Go 1.7Ian Lance Taylor8-6/+305
2016-12-08runtime: allocate _panic struct on heapIan Lance Taylor1-4/+13
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 Taylor3-5/+14
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 Taylor6-29/+803
2016-11-18runtime: move schedt type and sched var from C to GoIan Lance Taylor2-12/+15
2016-11-18libgo: remove old/regexp and old/templateIan Lance Taylor8-4447/+0
2016-11-18Correct gcc/go/gofrontend/lex.cc and libgo/aclocal.m4 to the versions in the ...Ian Lance Taylor2-8/+0
2016-11-18Update libgo/configure to restore it to the master version.Ian Lance Taylor4-0/+0
2016-11-18runtime, reflect: rewrite Go to FFI type conversion in GoIan Lance Taylor4-14/+327
2016-11-16runtime: replace runtime1.goc with Go and C codeIan Lance Taylor5-32/+23
2016-11-14runtime: don't crash if signal handler info argument is nilIan Lance Taylor2-2/+10
2016-11-10runtime: copy signal code from Go 1.7 runtimeIan Lance Taylor11-37/+991
2016-11-01runtime: recreate function called by cgo -gccgoIan Lance Taylor1-0/+17
2016-10-28compiler, runtime: copy slice code from Go 1.7 runtimeIan Lance Taylor2-5/+232
2016-10-28re PR go/78144 (FAIL: time on systems with tzdata2016g installed)Ian Lance Taylor1-2/+5
2016-10-28re PR go/78143 (bootstrap broken in libgo on powerpc-linux-gnu)Ian Lance Taylor1-1/+1
2016-10-21runtime: copy lfstack code from Go 1.7 runtimeIan Lance Taylor4-9/+82
2016-10-20runtime: rewrite interface code into GoIan Lance Taylor5-1/+567
2016-10-19runtime, syscall: force EPOLLET to be positiveIan Lance Taylor1-1/+1