summaryrefslogtreecommitdiff
path: root/libgo
Commit message (Expand)AuthorAgeFilesLines
* libgo: add misc/cgo filesian2017-06-27269-0/+13743
* syscall: don't define PtraceRegs for Alphaian2017-06-261-32/+0
* libgo: redefine ia64 struct names around linux/ptrace.hian2017-06-261-0/+5
* 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: fix type cast in assignment to gcnextsp in C codeian2017-06-221-1/+1
* 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-224-26/+28
* 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
* compiler, runtime: better stack trace for `go f()` where f is nilian2017-06-221-1/+10
* 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-2114-45/+18
* libgo: use gc's arch names as the default GOARCHs on MIPSian2017-06-212-8/+10
* 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-216-5/+29
* 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-0810-11/+92
* runtime: support ia64 in lfstackian2017-06-071-1/+14
* libgo: support for sparc64 GNU/Linuxian2017-05-314-3/+19
* libgo: add "vendor" to pkgpath for vendored standard packagesian2017-05-172-2/+2
* runtime: fix build for non-split-stack systemsian2017-05-123-2/+10
* mksigtab.sh: recurse once when adding signals to SIGLISTian2017-05-121-1/+6
* os: use opendir64 and closedir64 on AIXian2017-05-123-6/+30
* runtime: fix isSystemGoroutine for gccgoian2017-05-117-47/+38
* Big merge of changes to gofrontend repo that were postponed due to theian2017-05-10199-10253/+15651
* libgo: update to Go 1.8.1 releaseian2017-04-1724-41/+359
* PR go/77857ian2017-04-121-8/+49
* PR go/80302ian2017-04-041-10/+31