aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime
AgeCommit message (Expand)Author
2014-09-03runtime: Start and stop individual goroutines at gc safepointsRick Hudson
2014-09-03runtime: deferproc/deferreturn in GoKeith Randall
2014-09-03cmd/cgo, runtime: write cgo stub wrappers in Go, not CRuss Cox
2014-09-03runtime: make onM and mcall take Go func valuesRuss Cox
2014-09-03runtime: convert a few traceback-related functions from proc.c to traceback.goRuss Cox
2014-09-03runtime: introduce, use funcPC to convert Go func to PCRuss Cox
2014-09-03runtime: increase windows prof thread priority soonerAlex Brainman
2014-09-02runtime: avoid race with forcegc helperRuss Cox
2014-09-03runtime: don't allocate a new string in snprintfDavid du Colombier
2014-09-03runtime: handle empty environment variables on Plan 9David du Colombier
2014-09-02runtime: unify fastrand1 and fastrand2Keith Randall
2014-09-02runtime: convert select implementation to Go.Keith Randall
2014-09-02runtime: convert traceback*.c to GoRuss Cox
2014-09-02runtime: move reflect trampolines into thunk file.Keith Randall
2014-09-02runtime: convert clearpools/registerPoolCleanup to GoDmitriy Vyukov
2014-09-02runtime: convert cpuprof from C to GoMatthew Dempsky
2014-09-01runtime/pprof: adjust cpuHogger so that tests pass on windows buildersAlex Brainman
2014-09-01runtime: fix gogetenv on Plan 9David du Colombier
2014-09-01runtime: fix race detector running Go code on g0 of non-main threadRuss Cox
2014-09-01runtime: fix StackRuss Cox
2014-09-01runtime: convert mprof.goc to mprof.goRuss Cox
2014-09-01runtime: fix windows buildRuss Cox
2014-09-01runtime: change concatstring panic to gothrowRuss Cox
2014-09-01runtime: include os_*.h in the generated Go structsRuss Cox
2014-09-01runtime: change PC, SP values in Stkframe, Panic, Defer from byte* to uintptrRuss Cox
2014-09-01runtime/race: better handling of atomic operationsDmitriy Vyukov
2014-09-01runtime: remove old malloc test programsRuss Cox
2014-09-01runtime: paste mprof.goc into mprof.go as commentsRuss Cox
2014-08-30runtime: fix Linux buildIan Lance Taylor
2014-08-30cmd/cc: generate error if #pragma pack off does anythingRuss Cox
2014-08-30runtime: translate env*.c to GoRuss Cox
2014-08-30runtime/pprof: make CPU profiling tests more robustDmitriy Vyukov
2014-08-30runtime: preallocate panic errors for index and sliceRuss Cox
2014-08-30runtime: convert chanrecv to GoKeith Randall
2014-08-29runtime: retry fix openbsd buildMatthew Dempsky
2014-08-30runtime: increase nosplit area to 192Russ Cox
2014-08-30runtime: rename SysAlloc to sysAlloc for GoRuss Cox
2014-08-30runtime: convert type algorithms to GoDmitriy Vyukov
2014-08-30undo CL 135230043 / 60812bad3769Russ Cox
2014-08-29runtime: fix openbsd buildMatthew Dempsky
2014-08-29runtime: rename Sigaltstack to SigaltstackTIan Lance Taylor
2014-08-29runtime: make allp a static arrayRuss Cox
2014-08-29runtime: convert lock*.c to GoRuss Cox
2014-08-29runtime: include constants and defs_*_*.h types in generated Go defsRuss Cox
2014-08-29runtime: run runtime.initRuss Cox
2014-08-29cmd/gc: allow runtime to define a hex integer type for printingRuss Cox
2014-08-29runtime: implement 64 bit division in GoJosh Bleecher Snyder
2014-08-29runtime: clean up GC codeDmitriy Vyukov
2014-08-29runtime: fix sprintf index out of boundsRuss Cox
2014-08-29runtime: allow sysvicall functions to be called from GoAram Hăvărneanu