| Age | Commit message (Expand) | Author |
| 2014-02-28 | [release-branch.go1.2] runtime: fix crash in runtime.GoroutineProfile | Russ Cox |
| 2014-02-27 | [release-branch.go1.2] runtime: if traceback sees a breakpoint, don't change ... | Russ Cox |
| 2014-02-27 | [release-branch.go1.2] runtime: fix data race in GC | Russ Cox |
| 2013-11-01 | [release-branch.go1.2] cmd/5l, runtime: fix divide for profiling tracebacks o... | Andrew Gerrand |
| 2013-11-01 | [release-branch.go1.2] runtime: relax preemption assertion during stack split | Andrew Gerrand |
| 2013-11-01 | [release-branch.go1.2] runtime: remove nomemprof | Andrew Gerrand |
| 2013-10-17 | runtime: correct test for when to poll network | Ian Lance Taylor |
| 2013-10-17 | runtime: correct parameter name in MCentral_AllocList comment | Ian Lance Taylor |
| 2013-10-15 | undo CL 14231047 / 2f4c2dde2756 | Alex Brainman |
| 2013-10-15 | runtime/pprof: disable flaky TestGoroutineSwitch on windows | Alex Brainman |
| 2013-10-09 | runtime: markfreed's error reports should be prefixed with "markfreed", not "... | Keith Randall |
| 2013-10-09 | runtime/cgo: mark callback functions as NOSPLIT | Ian Lance Taylor |
| 2013-10-08 | cmd/go, runtime: express armv5t architecture constraint differently | Carl Shapiro |
| 2013-10-04 | runtime: fix bug in maps at the intersection of iterators, growing, and NaN keys | Keith Randall |
| 2013-10-04 | runtime: remove 3 unused declarations. | Keith Randall |
| 2013-10-04 | runtime: collect profiles even while on g0 stack | Alex Brainman |
| 2013-10-03 | runtime: change default stack segment size to 8 kB | Russ Cox |
| 2013-10-02 | runtime: remove syscall.NewCallbackCDecl on Windows | Russ Cox |
| 2013-10-02 | runtime: fix finalizer test on amd64 | Russ Cox |
| 2013-10-02 | runtime: do not scan stack by frames during garbage collection | Russ Cox |
| 2013-09-27 | all: fix some mistakes found by go tool vet . | Rob Pike |
| 2013-09-26 | runtime, syscall: update freebsd/arm calling convention to match EABI | Dave Cheney |
| 2013-09-23 | runtime/pprof: fix profile parser in test | Russ Cox |
| 2013-09-23 | undo CL 13321048 / 9567c5da6e25 | Russ Cox |
| 2013-09-22 | runtime/race: update runtime to r191161. | Dmitriy Vyukov |
| 2013-09-22 | runtime/pprof: run TestGoroutineSwitch for longer | Alex Brainman |
| 2013-09-20 | runtime: avoid allocation of internal panic values | Russ Cox |
| 2013-09-19 | cmd/gc: cleanup SWITCH nodes after walk. | Rémy Oudompheng |
| 2013-09-16 | runtime: export PCDATA value reader | Carl Shapiro |
| 2013-09-16 | cmd/gc, runtime: inline append in frontend. | Rémy Oudompheng |
| 2013-09-16 | build: disable precise collection of stack frames | Russ Cox |
| 2013-09-16 | runtime: fix uint64 division on 386 | Russ Cox |
| 2013-09-16 | runtime: fix freebsd build | Russ Cox |
| 2013-09-16 | cmd/cgo: allow C.malloc(0) always | Russ Cox |
| 2013-09-16 | runtime: make ARM integer div-by-zero traceback-friendly | Russ Cox |
| 2013-09-16 | runtime, syscall: work around FreeBSD/amd64 kernel bug | Russ Cox |
| 2013-09-15 | runtime: fix CPU profiling on Windows | Russ Cox |
| 2013-09-13 | runtime: avoid inconsistent goroutine state in profiler | Russ Cox |
| 2013-09-12 | runtime, cmd/gc, cmd/ld: ignore method wrappers in recover | Russ Cox |
| 2013-09-12 | cmd/gc: inline copy in frontend to call memmove directly. | Rémy Oudompheng |
| 2013-09-11 | runtime: keep args and frame in struct Func | Russ Cox |
| 2013-09-11 | runtime: show m stack during crash on m stack | Russ Cox |
| 2013-09-11 | runtime: show runtime.panic frame in traceback | Russ Cox |
| 2013-09-11 | cmd/cgo: replace C.malloc with our own wrapper | Russ Cox |
| 2013-09-10 | runtime: explicit init of runtime-gdb helpers | Alexis Imperial-Legrand |
| 2013-09-10 | runtime: clean up / align comment tabbing | Keith Randall |
| 2013-09-09 | runtime: remove OABI check from ARM startup | Russ Cox |
| 2013-09-09 | runtime: unbreak build on dragonfly | Joel Sing |
| 2013-09-06 | runtime: Smhasher tests of our map hash function. | Keith Randall |
| 2013-09-06 | runtime: account for all sys memory in MemStats | Dmitriy Vyukov |