summaryrefslogtreecommitdiff
path: root/libgo/go/runtime
Commit message (Expand)AuthorAgeFilesLines
* runtime: export cgoCheck functionsian2017-12-021-0/+4
* sync/atomic, runtime/internal/atomic: don't assume reads from 0 failian2017-11-092-7/+8
* internal,net,os,runtime,syscall: fixes for AIX following update to go1.9ian2017-09-202-6/+11
* runtime: restore "goroutine in C code" messageian2017-09-202-1/+2
* libgo: update to go1.9ian2017-09-14122-3008/+11048
* compiler, runtime: simplify select and channel operationsian2017-09-142-104/+74
* runtime: fix lfstack for 64-bit AIXian2017-08-291-0/+18
* runtime: better implementation of netpoll for AIXian2017-08-161-65/+96
* runtime: allocate more stack space in CgoCallbackGC testian2017-07-211-1/+3
* PR go/81451ian2017-07-181-2/+2
* runtime: adapt memory management to AIX mmapian2017-06-272-1/+11
* runtime: complete defer handling in CgocallBackDoneian2017-06-232-10/+36
* 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
* libgo: remove old MIPS architecture namesian2017-06-215-5/+5
* 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-083-2/+15
* runtime: support ia64 in lfstackian2017-06-071-1/+14
* libgo: support for sparc64 GNU/Linuxian2017-05-311-0/+12
* runtime: fix build for non-split-stack systemsian2017-05-121-0/+7
* runtime: fix isSystemGoroutine for gccgoian2017-05-117-47/+38
* Big merge of changes to gofrontend repo that were postponed due to theian2017-05-1058-570/+14257
* libgo: update to Go 1.8.1 releaseian2017-04-174-0/+93
* runtime: fix sigfwd to not allocate memoryian2017-02-281-3/+4
* libgo: update to final Go 1.8 releaseian2017-02-172-4/+4
* runtime: fix setting of isarchiveian2017-01-261-0/+5
* libgo: update to go1.8rc2ian2017-01-233-0/+140
* runtime, testing/internal/testdeps: fixes for cgoian2017-01-201-0/+3
* runtime: rename siginfo to _siginfo_tian2017-01-164-10/+8
* libgo: update to Go 1.8 release candidate 1ian2017-01-1495-1845/+5141
* runtime: copy more scheduler code from Go 1.7 runtimeian2017-01-107-115/+576
* compiler, runtime: drop size arguments to hash/equal functionsian2017-01-104-37/+186
* runtime: copy more of scheduler from Go 1.7 runtimeian2017-01-099-173/+1896
* runtime: remove __go_alloc and __go_freeian2017-01-035-16/+315
* PR go/78789ian2017-01-033-1/+9
* runtime: copy cgo support from Go 1.7 runtimeian2016-12-199-69/+534