aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime
AgeCommit message (Expand)Author
2011-07-11[release-branch.r58] runtime/cgo: fix for OS X 10.7Russ Cox
2011-06-095l: fix softfloat nitsRuss Cox
2011-06-09math: add sqrt_arm.s and sqrtGoC.go as fallback to soft fp emulationFan Hongjian
2011-06-09runtime: improve memmoveQuan Yong Zhai
2011-06-09runtime: increase maximum number of windows callbacksAlex Brainman
2011-06-07runtime: SysMap uses MAP_FIXED if needed on 64-bit LinuxJonathan Mark
2011-06-02runtime: do not garbage collect windows callbacksAlex Brainman
2011-06-01gc: make merely referencing an outer variable in a closure not force heapallo...Luuk van Dijk
2011-05-31gc: elide call to runtime.closure for function literals called in-place.Luuk van Dijk
2011-05-31undo CL 4515163 / 42c3cfa4d64fRuss Cox
2011-05-31runtime: use HOST_CC to compile mkversionDave Cheney
2011-05-31runtime: reset GOMAXPROCS during testsDmitriy Vyukov
2011-05-31runtime: save cdecl registers in Windows SEH handlerAlexey Borzenkov
2011-05-30pkg: spelling tweaks, I-ZRobert Hencke
2011-05-26runtime: fix mmap error return on linux.Dmitry Chestnykh
2011-05-22runtime: fix function args not checked warning on armDave Cheney
2011-05-16runtime: make StackSystem part of StackGuardAlexey Borzenkov
2011-05-14gc: generalize dst = append(src,...) inlining to arbitrary src and dst argume...Luuk van Dijk
2011-05-11gc: inline append when len<capLuuk van Dijk
2011-05-10runtime: add newline to "finalizer already set" errorAlbert Strasheim
2011-05-09go/printer, gofmt: fix alignment of "=" in const/var declarationsRobert Griesemer
2011-05-06runtime: handle out-of-threads on Linux gracefullyAlbert Strasheim
2011-05-02runtime: maybe fix Windows build broken by cgo setenv CLBrad Fitzpatrick
2011-05-02os: make Setenv update C environment variablesBrad Fitzpatrick
2011-05-02runtime, sync/atomic: fix arm casRuss Cox
2011-04-28runtime: fix typo in gc bug fixRuss Cox
2011-04-27runtime: stack split + garbage collection bugRuss Cox
2011-04-27runtime: allow use of >512 MB on 32-bit platformsRuss Cox
2011-04-27runtime: fix mkversion to output valid path separatorsPeter Mundy
2011-04-26runtime: more graceful out-of-memory crashRuss Cox
2011-04-25runtime: fix arm buildDave Cheney
2011-04-25runtime: turn "too many EPIPE" into real SIGPIPERuss Cox
2011-04-25runtime: correct out of memory errorRuss Cox
2011-04-23runtime: disable long test (fix arm build)Russ Cox
2011-04-22runtime: stop deadlock test properly (fix arm5 build)Russ Cox
2011-04-21runtime: fix GOMAXPROCS vs garbage collection bugDmitriy Vyukov
2011-04-21runtime: skip functions with no lines when building src line tableIan Lance Taylor
2011-04-21gc: correct handling of unexported method names in embedded interfacesRuss Cox
2011-04-20src/pkg: make package doc comments consistently start with "Package foo".Nigel Tao
2011-04-18reflect: allow Slice of arraysRuss Cox
2011-04-18reflect: more efficient; cannot Set result of NewValue anymoreRuss Cox
2011-04-17runtime: fix arm5 softfloatRuss Cox
2011-04-14pkg/runtime/plan9: Warning remediation, for Plan 9 native.Lucio De Re
2011-04-14runtime: fix gdb support for channels.Luuk van Dijk
2011-04-14runtime: fix set and not used in chan.cDave Cheney
2011-04-13runtime: drop chan circular linked list in favor of circular bufferRuss Cox
2011-03-28runtime: fix gdb support for goroutines.Luuk van Dijk
2011-03-27build: add all-qemu.bash, handful of arm fixesRuss Cox
2011-03-27runtime: fix darwin/amd64 thread VM footprintAlexey Borzenkov
2011-03-25runtime/pprof: disable test on darwinRuss Cox