aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/stubs.go
AgeCommit message (Expand)Author
2017-02-09time: optimize Now on darwin, windowsRuss Cox
2017-02-03time: record monotonic clock reading in time.Now, for more accurate comparisonsRuss Cox
2016-10-30sync: enable Pool when using race detectorRuss Cox
2016-10-28runtime, cmd/compile: rename memclr -> memclrNoHeapPointersAustin Clements
2016-10-28runtime: use typedmemclr for typed memoryAustin Clements
2016-10-21runtime: fix call* signatures and deferArgs with siz=0Austin Clements
2016-09-26runtime: implement getcallersp in GoAustin Clements
2016-08-30runtime: rename fastrand1 to fastrandJosh Bleecher Snyder
2016-08-30runtime: update a few commentsKeith Randall
2016-08-25all: fix assembly vet issuesJosh Bleecher Snyder
2016-07-12runtime: add ctxt parameter to cgocallback called from GoIan Lance Taylor
2016-02-23runtime: unify memeq and memequalKeith Randall
2015-11-25runtime: check that masks and shifts are correct alignedShenghou Ma
2015-11-12runtime: break out system-specific constants into package sysMichael Matloob
2015-11-10runtime: break atomics out into package runtime/internal/atomicMichael Matloob
2015-08-06runtime: call goexit1 instead of goexitAustin Clements
2015-07-29runtime: ignore arguments in cgocallback_gofunc frameRuss Cox
2015-07-20cmd/compile: define func value symbols at declarationMichael Hudson-Doyle
2015-06-19runtime: ensure GC sees type-safe memory on weak machinesAustin Clements
2015-06-19runtime: rename cgocall_errno and asmcgocall_errno into cgocall and asmcgocallAlex Brainman
2015-06-18runtime: remove cgocall and asmcgocallAlex Brainman
2015-06-02runtime: implement GC stack barriersAustin Clements
2015-04-21runtime: atomic ops for int64Austin Clements
2015-04-17runtime: fix dangling pointer in readyExecuteAustin Clements
2015-04-07cmd/internal/gc: inline runtime.getgRuss Cox
2015-03-16runtime: add support for linux/arm64Aram Hăvărneanu
2015-02-19runtime: reorganize memory codeRuss Cox
2015-01-28reflect: cache call framesDmitry Vyukov
2015-01-14runtime: delete dead code called from C.Russ Cox
2015-01-06reflect: add write barriersRuss Cox
2015-01-06runtime, sync/atomic: add write barrier for atomic write of pointerRuss Cox
2014-12-28runtime: rename gothrow to throwKeith Randall
2014-12-23runtime: remove thunk.sRuss Cox
2014-11-24[dev.garbage] all: merge dev.cc (493ad916c3b1) into dev.garbageRuss Cox
2014-11-21[dev.garbage] runtime: add prefetcht0, prefetcht1, prefetcht2, prefetcht3, pr...Russ Cox
2014-11-20[dev.cc] all: merge default (e4ab8f908aac) into dev.ccRuss Cox
2014-11-18runtime: fix getcallersp documentationAlex Brainman
2014-11-13[dev.cc] runtime: convert Solaris port to GoAram Hăvărneanu
2014-11-12[dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstackRuss Cox
2014-11-11[dev.cc] runtime: convert arch-specific .c and .h files to GoRuss Cox
2014-11-05runtime: avoid gentraceback of self on user goroutine stackRuss Cox
2014-10-21runtime: warn that cputicks() might not be monotonic.Keith Randall
2014-10-15runtime: remove hand-generated ptr bitmaps for reflectcallRuss Cox
2014-09-29runtime: delete unused variables.Keith Randall
2014-09-24runtime: keep g->syscallsp consistent after cgo->Go callbacksHector Martin Cantero
2014-09-16runtime: always run semacquire on the G stackKeith Randall
2014-09-11runtime: move gosched to Go, to add stack frame informationRuss Cox
2014-09-11runtime: allow crash from gsignal stackRuss Cox
2014-09-09runtime: more cleanupsKeith Randall
2014-09-09runtime: assume precisestack, copystack, StackCopyAlways, ScanStackByFramesRuss Cox