summaryrefslogtreecommitdiff
path: root/src/runtime/stubs.go
Commit message (Expand)AuthorAgeFilesLines
* [dev.garbage] all: merge dev.cc (493ad916c3b1) into dev.garbageRuss Cox2014-11-241-1/+1
|\
| * [dev.cc] all: merge default (e4ab8f908aac) into dev.ccRuss Cox2014-11-201-119/+36
| |\
| * | runtime: fix getcallersp documentationAlex Brainman2014-11-181-1/+1
* | | [dev.garbage] runtime: add prefetcht0, prefetcht1, prefetcht2, prefetcht3, pr...Russ Cox2014-11-211-0/+5
| |/ |/|
* | [dev.cc] runtime: convert Solaris port to GoAram H?v?rneanu2014-11-131-14/+0
* | [dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstackRuss Cox2014-11-121-47/+19
* | [dev.cc] runtime: convert arch-specific .c and .h files to GoRuss Cox2014-11-111-59/+18
|/
* runtime: avoid gentraceback of self on user goroutine stackRuss Cox2014-11-051-0/+28
* runtime: warn that cputicks() might not be monotonic.Keith Randall2014-10-211-0/+4
* runtime: remove hand-generated ptr bitmaps for reflectcallRuss Cox2014-10-151-0/+30
* runtime: delete unused variables.Keith Randall2014-09-291-4/+0
* runtime: keep g->syscallsp consistent after cgo->Go callbacksHector Martin Cantero2014-09-241-0/+1
* runtime: always run semacquire on the G stackKeith Randall2014-09-161-0/+2
* runtime: move gosched to Go, to add stack frame informationRuss Cox2014-09-111-1/+0
* runtime: allow crash from gsignal stackRuss Cox2014-09-111-0/+18
* runtime: more cleanupsKeith Randall2014-09-091-0/+7
* runtime: assume precisestack, copystack, StackCopyAlways, ScanStackByFramesRuss Cox2014-09-091-1/+0
* liblink, runtime: diagnose and fix C code running on Go stackRuss Cox2014-09-081-1/+0
* runtime: a few cleanups.Keith Randall2014-09-081-8/+1
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+240