aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime
AgeCommit message (Expand)Author
2014-08-24runtime: remove some overuse of uintptr/unsafe.PointerRuss Cox
2014-08-24runtime: fix arm buildRuss Cox
2014-08-24runtime: convert synchronous semaphores to GoDmitriy Vyukov
2014-08-24runtime: convert channel operations to Go, part 1 (chansend1).Keith Randall
2014-08-24runtime: fix races on mheap.allspansDmitriy Vyukov
2014-08-24runtime: cache unrolled GC bitmaskDmitriy Vyukov
2014-08-24runtime: convert sigqueue to GoDmitriy Vyukov
2014-08-24runtime: convert parfor to GoDmitriy Vyukov
2014-08-23runtime: adjust errorCString definition to avoid allocationRuss Cox
2014-08-23runtime: convert float64toint64, float64touint64 to GoDave Cheney
2014-08-23runtime: remove unused varDmitriy Vyukov
2014-08-23runtime: run newproc1 on M stack.Daniel Morsing
2014-08-22runtime: fix futex notesDmitriy Vyukov
2014-08-22runtime: convert note to GoDmitriy Vyukov
2014-08-22runtime: please vetDmitriy Vyukov
2014-08-22runtime: add Go symtab implementationJosh Bleecher Snyder
2014-08-21runtime: give an explicit name to profiling Bucket sub-structs.Rémy Oudompheng
2014-08-21runtime: convert lfstack to GoDmitriy Vyukov
2014-08-21runtime: remove now arg from timer callbackDmitriy Vyukov
2014-08-21runtime: convert common scheduler functions to GoDmitriy Vyukov
2014-08-21runtime: init GC laterDmitriy Vyukov
2014-08-21runtime: fix deadlock when gctraceDmitriy Vyukov
2014-08-21runtime: convert MemProfile, BlockProfile, ThreadCreateProfile to Go.Rémy Oudompheng
2014-08-20runtime: remove unused variableJosh Bleecher Snyder
2014-08-20runtime: convert memclrBytes to GoJosh Bleecher Snyder
2014-08-20runtime: add atomicor8 for amd64p32Dmitriy Vyukov
2014-08-19runtime: fix typo in commentJosh Bleecher Snyder
2014-08-19runtime: fix TestGcLastTime on windowsDmitriy Vyukov
2014-08-19runtime: make the GC bitmap a byte arrayDmitriy Vyukov
2014-08-19runtime: always pass type to mallocgc when allocating scannable memoryDmitriy Vyukov
2014-08-19runtime: allow copying of onM frameDmitriy Vyukov
2014-08-19runtime: fix MemStats on 32-bitsDmitriy Vyukov
2014-08-19runtime: convert Gosched to GoDmitriy Vyukov
2014-08-19runtime: improve diagnostics of non-copyable framesDmitriy Vyukov
2014-08-19runtime: fix memstatsDmitriy Vyukov
2014-08-19runtime: apply KindMask before comparisonAlex Brainman
2014-08-18runtime: fix windows/amd64 build after pc-relative 6l changeRuss Cox
2014-08-18cmd/gc, runtime: refactor interface inlining decision into compilerRuss Cox
2014-08-18runtime: avoid $sym(SB) as constantRuss Cox
2014-08-18runtime: move panicindex/panicslice to Go.Keith Randall
2014-08-18runtime: add more cases to GC info testDmitriy Vyukov
2014-08-18runtime: implement transfer cacheDmitriy Vyukov
2014-08-18runtime: fix dump of data/bssDmitriy Vyukov
2014-08-18runtime: don't acquirem on malloc fast pathDmitriy Vyukov
2014-08-16runtime: mark with non-atomic operations when GOMAXPROCS=1Dmitriy Vyukov
2014-08-15runtime: fix getgcmaskDmitriy Vyukov
2014-08-14runtime: mark objects with non-atomic operationsDmitriy Vyukov
2014-08-13runtime: keep objects in free lists marked as allocated.Dmitriy Vyukov
2014-08-12runtime: avoid using address as constant in amd64 assemblyRuss Cox
2014-08-13runtime: remove FlagNoProfileDmitriy Vyukov