aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/runtime.h
AgeCommit message (Expand)Author
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2014-09-06runtime: fix panic/wrapper/recover mathRuss Cox
2014-09-06runtime: get rid of other Go->C calls in test exports.Keith Randall
2014-09-05runtime: use reflect.call during panic instead of newstackcallRuss Cox
2014-09-05runtime: convert panic/recover to GoKeith Randall
2014-09-04runtime: convert netpoll to GoDmitriy Vyukov
2014-09-03runtime: make entersyscall/exitsyscall safe for stack splitsRuss Cox
2014-09-03runtime: Start and stop individual goroutines at gc safepointsRick Hudson
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-02runtime: convert traceback*.c to GoRuss Cox
2014-09-02runtime: convert cpuprof from C to GoMatthew Dempsky
2014-09-01runtime: convert mprof.goc to mprof.goRuss Cox
2014-09-01runtime: change PC, SP values in Stkframe, Panic, Defer from byte* to uintptrRuss Cox
2014-08-30runtime: convert type algorithms to GoDmitriy Vyukov
2014-08-29runtime: make allp a static arrayRuss Cox
2014-08-29runtime: allow sysvicall functions to be called from GoAram Hăvărneanu
2014-08-29runtime: convert forcegc helper to GoDmitriy Vyukov
2014-08-28runtime: convert print.c to GoRuss Cox
2014-08-28runtime: finish converting iface.goc to iface.goRuss Cox
2014-08-27runtime: rename Lock to MutexRuss Cox
2014-08-27cmd/cc, runtime: preserve C runtime type names in generated GoRuss Cox
2014-08-27runtime: changes to g->atomicstatus (nee status) to support concurrent GCRick Hudson
2014-08-25runtime: restore scavenger constantsDmitriy Vyukov
2014-08-25cmd/gc, runtime: treat slices and strings like pointers in garbage collectionRuss Cox
2014-08-25runtime: remove dedicated scavenger threadDmitriy Vyukov
2014-08-25runtime: convert timers to GoDmitriy Vyukov
2014-08-25runtime: convert async semaphores to GoDmitriy Vyukov
2014-08-24runtime,runtime/debug: Converted some functions from goc to Go.Sanjay Menakuru
2014-08-24runtime: convert channel operations to Go, part 1 (chansend1).Keith Randall
2014-08-24runtime: convert sigqueue to GoDmitriy Vyukov
2014-08-22runtime: convert note to GoDmitriy Vyukov
2014-08-22runtime: add Go symtab implementationJosh Bleecher Snyder
2014-08-21runtime: convert common scheduler functions to GoDmitriy Vyukov
2014-08-19runtime: make the GC bitmap a byte arrayDmitriy Vyukov
2014-08-19runtime: convert Gosched to GoDmitriy Vyukov
2014-08-18runtime: fix dump of data/bssDmitriy Vyukov
2014-08-07runtime: convert equality functions to GoKeith Randall
2014-08-07cmd/cc, runtime: eliminate use of the unnamed substructure C extensionPeter Collingbourne
2014-08-07runtime: remove mal/malloc/FlagNoGC/FlagNoInvokeGCDmitriy Vyukov
2014-08-06runtime: use better hash for non-empty interfaceRuss Cox
2014-07-31runtime: convert hash functions to Go calling convention.Keith Randall
2014-07-31runtime: move built-in print routines to go.Keith Randall
2014-07-31runtime: get rid of freeDmitriy Vyukov
2014-07-30runtime: rewrite malloc in Go.Keith Randall
2014-07-29runtime: generate type info for chansDmitriy Vyukov
2014-07-29runtime: simpler and faster GCDmitriy Vyukov
2014-07-17undo CL 101570044 / 2c57aaea79c4Keith Randall
2014-07-03runtime: delete unnecessary confusing codeDmitriy Vyukov