summaryrefslogtreecommitdiff
path: root/libgo/go
Commit message (Expand)AuthorAgeFilesLines
* re PR go/89447 (libgo largefile support is incomplete and inconsistent)Ian Lance Taylor2019-03-0911-9/+75
* runtime: enable precise GC checks when using stack mapsIan Lance Taylor2019-03-053-5/+9
* cmd/go: pass -X64 to ar on aix/ppc64Ian Lance Taylor2019-03-051-3/+10
* re PR go/89406 (Go testing leaves many temporary directories in /tmp around)Ian Lance Taylor2019-03-021-6/+6
* cmd/go: restore passing D to arIan Lance Taylor2019-03-011-3/+6
* runtime: call execname and getpagesize on SolarisIan Lance Taylor2019-03-011-34/+8
* cmd/go: add -O2 to invocation of gccgoIan Lance Taylor2019-03-011-1/+1
* re PR go/89172 (FAIL: runtime/pprof)Ian Lance Taylor2019-02-272-2/+17
* runtime: align first persistentalloc chunk as requestedIan Lance Taylor2019-02-271-1/+1
* cmd/go: preserve CC for TestScript child processesIan Lance Taylor2019-02-271-7/+6
* libgo: update to Go 1.12 releaseIan Lance Taylor2019-02-2616-46/+280
* re PR go/86535 (FreeBSD/PowerPC64 - Building Go Frontend support for gcc 7.3....Ian Lance Taylor2019-02-261-7/+0
* libgo: update to Go1.12rc1Ian Lance Taylor2019-02-2661-233/+1977
* re PR go/89406 (Go testing leaves many temporary directories in /tmp around)Ian Lance Taylor2019-02-223-2/+4
* cmd/go: remove work directory on usage errorIan Lance Taylor2019-02-2210-19/+71
* re PR go/89407 (go bootstrap failure on s390x starting with r268941)Ian Lance Taylor2019-02-211-2/+2
* re PR go/89169 (FAIL: internal/cpu)Ian Lance Taylor2019-02-191-3/+1
* runtime: abort stack scan in cases that we cannot unwind the stackIan Lance Taylor2019-02-194-0/+12
* re PR go/89123 (Too many go test failures on s390x-linux)Ian Lance Taylor2019-02-153-16/+137
* compiler, runtime: harmonize types referenced by both C and GoIan Lance Taylor2019-02-156-61/+31
* re PR go/89168 (FAIL: cmd/go/internal/load)Ian Lance Taylor2019-02-151-4/+4
* syscall: don't assume that WIFCONTINUED is definedIan Lance Taylor2019-02-121-0/+4
* os, syscall: Hurd fixes for a couple of testsIan Lance Taylor2019-02-072-5/+11
* os, net, crypto/x509: add hurd supportIan Lance Taylor2019-02-077-1/+76
* syscall: add Hurd supportIan Lance Taylor2019-02-079-133/+188
* internal/syscall/unix: add constants for hurdIan Lance Taylor2019-02-071-0/+8
* re PR go/89199 (libgo regression in implementation of CompareAndSwap function...Ian Lance Taylor2019-02-061-5/+5
* runtime: add hurd netpoll and semaphore supportIan Lance Taylor2019-02-013-3/+330
* libgo: add hurd build tags to test filesIan Lance Taylor2019-02-0123-23/+27
* libgo: add hurd build tagsIan Lance Taylor2019-02-01104-100/+105
* runtime, sync: use __atomic intrinsics instead of __syncIan Lance Taylor2019-02-015-95/+33
* runtime: fix sigprof frame countingIan Lance Taylor2019-01-291-2/+1
* runtime: use the call instruction's PC for panic-in-runtime detectionIan Lance Taylor2019-01-291-2/+2
* runtime: install SIGURG handler on C created threadsIan Lance Taylor2019-01-241-2/+2
* golang.org/x/tools/go/analysis: pass "gccgo" to types.SizesForIan Lance Taylor2019-01-224-4/+4
* re PR go/88927 (Bootstrap failure on arm in libgo starting with r268084)Ian Lance Taylor2019-01-222-0/+39
* libgo: fix building, and some testing, on SolarisIan Lance Taylor2019-01-213-16/+11
* libgo: update to Go1.12beta2Ian Lance Taylor2019-01-181281-44774/+70730
* re PR go/88202 (FAIL: runtime/pprof)Ian Lance Taylor2019-01-181-2/+9
* runtime: dropg before CAS g status to _Grunnable/_GwaitingIan Lance Taylor2019-01-173-10/+22
* syscall: mark C syscall functions noescapeIan Lance Taylor2019-01-162-0/+2
* runtime: add padding to FFI type of struct ending with zero-sized fieldIan Lance Taylor2019-01-151-0/+10
* compiler, runtime: panic on uncomparable map key, even if map is emptyIan Lance Taylor2019-01-153-59/+109
* Remove svn:executable property from a couple of text filesJakub Jelinek2019-01-122-0/+0
* compiler: move slice construction to callers of makesliceIan Lance Taylor2019-01-072-6/+5
* runtime: in getTraceback, set gp->m before gogoIan Lance Taylor2019-01-071-0/+35
* runtime: delete export_arm_test.goIan Lance Taylor2018-12-271-9/+0
* os/signal: increase deliver time for signal testcaseIan Lance Taylor2018-12-121-3/+3
* runtime: add missing return for non-GNU/Linux version of tgkillIan Lance Taylor2018-12-071-0/+1
* runtime: add precise stack scan supportIan Lance Taylor2018-12-058-8/+217