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
Age
Commit message (
Expand
)
Author
2011-07-11
[release-branch.r58] runtime/cgo: fix for OS X 10.7
Russ Cox
2011-06-09
5l: fix softfloat nits
Russ Cox
2011-06-09
math: add sqrt_arm.s and sqrtGoC.go as fallback to soft fp emulation
Fan Hongjian
2011-06-09
runtime: improve memmove
Quan Yong Zhai
2011-06-09
runtime: increase maximum number of windows callbacks
Alex Brainman
2011-06-07
runtime: SysMap uses MAP_FIXED if needed on 64-bit Linux
Jonathan Mark
2011-06-02
runtime: do not garbage collect windows callbacks
Alex Brainman
2011-06-01
gc: make merely referencing an outer variable in a closure not force heapallo...
Luuk van Dijk
2011-05-31
gc: elide call to runtime.closure for function literals called in-place.
Luuk van Dijk
2011-05-31
undo CL 4515163 / 42c3cfa4d64f
Russ Cox
2011-05-31
runtime: use HOST_CC to compile mkversion
Dave Cheney
2011-05-31
runtime: reset GOMAXPROCS during tests
Dmitriy Vyukov
2011-05-31
runtime: save cdecl registers in Windows SEH handler
Alexey Borzenkov
2011-05-30
pkg: spelling tweaks, I-Z
Robert Hencke
2011-05-26
runtime: fix mmap error return on linux.
Dmitry Chestnykh
2011-05-22
runtime: fix function args not checked warning on arm
Dave Cheney
2011-05-16
runtime: make StackSystem part of StackGuard
Alexey Borzenkov
2011-05-14
gc: generalize dst = append(src,...) inlining to arbitrary src and dst argume...
Luuk van Dijk
2011-05-11
gc: inline append when len<cap
Luuk van Dijk
2011-05-10
runtime: add newline to "finalizer already set" error
Albert Strasheim
2011-05-09
go/printer, gofmt: fix alignment of "=" in const/var declarations
Robert Griesemer
2011-05-06
runtime: handle out-of-threads on Linux gracefully
Albert Strasheim
2011-05-02
runtime: maybe fix Windows build broken by cgo setenv CL
Brad Fitzpatrick
2011-05-02
os: make Setenv update C environment variables
Brad Fitzpatrick
2011-05-02
runtime, sync/atomic: fix arm cas
Russ Cox
2011-04-28
runtime: fix typo in gc bug fix
Russ Cox
2011-04-27
runtime: stack split + garbage collection bug
Russ Cox
2011-04-27
runtime: allow use of >512 MB on 32-bit platforms
Russ Cox
2011-04-27
runtime: fix mkversion to output valid path separators
Peter Mundy
2011-04-26
runtime: more graceful out-of-memory crash
Russ Cox
2011-04-25
runtime: fix arm build
Dave Cheney
2011-04-25
runtime: turn "too many EPIPE" into real SIGPIPE
Russ Cox
2011-04-25
runtime: correct out of memory error
Russ Cox
2011-04-23
runtime: disable long test (fix arm build)
Russ Cox
2011-04-22
runtime: stop deadlock test properly (fix arm5 build)
Russ Cox
2011-04-21
runtime: fix GOMAXPROCS vs garbage collection bug
Dmitriy Vyukov
2011-04-21
runtime: skip functions with no lines when building src line table
Ian Lance Taylor
2011-04-21
gc: correct handling of unexported method names in embedded interfaces
Russ Cox
2011-04-20
src/pkg: make package doc comments consistently start with "Package foo".
Nigel Tao
2011-04-18
reflect: allow Slice of arrays
Russ Cox
2011-04-18
reflect: more efficient; cannot Set result of NewValue anymore
Russ Cox
2011-04-17
runtime: fix arm5 softfloat
Russ Cox
2011-04-14
pkg/runtime/plan9: Warning remediation, for Plan 9 native.
Lucio De Re
2011-04-14
runtime: fix gdb support for channels.
Luuk van Dijk
2011-04-14
runtime: fix set and not used in chan.c
Dave Cheney
2011-04-13
runtime: drop chan circular linked list in favor of circular buffer
Russ Cox
2011-03-28
runtime: fix gdb support for goroutines.
Luuk van Dijk
2011-03-27
build: add all-qemu.bash, handful of arm fixes
Russ Cox
2011-03-27
runtime: fix darwin/amd64 thread VM footprint
Alexey Borzenkov
2011-03-25
runtime/pprof: disable test on darwin
Russ Cox
[next]