aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime
AgeCommit message (Expand)Author
2014-08-29runtime: allow to call stdcall from Go on windowsDmitriy Vyukov
2014-08-29runtime: convert forcegc helper to GoDmitriy Vyukov
2014-08-28runtime: don't allocate a new string in printfKeith Randall
2014-08-28runtime: convert closechan/chanlen/chancap to GoKeith Randall
2014-08-28runtime: convert print.c to GoRuss Cox
2014-08-28runtime: remove holes in FUNCDATA tablesMatthew Dempsky
2014-08-28runtime: fix Plan 9 build for new C calling conventionAnthony Martin
2014-08-28runtime: fix openbsd/386Matthew Dempsky
2014-08-28runtime: move finalizer thread to Go.Keith Randall
2014-08-28runtime: compare only until min(len(s1), len(s2))David Crawshaw
2014-08-28runtime: fix arm buildDavid Crawshaw
2014-08-28runtime: fix buildRuss Cox
2014-08-28runtime: convert runtime1.goc, noasm_arm.goc to GoRuss Cox
2014-08-28runtime: finish converting iface.goc to iface.goRuss Cox
2014-08-27runtime: fix nacl/386 buildRuss Cox
2014-08-27cmd/api: fix for Lock⇒Mutex changeRuss Cox
2014-08-27runtime: rename Lock to MutexRuss Cox
2014-08-27runtime: fix nacl buildRuss Cox
2014-08-28runtime: fix arm5 softfloat buildDave Cheney
2014-08-27runtime: fix arm buildRuss Cox
2014-08-27cmd/cc, runtime: preserve C runtime type names in generated GoRuss Cox
2014-08-27cmd/{ld,link,objdump}, runtime, debug/gosym: move linker-defined symbols into...Matthew Dempsky
2014-08-27runtime: fix plan9 buildRuss Cox
2014-08-27runtime: fix solaris buildRuss Cox
2014-08-27runtime: fix windows signal handlersRuss Cox
2014-08-27runtime: give nosplit functions 32 more bytes of headroomRuss Cox
2014-08-27runtime: restore header to first goroutine in StackBrad Fitzpatrick
2014-08-27cmd/cc, runtime: convert C compilers to use Go calling conventionRuss Cox
2014-08-27runtime: changes to g->atomicstatus (nee status) to support concurrent GCRick Hudson
2014-08-26runtime: name hi and lo parts of ret in assemblyJosh Bleecher Snyder
2014-08-26runtime: convert Stack to Go.Rémy Oudompheng
2014-08-26runtime: convert int64tofloat64, uint64tofloat64 to GoDave Cheney
2014-08-26runtime,sync: Convert procPin and procUnpin functions to Go.Sanjay Menakuru
2014-08-25runtime: restore scavenger constantsDmitriy Vyukov
2014-08-25runtime: restore nacl timensDmitriy Vyukov
2014-08-25cmd/gc, runtime: treat slices and strings like pointers in garbage collectionRuss Cox
2014-08-25runtime: round channel size in allocation instead of using system-specific pa...Russ Cox
2014-08-25runtime: remove dedicated scavenger threadDmitriy Vyukov
2014-08-25runtime: add commentDmitriy Vyukov
2014-08-25runtime: convert timers to GoDmitriy Vyukov
2014-08-25runtime: convert async semaphores to GoDmitriy Vyukov
2014-08-25runtime: fix plan9 HeapSys accountingDmitriy Vyukov
2014-08-25runtime: fix chan alignment on 32 bitsDmitriy Vyukov
2014-08-25runtime: refactor CPU profilingDmitriy Vyukov
2014-08-25runtime: fix block profile for sync semaphoresDmitriy Vyukov
2014-08-25runtime: fix block profile for sync semaphoresDmitriy Vyukov
2014-08-25runtime: add fast paths to non-blocking channel operationsDmitriy Vyukov
2014-08-25runtime: Loosen conditions in TestMemstat in an attempt to fix the nacl/arm b...Sanjay Menakuru
2014-08-25runtime: convert NewCallback and NewCallbackCDecl to GoAlex Brainman
2014-08-24runtime,runtime/debug: Converted some functions from goc to Go.Sanjay Menakuru