summaryrefslogtreecommitdiff
path: root/libgo/go
Commit message (Expand)AuthorAgeFilesLines
* compiler, runtime: simplify select and channel operationsian2017-09-143-108/+78
* compiler, reflect: fix struct field names for embedded aliasesian2017-09-143-93/+89
* net/internal/socktest: build sys_unix.go on AIXian2017-08-291-1/+1
* runtime: fix lfstack for 64-bit AIXian2017-08-291-0/+18
* cmd/go: pass -funwind-tables when compiling C codeian2017-08-181-0/+6
* runtime: better implementation of netpoll for AIXian2017-08-161-65/+96
* compiler: handle >32bit exponent in Ldexpian2017-08-091-2/+7
* syscall: call f?statfs64 on GNU/Linuxian2017-07-211-2/+2
* runtime: allocate more stack space in CgoCallbackGC testian2017-07-211-1/+3
* PR go/81451ian2017-07-181-2/+2
* cmd/go: use gccSupportsFlag for -fsplit-stackian2017-07-141-4/+2
* PR go/81393ian2017-07-132-6/+45
* cmd/go: fix -buildmode={c-archive,c-shared,pie} for gccgoian2017-06-291-14/+24
* runtime: adapt memory management to AIX mmapian2017-06-272-1/+11
* syscall: ptrace fixes for s390ian2017-06-272-4/+4
* syscall: don't define PtraceRegs for Alphaian2017-06-261-32/+0
* runtime: complete defer handling in CgocallBackDoneian2017-06-232-10/+36
* cmd/go: don't require GOROOT to exist for gccgoian2017-06-231-2/+7
* os: align siginfo argument to waitidian2017-06-231-1/+1
* runtime: don't crash if no p in kickoffian2017-06-231-0/+18
* runtime: improve handling of panic during deferred functionian2017-06-232-31/+85
* runtime: uncomment check for gchelper on g0 stackian2017-06-221-4/+3
* runtime: mark dropm and callees nowritebarrierrecian2017-06-223-0/+7
* runtime: export getm functionian2017-06-221-0/+3
* runtime: make NumGoroutine wait for system goroutines to registerian2017-06-225-0/+29
* runtime: don't assume that _ = *s will panic if s is nilian2017-06-222-4/+6
* runtime: change some stack fields to uintptrian2017-06-222-7/+7
* runtime: avoid write barriers when calling deferred functionian2017-06-221-4/+4
* runtime: rename _defer struct _panic field to panicStackian2017-06-222-10/+10
* runtime: adjust tests for gofrontendian2017-06-223-3/+29
* runtime: don't build test files that use SetCgoTraceback for gccgoian2017-06-226-0/+10
* runtime: build testprogcgo with -pthreadian2017-06-221-0/+3
* runtime: in traceback, print panic rather than runtime.gopanician2017-06-221-1/+5
* debug/elf: handle Alpha relocsian2017-06-211-0/+51
* Forgot to remove this file in the last libgo commit.ian2017-06-211-11/+0
* libgo: remove old MIPS architecture namesian2017-06-2110-17/+9
* cmd/cgo: add mips64p32* to ptrSizeMap and intSizeMapian2017-06-211-42/+46
* internal/syscall/unix: implement randomTrap on mips64p32*ian2017-06-211-1/+1
* libgo, syscall: fix ptrace implementation on MIPSian2017-06-211-20/+0
* libgo, syscall: fix ptrace implementation on MIPSian2017-06-211-3/+17
* cmd/cgo: make _cgo_flags consistent across runsian2017-06-142-3/+26
* cmd/go: gccgo: consistent results, fix vendoringian2017-06-141-4/+17
* cmd/go: skip tests that do not work with gccgoian2017-06-142-1/+34
* go/build: use GCCGOTOOLDIR to find gccgo toolsian2017-06-143-1/+7
* internal/testenv: support testing gccgoian2017-06-141-3/+14
* runtime: don't always show frames with no function in tracebackian2017-06-131-1/+1
* runtime: clear isSystemGoroutine in goexitian2017-06-131-0/+1
* runtime: ignore _Gscan bit when checking status in CgocallDoneian2017-06-122-2/+2
* libgo: update to 1.8.3 releaseian2017-06-088-9/+90
* runtime: support ia64 in lfstackian2017-06-071-1/+14