summaryrefslogtreecommitdiff
path: root/src/runtime/stubs.go
Commit message (Expand)AuthorAgeFilesLines
* 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