index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
runtime
/
runtime.h
Age
Commit message (
Expand
)
Author
2011-11-09
runtime: add timer support, use for package time
Russ Cox
2011-11-03
time: faster Nanoseconds call
Russ Cox
2011-11-02
runtime: unify mutex code across OSes
Dmitriy Vyukov
2011-10-27
runtime: lock the main goroutine to the main OS thread during init
Russ Cox
2011-10-06
runtime: faster finalizers
Dmitriy Vyukov
2011-09-30
runtime: parallelize garbage collector mark + sweep
Russ Cox
2011-09-17
runtime: implement pprof support for windows
Hector Chu
2011-09-14
runtime: eliminate handle churn when churning channels on Windows
Hector Chu
2011-09-14
runtime: syscall to return both AX and DX for windows/386
Alex Brainman
2011-08-27
runtime: use cgo runtime functions to call windows syscalls
Alex Brainman
2011-08-23
runtime: fix void warnings
Russ Cox
2011-08-22
runtime: simplify stack traces
Russ Cox
2011-08-18
runtime: speed up cgo calls
Alex Brainman
2011-08-17
gc: implement nil chan support
Russ Cox
2011-08-17
gc: implement nil map support
Russ Cox
2011-08-16
runtime: fix GC bitmap corruption
Dmitriy Vyukov
2011-08-10
runtime: correct seh installation during callbacks
Alex Brainman
2011-08-08
runtime: add more specialized type algorithms
Dmitriy Vyukov
2011-08-04
runtime: faster chan creation on Linux/FreeBSD/Plan9
Dmitriy Vyukov
2011-08-03
runtime: correct Note documentation
Dmitriy Vyukov
2011-07-29
runtime: fix data race in findfunc()
Dmitriy Vyukov
2011-07-29
runtime: improve Linux mutex
Dmitriy Vyukov
2011-07-28
cgo: add GoBytes, fix gmp example
Russ Cox
2011-07-21
runtime: replace centralized ncgocall counter with a distributed one
Dmitriy Vyukov
2011-07-13
runtime: fix data race during Itab hash update/lookup
Dmitriy Vyukov
2011-07-12
runtime: replace runtime.mcpy with runtime.memmove
Quan Yong Zhai
2011-07-12
runtime: eliminate contention during stack allocation
Dmitriy Vyukov
2011-07-12
runtime: eliminate false sharing on runtime.goidgen
Dmitriy Vyukov
2011-07-12
runtime: eliminate false sharing on random number generators
Dmitriy Vyukov
2011-06-29
runtime: windows/amd64 port
Wei Guangjing
2011-06-28
runtime: replace Semacquire/Semrelease implementation
Dmitriy Vyukov
2011-06-07
runtime: SysMap uses MAP_FIXED if needed on 64-bit Linux
Jonathan Mark
2011-05-30
pkg: spelling tweaks, I-Z
Robert Hencke
2011-05-16
runtime: make StackSystem part of StackGuard
Alexey Borzenkov
2011-04-27
runtime: stack split + garbage collection bug
Russ Cox
2011-04-18
reflect: more efficient; cannot Set result of NewValue anymore
Russ Cox
2011-03-23
runtime: cpu profiling support
Russ Cox
2011-03-11
gc, runtime: replace closed(c) with x, ok := <-c
Russ Cox
2011-03-07
runtime: scheduler, cgo reorganization
Russ Cox
2011-03-02
runtime: record goroutine creation pc and display in traceback
Russ Cox
2011-02-27
runtime: idle goroutine
Russ Cox
2011-02-23
runtime: always run stackalloc on scheduler stack
Russ Cox
2011-02-22
ld: detect stack overflow due to NOSPLIT
Russ Cox
2011-02-16
runtime: minor cleanup
Russ Cox
2011-02-10
runtime: take the callback return value from the stack
Hector Chu
2011-02-02
runtime: more detailed panic traces, line number work
Russ Cox
2011-02-01
windows: multiple improvements and cleanups
Hector Chu
2011-01-31
runtime: generate Go defs for C types.
Luuk van Dijk
2011-01-28
runtime: simpler heap map, memory allocation
Russ Cox
2011-01-25
runtime: prefer fixed stack allocator over general memory allocator
Russ Cox
[prev]
[next]