summaryrefslogtreecommitdiff
path: root/src/runtime/stubs.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: check that masks and shifts are correct alignedShenghou Ma2015-11-251-0/+3
* runtime: break out system-specific constants into package sysMichael Matloob2015-11-121-6/+0
* runtime: break atomics out into package runtime/internal/atomicMichael Matloob2015-11-101-36/+0
* runtime: call goexit1 instead of goexitAustin Clements2015-08-061-1/+14
* runtime: ignore arguments in cgocallback_gofunc frameRuss Cox2015-07-291-1/+8
* cmd/compile: define func value symbols at declarationMichael Hudson-Doyle2015-07-201-1/+0
* runtime: ensure GC sees type-safe memory on weak machinesAustin Clements2015-06-191-0/+17
* runtime: rename cgocall_errno and asmcgocall_errno into cgocall and asmcgocallAlex Brainman2015-06-191-1/+1
* runtime: remove cgocall and asmcgocallAlex Brainman2015-06-181-3/+0
* runtime: implement GC stack barriersAustin Clements2015-06-021-0/+7
* runtime: atomic ops for int64Austin Clements2015-04-211-0/+16
* runtime: fix dangling pointer in readyExecuteAustin Clements2015-04-171-1/+4
* cmd/internal/gc: inline runtime.getgRuss Cox2015-04-071-0/+3
* runtime: add support for linux/arm64Aram Hăvărneanu2015-03-161-2/+3
* runtime: reorganize memory codeRuss Cox2015-02-191-0/+10
* reflect: cache call framesDmitry Vyukov2015-01-281-0/+5
* runtime: delete dead code called from C.Russ Cox2015-01-141-6/+0
* reflect: add write barriersRuss Cox2015-01-061-1/+11
* runtime, sync/atomic: add write barrier for atomic write of pointerRuss Cox2015-01-061-12/+1
* runtime: rename gothrow to throwKeith Randall2014-12-281-1/+1
* runtime: remove thunk.sRuss Cox2014-12-231-3/+8
* [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-1/+1
| |\
| | * 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