| Age | Commit message (Expand) | Author |
| 2013-10-31 | undo CL 19810043 / 352f3b7c9664 | Russ Cox |
| 2013-10-30 | cmd/5l, runtime: make ARM integer division profiler-friendly | Russ Cox |
| 2013-10-18 | runtime: remove nomemprof | Dmitriy Vyukov |
| 2013-09-20 | runtime: avoid allocation of internal panic values | Russ Cox |
| 2013-09-16 | runtime: export PCDATA value reader | Carl Shapiro |
| 2013-09-16 | build: disable precise collection of stack frames | Russ Cox |
| 2013-09-12 | runtime, cmd/gc, cmd/ld: ignore method wrappers in recover | Russ Cox |
| 2013-09-11 | runtime: keep args and frame in struct Func | Russ Cox |
| 2013-09-10 | runtime: clean up / align comment tabbing | Keith Randall |
| 2013-08-15 | runtime: impose stack size limit | Russ Cox |
| 2013-08-15 | runtime: remove old preemption checks | Dmitriy Vyukov |
| 2013-08-14 | runtime: make SetFinalizer(x, f) accept any f for which f(x) is valid | Russ Cox |
| 2013-08-14 | runtime: dump scheduler state if GODEBUG=schedtrace is set | Dmitriy Vyukov |
| 2013-08-13 | runtime: more reliable preemption | Dmitriy Vyukov |
| 2013-08-12 | runtime: remove unused m->racepc | Dmitriy Vyukov |
| 2013-08-09 | net: add special netFD mutex | Dmitriy Vyukov |
| 2013-08-09 | runtime: traceback running goroutines | Dmitriy Vyukov |
| 2013-08-08 | runtime: use GetQueuedCompletionStatusEx on windows if available | Dmitriy Vyukov |
| 2013-08-07 | runtime: use correct types for maxstring and concatstring | Rob Pike |
| 2013-08-06 | runtime: change int32 to intgo in findnull and findnullw | Rob Pike |
| 2013-08-06 | runtime: use gcpc/gcsp during traceback of goroutines in syscalls | Dmitriy Vyukov |
| 2013-08-05 | runtime/pprof: test multithreaded profile, remove OS X workarounds | Russ Cox |
| 2013-08-05 | undo CL 12250043 / e911f94c4902 | Dmitriy Vyukov |
| 2013-08-05 | runtime: remove singleproc var | Dmitriy Vyukov |
| 2013-08-05 | runtime: use gcpc/gcsp during traceback of goroutines in syscalls | Dmitriy Vyukov |
| 2013-08-04 | runtime: remove unused scheduler knob | Dmitriy Vyukov |
| 2013-08-02 | runtime: reimplement reflect.call to not use stack splitting. | Keith Randall |
| 2013-08-01 | runtime: print "created by" for running goroutines in traceback | Dmitriy Vyukov |
| 2013-07-30 | runtime: fix code formatting | Dmitriy Vyukov |
| 2013-07-29 | runtime: do not split stacks in syscall status | Dmitriy Vyukov |
| 2013-07-29 | runtime: allow SetFinalizer with a func(interface{}) | Pieter Droogendijk |
| 2013-07-22 | runtime: introduce notetsleepg function | Dmitriy Vyukov |
| 2013-07-22 | runtime: clarify comment for m->locked | Dmitriy Vyukov |
| 2013-07-19 | cmd/ld, runtime: remove unused fields from Func | Russ Cox |
| 2013-07-19 | runtime: use funcdata to supply garbage collection information | Russ Cox |
| 2013-07-19 | runtime: cleanup: use ArgsSizeUnknown to mark all functions | Keith Randall |
| 2013-07-18 | cmd/ld, runtime: use new contiguous pcln table | Russ Cox |
| 2013-07-17 | runtime: more reliable preemption | Dmitriy Vyukov |
| 2013-07-17 | runtime: use new frame argument size information | Russ Cox |
| 2013-07-16 | cmd/ld, runtime: new in-memory symbol table format | Russ Cox |
| 2013-07-12 | runtime: make cas64 like cas32 and casp | Russ Cox |
| 2013-06-28 | runtime: introduce GODEBUG env var | Dmitriy Vyukov |
| 2013-06-28 | runtime: preempt goroutines for GC | Dmitriy Vyukov |
| 2013-06-27 | runtime: record proper goroutine state during stack split | Russ Cox |
| 2013-06-26 | runtime: remove unused typedef | Ian Lance Taylor |
| 2013-06-24 | runtime: do not generate code during runtime in windows NewCallback | Alex Brainman |
| 2013-06-15 | runtime: remove unused moreframesize_minalloc field | Dmitriy Vyukov |
| 2013-06-12 | runtime: add lr, ctxt, ret to Gobuf | Russ Cox |
| 2013-06-12 | runtime: adjust traceback / garbage collector boundary | Russ Cox |
| 2013-06-09 | runtime: use persistentalloc instead of mallocgc for itab | Dmitriy Vyukov |