aboutsummaryrefslogtreecommitdiff
path: root/libgo/go
AgeCommit message (Expand)AuthorFilesLines
2019-02-12syscall: don't assume that WIFCONTINUED is definedIan Lance Taylor1-0/+4
2019-02-07os, syscall: Hurd fixes for a couple of testsIan Lance Taylor2-5/+11
2019-02-07os, net, crypto/x509: add hurd supportIan Lance Taylor7-1/+76
2019-02-07syscall: add Hurd supportIan Lance Taylor9-133/+188
2019-02-07internal/syscall/unix: add constants for hurdIan Lance Taylor1-0/+8
2019-02-06re PR go/89199 (libgo regression in implementation of CompareAndSwap function...Ian Lance Taylor1-5/+5
2019-02-01runtime: add hurd netpoll and semaphore supportIan Lance Taylor3-3/+330
2019-02-01libgo: add hurd build tags to test filesIan Lance Taylor23-23/+27
2019-02-01libgo: add hurd build tagsIan Lance Taylor104-100/+105
2019-02-01runtime, sync: use __atomic intrinsics instead of __syncIan Lance Taylor5-95/+33
2019-01-29runtime: fix sigprof frame countingIan Lance Taylor1-2/+1
2019-01-29runtime: use the call instruction's PC for panic-in-runtime detectionIan Lance Taylor1-2/+2
2019-01-24runtime: install SIGURG handler on C created threadsIan Lance Taylor1-2/+2
2019-01-22golang.org/x/tools/go/analysis: pass "gccgo" to types.SizesForIan Lance Taylor4-4/+4
2019-01-22re PR go/88927 (Bootstrap failure on arm in libgo starting with r268084)Ian Lance Taylor2-0/+39
2019-01-21libgo: fix building, and some testing, on SolarisIan Lance Taylor3-16/+11
2019-01-18libgo: update to Go1.12beta2Ian Lance Taylor1281-44774/+70730
2019-01-18re PR go/88202 (FAIL: runtime/pprof)Ian Lance Taylor1-2/+9
2019-01-17runtime: dropg before CAS g status to _Grunnable/_GwaitingIan Lance Taylor3-10/+22
2019-01-16syscall: mark C syscall functions noescapeIan Lance Taylor2-0/+2
2019-01-15runtime: add padding to FFI type of struct ending with zero-sized fieldIan Lance Taylor1-0/+10
2019-01-15compiler, runtime: panic on uncomparable map key, even if map is emptyIan Lance Taylor3-59/+109
2019-01-12Remove svn:executable property from a couple of text filesJakub Jelinek2-0/+0
2019-01-07compiler: move slice construction to callers of makesliceIan Lance Taylor2-6/+5
2019-01-07runtime: in getTraceback, set gp->m before gogoIan Lance Taylor1-0/+35
2018-12-27runtime: delete export_arm_test.goIan Lance Taylor1-9/+0
2018-12-12os/signal: increase deliver time for signal testcaseIan Lance Taylor1-3/+3
2018-12-07runtime: add missing return for non-GNU/Linux version of tgkillIan Lance Taylor1-0/+1
2018-12-05runtime: add precise stack scan supportIan Lance Taylor8-8/+217
2018-12-05syscall: remove Flock for aix/ppc64Ian Lance Taylor1-22/+0
2018-12-04cmd/vet: use default compiler when determining type sizesIan Lance Taylor1-1/+1
2018-12-03cmd/go: allow buildmode c-archive for gccgo on ppc64Ian Lance Taylor1-15/+16
2018-11-27compiler: add '$' to names in expression export dataIan Lance Taylor1-0/+9
2018-11-26compiler: initial support for exporting function bodiesIan Lance Taylor1-6/+57
2018-11-09cmd/cgo: fix typo in gccgo name mangling recipeIan Lance Taylor1-1/+1
2018-10-26libgo: fix improperly mangled linker symbol directiveIan Lance Taylor1-1/+1
2018-10-25compiler: improve name mangling for packpathsIan Lance Taylor26-113/+293
2018-10-23re PR go/87661 (libgo bootstrap failure on arm-linux-gnueabihf (redefinition ...Ian Lance Taylor1-23/+0
2018-10-23compiler: export indexed type data, read unexported types lazilyIan Lance Taylor1-3/+78
2018-10-18compiler: list indirect imports separately in export dataIan Lance Taylor1-0/+8
2018-10-18compiler: drop semicolons in export dataIan Lance Taylor3-38/+51
2018-10-09runtime: skip testSetPanicOnFault for gollvmIan Lance Taylor1-0/+3
2018-10-08libgo: update to Go 1.11.1 releaseIan Lance Taylor25-164/+396
2018-10-05libgo: use inline assembly in favor of call to _xgetbv()Ian Lance Taylor1-4/+10
2018-10-05runtime: remove checkgoarm functionIan Lance Taylor1-19/+0
2018-10-02internal/bytealg: support systems that don't have memmemIan Lance Taylor1-0/+27
2018-10-02net: don't fail test if splice fails because pipe2 is missingIan Lance Taylor1-0/+6
2018-10-01libgo: support x32 as GOARCH=amd64p32 GOOS=linuxIan Lance Taylor3-1/+12
2018-09-26syscall: don't assume we have a GETEUID system callIan Lance Taylor1-0/+4
2018-09-26runtime, os: fix the build on SolarisIan Lance Taylor3-4/+61