| Age | Commit message (Expand) | Author |
| 2013-10-18 | go1.2rc2go1.2rc2 | Andrew Gerrand |
| 2013-02-26 | all: clean up C function prototypes | Anthony Martin |
| 2013-02-19 | cmd/godoc: use go/build to determine package and example files | Robert Griesemer |
| 2013-02-05 | cmd/dist: add -Wstrict-prototypes to CFLAGS and fix all the compiler errors | Shenghou Ma |
| 2012-11-27 | libmach, cmd/cc, cmd/cov, cmd/ld, cmd/prof: check malloc return value | Shenghou Ma |
| 2012-04-16 | cmd/prof: don't build on Plan 9 for now. | Anthony Martin |
| 2012-03-05 | cmd: update formatting of usage messages | Andrew Gerrand |
| 2012-02-14 | cmd/dist: exclude cov and prof from releases | Russ Cox |
| 2012-02-08 | runtime, pprof: add profiling of thread creation | Russ Cox |
| 2012-02-06 | build: delete make paraphernalia | Russ Cox |
| 2012-02-04 | tools: update references to "x" to be "go tool x" | Rob Pike |
| 2012-02-02 | build: rename $GOROOT/bin/go-tool to $GOROOT/bin/tool. | Russ Cox |
| 2012-01-30 | build: use correct go-tool directory location | Alex Brainman |
| 2012-01-29 | cmd/go: c tools not used during compilation | Rob Pike |
| 2011-12-12 | build: Changes to the build infrastructure for NetBSD. | Christopher Nielsen |
| 2011-10-12 | runtime: faster strings | Dmitriy Vyukov |
| 2011-09-07 | gopprof: regexp fixes | Hector Chu |
| 2011-08-25 | build: fix unused parameters | Russ Cox |
| 2011-08-22 | build: add openbsd | Joel Sing |
| 2011-06-21 | gopprof: update list of memory allocators | Russ Cox |
| 2011-06-19 | Make.ccmd: link with mach lib, | Joe Poirier |
| 2011-05-02 | http/pprof: fix POST reading bug | Russ Cox |
| 2011-03-23 | testing: add -test.cpuprofile flag | Russ Cox |
| 2011-03-22 | gopprof: fix bug: do not rotate 180 degrees for large scrolls | Russ Cox |
| 2011-03-18 | gopprof: update list of memory allocation functions | Russ Cox |
| 2010-12-12 | 5g/8g, 8l, ld, prof: fix output of 32-bit values | Eoghan Sherry |
| 2010-10-27 | use append | Russ Cox |
| 2010-09-29 | 6prof: more accurate usage message. | David Symonds |
| 2010-08-24 | build: $GOBIN defaults to $GOROOT/bin | Russ Cox |
| 2010-07-30 | cov and prof: implement windows version (just function stubs and build mods) | Joe Poirier |
| 2010-07-26 | prof: fix typo in usage string | Andrew Gerrand |
| 2010-06-20 | undo changes accidentally included in 09c5add99d50 | Russ Cox |
| 2010-06-20 | gc: better error messages for interface failures, conversions | Russ Cox |
| 2010-04-09 | runtime: delete malx, skip_depth argument to malloc | Russ Cox |
| 2010-03-26 | fix build | Russ Cox |
| 2010-03-26 | prof: install gopprof too | Russ Cox |
| 2010-01-11 | delete debugging prints | Rob Pike |
| 2010-01-11 | delete debugging prints | Rob Pike |
| 2010-01-11 | add pprof output format to prof. | Rob Pike |
| 2009-12-24 | make 6prof (sic) architecture-independent. | Rob Pike |
| 2009-12-01 | a couple of usage fixups in prof | Rob Pike |
| 2009-11-23 | go: makes it build for the case $GOROOT has whitespaces | Sergio Luis O. B. Correia |
| 2009-11-17 | FreeBSD-specific porting work. | Devon H. O'Dell |
| 2009-11-04 | stylistic issues in a couple of cmd docs | Rob Pike |
| 2009-11-03 | more command documentation, including nm and prof | Rob Pike |
| 2009-10-03 | clean more | Russ Cox |
| 2009-09-22 | use $(shell uname) instead of $GOOS when | Russ Cox |
| 2009-08-14 | rename libmach_amd64 libmach | Rob Pike |
| 2009-08-03 | print profile to stderr. sheesh. | Rob Pike |
| 2009-07-28 | Support use of $GOBINDIR to override $HOME/bin | Phil Pennock |