aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/runtime.h
AgeCommit message (Expand)Author
2011-11-09runtime: add timer support, use for package timeRuss Cox
2011-11-03time: faster Nanoseconds callRuss Cox
2011-11-02runtime: unify mutex code across OSesDmitriy Vyukov
2011-10-27runtime: lock the main goroutine to the main OS thread during initRuss Cox
2011-10-06runtime: faster finalizersDmitriy Vyukov
2011-09-30runtime: parallelize garbage collector mark + sweepRuss Cox
2011-09-17runtime: implement pprof support for windowsHector Chu
2011-09-14runtime: eliminate handle churn when churning channels on WindowsHector Chu
2011-09-14runtime: syscall to return both AX and DX for windows/386Alex Brainman
2011-08-27runtime: use cgo runtime functions to call windows syscallsAlex Brainman
2011-08-23runtime: fix void warningsRuss Cox
2011-08-22runtime: simplify stack tracesRuss Cox
2011-08-18runtime: speed up cgo callsAlex Brainman
2011-08-17gc: implement nil chan supportRuss Cox
2011-08-17gc: implement nil map supportRuss Cox
2011-08-16runtime: fix GC bitmap corruptionDmitriy Vyukov
2011-08-10runtime: correct seh installation during callbacksAlex Brainman
2011-08-08runtime: add more specialized type algorithmsDmitriy Vyukov
2011-08-04runtime: faster chan creation on Linux/FreeBSD/Plan9Dmitriy Vyukov
2011-08-03runtime: correct Note documentationDmitriy Vyukov
2011-07-29runtime: fix data race in findfunc()Dmitriy Vyukov
2011-07-29runtime: improve Linux mutexDmitriy Vyukov
2011-07-28cgo: add GoBytes, fix gmp exampleRuss Cox
2011-07-21runtime: replace centralized ncgocall counter with a distributed oneDmitriy Vyukov
2011-07-13runtime: fix data race during Itab hash update/lookupDmitriy Vyukov
2011-07-12runtime: replace runtime.mcpy with runtime.memmoveQuan Yong Zhai
2011-07-12runtime: eliminate contention during stack allocationDmitriy Vyukov
2011-07-12runtime: eliminate false sharing on runtime.goidgenDmitriy Vyukov
2011-07-12runtime: eliminate false sharing on random number generatorsDmitriy Vyukov
2011-06-29runtime: windows/amd64 portWei Guangjing
2011-06-28runtime: replace Semacquire/Semrelease implementationDmitriy Vyukov
2011-06-07runtime: SysMap uses MAP_FIXED if needed on 64-bit LinuxJonathan Mark
2011-05-30pkg: spelling tweaks, I-ZRobert Hencke
2011-05-16runtime: make StackSystem part of StackGuardAlexey Borzenkov
2011-04-27runtime: stack split + garbage collection bugRuss Cox
2011-04-18reflect: more efficient; cannot Set result of NewValue anymoreRuss Cox
2011-03-23runtime: cpu profiling supportRuss Cox
2011-03-11gc, runtime: replace closed(c) with x, ok := <-cRuss Cox
2011-03-07runtime: scheduler, cgo reorganizationRuss Cox
2011-03-02runtime: record goroutine creation pc and display in tracebackRuss Cox
2011-02-27runtime: idle goroutineRuss Cox
2011-02-23runtime: always run stackalloc on scheduler stackRuss Cox
2011-02-22ld: detect stack overflow due to NOSPLITRuss Cox
2011-02-16runtime: minor cleanupRuss Cox
2011-02-10runtime: take the callback return value from the stackHector Chu
2011-02-02runtime: more detailed panic traces, line number workRuss Cox
2011-02-01windows: multiple improvements and cleanupsHector Chu
2011-01-31runtime: generate Go defs for C types.Luuk van Dijk
2011-01-28runtime: simpler heap map, memory allocationRuss Cox
2011-01-25runtime: prefer fixed stack allocator over general memory allocatorRuss Cox