aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/runtime.h
AgeCommit message (Expand)Author
2013-01-29runtime: dump the full stack of a throwing goroutineDmitriy Vyukov
2013-01-26runtime: avoid defining the same variable in more than one translation unitShenghou Ma
2013-01-10runtime: less aggressive per-thread stack segment cachingDmitriy Vyukov
2013-01-04runtime: always incorporate hash seed at start of hash computationIan Lance Taylor
2012-12-22runtime: aggregate defer allocationsRuss Cox
2012-12-19runtime: use "mp" and "gp" instead of "m" and "g" for local variable name to ...Jingcheng Zhang
2012-11-27runtime: use reflect·call() to enter the function gc()Jan Ziak
2012-11-10runtime, runtime/cgo: track memory allocated by non-Go codeIan Lance Taylor
2012-11-01runtime: move Itab to runtime.hJan Ziak
2012-10-26runtime: switch to 64-bit goroutine idsDmitriy Vyukov
2012-10-21runtime: store types of allocated objectsJan Ziak
2012-10-19runtime: update comment for the "extern register" variables g and m.Nigel Tao
2012-10-07race: runtime changesDmitriy Vyukov
2012-10-06pprof: add goroutine blocking profilingDmitriy Vyukov
2012-09-24build: make int 64 bits on amd64Russ Cox
2012-09-24runtime: add types to MSpanJan Ziak
2012-09-24runtime: prepare for 64-bit intsRuss Cox
2012-09-21runtime: fix mmap commentsShenghou Ma
2012-09-18runtime: refactor goroutine blockingDmitriy Vyukov
2012-09-17cmd/ld: fix compilation when GOARCH != GOHOSTARCHJan Ziak
2012-08-31runtime: add vdso support for linux/amd64. Fixes issue 1933.Ivan Krasin
2012-08-07runtime: inline several float64 routines to speed up complex128 divisionShenghou Ma
2012-07-04runtime: move panic/defer/recover-related stuff to a separate fileDmitriy Vyukov
2012-07-01runtime: add freemcache() functionDmitriy Vyukov
2012-05-30runtime: update field types in preparation for GC changesJan Ziak
2012-05-30runtime: handle windows exceptions, even in cgo programsAlex Brainman
2012-05-29runtime: replace runtime·rnd function with ROUND macroRuss Cox
2012-05-15runtime: refactor helpgc functionality in preparation for parallel GCDmitriy Vyukov
2012-05-11runtime: add parallel for algorithmDmitriy Vyukov
2012-04-12runtime: add lock-free stackDmitriy Vyukov
2012-04-05runtime: make GC stats per-MDmitriy Vyukov
2012-04-05runtime: add 64-bit atomicsDmitriy Vyukov
2012-03-06runtime: remove unused runtime·signame and runtime·newErrorIan Lance Taylor
2012-02-28runtime/pprof: support OS X CPU profilingRuss Cox
2012-02-24runtime: size arena to fit in virtual address space limitRuss Cox
2012-02-22runtime: goroutine profile, stack dumpsRuss Cox
2012-02-17runtime: Permit default behaviour of SIGTSTP, SIGTTIN, SIGTTOU.David Symonds
2012-02-14runtime: on 386, fix FP control word on all threads, not just initial threadRuss Cox
2012-02-14runtime, syscall, os/signal: fix windows buildAlex Brainman
2012-02-13os/signal: selective signal handlingRuss Cox
2012-02-12runtime: delete Type and implementations (use reflect instead)Russ Cox
2012-02-08runtime, pprof: add profiling of thread creationRuss Cox
2012-02-02runtime: add runtime.cputicks() and seed fastrand with itDamian Gryski
2012-01-26gc, runtime: handle floating point map keysRuss Cox
2012-01-20runtime: add type algorithms for zero-sized typesDmitriy Vyukov
2012-01-19doc: update out-of-date comments about runtime/cgoShenghou Ma
2011-12-20build: a round of fixesRuss Cox
2011-12-16runtime: make more build-friendlyRuss Cox
2011-12-12gc: implement == on structs and arraysRuss Cox
2011-12-05runtime: prep for type-specific algorithmsRuss Cox