| Commit message (Expand) | Author | Age | Files | Lines |
* | runtime: export cgoCheck functions | ian | 2017-12-02 | 1 | -0/+4 |
* | sync/atomic, runtime/internal/atomic: don't assume reads from 0 fail | ian | 2017-11-09 | 2 | -7/+8 |
* | internal,net,os,runtime,syscall: fixes for AIX following update to go1.9 | ian | 2017-09-20 | 2 | -6/+11 |
* | runtime: restore "goroutine in C code" message | ian | 2017-09-20 | 2 | -1/+2 |
* | libgo: update to go1.9 | ian | 2017-09-14 | 122 | -3008/+11048 |
* | compiler, runtime: simplify select and channel operations | ian | 2017-09-14 | 2 | -104/+74 |
* | runtime: fix lfstack for 64-bit AIX | ian | 2017-08-29 | 1 | -0/+18 |
* | runtime: better implementation of netpoll for AIX | ian | 2017-08-16 | 1 | -65/+96 |
* | runtime: allocate more stack space in CgoCallbackGC test | ian | 2017-07-21 | 1 | -1/+3 |
* | PR go/81451 | ian | 2017-07-18 | 1 | -2/+2 |
* | runtime: adapt memory management to AIX mmap | ian | 2017-06-27 | 2 | -1/+11 |
* | runtime: complete defer handling in CgocallBackDone | ian | 2017-06-23 | 2 | -10/+36 |
* | runtime: don't crash if no p in kickoff | ian | 2017-06-23 | 1 | -0/+18 |
* | runtime: improve handling of panic during deferred function | ian | 2017-06-23 | 2 | -31/+85 |
* | runtime: uncomment check for gchelper on g0 stack | ian | 2017-06-22 | 1 | -4/+3 |
* | runtime: mark dropm and callees nowritebarrierrec | ian | 2017-06-22 | 3 | -0/+7 |
* | runtime: export getm function | ian | 2017-06-22 | 1 | -0/+3 |
* | runtime: make NumGoroutine wait for system goroutines to register | ian | 2017-06-22 | 5 | -0/+29 |
* | runtime: don't assume that _ = *s will panic if s is nil | ian | 2017-06-22 | 2 | -4/+6 |
* | runtime: change some stack fields to uintptr | ian | 2017-06-22 | 2 | -7/+7 |
* | runtime: avoid write barriers when calling deferred function | ian | 2017-06-22 | 1 | -4/+4 |
* | runtime: rename _defer struct _panic field to panicStack | ian | 2017-06-22 | 2 | -10/+10 |
* | runtime: adjust tests for gofrontend | ian | 2017-06-22 | 3 | -3/+29 |
* | runtime: don't build test files that use SetCgoTraceback for gccgo | ian | 2017-06-22 | 6 | -0/+10 |
* | runtime: build testprogcgo with -pthread | ian | 2017-06-22 | 1 | -0/+3 |
* | runtime: in traceback, print panic rather than runtime.gopanic | ian | 2017-06-22 | 1 | -1/+5 |
* | libgo: remove old MIPS architecture names | ian | 2017-06-21 | 5 | -5/+5 |
* | runtime: don't always show frames with no function in traceback | ian | 2017-06-13 | 1 | -1/+1 |
* | runtime: clear isSystemGoroutine in goexit | ian | 2017-06-13 | 1 | -0/+1 |
* | runtime: ignore _Gscan bit when checking status in CgocallDone | ian | 2017-06-12 | 2 | -2/+2 |
* | libgo: update to 1.8.3 release | ian | 2017-06-08 | 3 | -2/+15 |
* | runtime: support ia64 in lfstack | ian | 2017-06-07 | 1 | -1/+14 |
* | libgo: support for sparc64 GNU/Linux | ian | 2017-05-31 | 1 | -0/+12 |
* | runtime: fix build for non-split-stack systems | ian | 2017-05-12 | 1 | -0/+7 |
* | runtime: fix isSystemGoroutine for gccgo | ian | 2017-05-11 | 7 | -47/+38 |
* | Big merge of changes to gofrontend repo that were postponed due to the | ian | 2017-05-10 | 58 | -570/+14257 |
* | libgo: update to Go 1.8.1 release | ian | 2017-04-17 | 4 | -0/+93 |
* | runtime: fix sigfwd to not allocate memory | ian | 2017-02-28 | 1 | -3/+4 |
* | libgo: update to final Go 1.8 release | ian | 2017-02-17 | 2 | -4/+4 |
* | runtime: fix setting of isarchive | ian | 2017-01-26 | 1 | -0/+5 |
* | libgo: update to go1.8rc2 | ian | 2017-01-23 | 3 | -0/+140 |
* | runtime, testing/internal/testdeps: fixes for cgo | ian | 2017-01-20 | 1 | -0/+3 |
* | runtime: rename siginfo to _siginfo_t | ian | 2017-01-16 | 4 | -10/+8 |
* | libgo: update to Go 1.8 release candidate 1 | ian | 2017-01-14 | 95 | -1845/+5141 |
* | runtime: copy more scheduler code from Go 1.7 runtime | ian | 2017-01-10 | 7 | -115/+576 |
* | compiler, runtime: drop size arguments to hash/equal functions | ian | 2017-01-10 | 4 | -37/+186 |
* | runtime: copy more of scheduler from Go 1.7 runtime | ian | 2017-01-09 | 9 | -173/+1896 |
* | runtime: remove __go_alloc and __go_free | ian | 2017-01-03 | 5 | -16/+315 |
* | PR go/78789 | ian | 2017-01-03 | 3 | -1/+9 |
* | runtime: copy cgo support from Go 1.7 runtime | ian | 2016-12-19 | 9 | -69/+534 |