| Age | Commit message (Expand) | Author |
| 2018-01-17 | cmd/cgo: rewrite CFTypeRef and subytes on Darwin to uintptr | Keith Randall |
| 2017-12-08 | cmd/cgo: make JNI's jobject type map to uintptr in Go | Keith Randall |
| 2017-11-17 | cmd/cgo: special case C ptr types to use uintptr | Keith Randall |
| 2017-10-05 | all: revert "all: prefer strings.LastIndexByte over strings.LastIndex" | Marvin Stenger |
| 2017-10-05 | all: revert "all: prefer strings.IndexByte over strings.Index" | Marvin Stenger |
| 2017-09-27 | all: prefer strings.LastIndexByte over strings.LastIndex | Marvin Stenger |
| 2017-09-25 | all: prefer strings.IndexByte over strings.Index | Marvin Stenger |
| 2017-08-31 | cmd/fix: rewrite x/net/context by default | Sam Whited |
| 2017-03-30 | cmd/fix,cmd/gofmt: flush to disk before diffing | Egon Elbre |
| 2016-09-15 | cmd/fix: add golang.org/x/net/context fix | Sam Whited |
| 2016-03-02 | all: single space after period. | Brad Fitzpatrick |
| 2016-03-01 | all: make copyright headers consistent with one space after period | Brad Fitzpatrick |
| 2015-07-17 | cmd/fix: add gotypes module | Rob Pike |
| 2015-03-18 | all: use "reports whether" in place of "returns true if(f)" | Josh Bleecher Snyder |
| 2014-09-08 | build: adjustments for move from src/pkg to src | Russ Cox |
| 2014-08-07 | cmd/fix: mention -help instead of the non-existent -? flag | Andrew Gerrand |
| 2013-06-02 | cmd/fix: remove obsolete testdata. | Rémy Oudompheng |
| 2013-06-02 | cmd/fix: check type assertion in netipv6zone rule. | Rémy Oudompheng |
| 2013-03-20 | cmd/fix: revert IPv6 scoped address zone support of IPNet | Mikio Hara |
| 2013-03-07 | cmd/fix: remove redundant 0 port | Tyler Bunnell |
| 2013-02-21 | cmd/fix: delete pre-Go 1 fixes | Russ Cox |
| 2013-02-19 | cmd/godoc: use go/build to determine package and example files | Robert Griesemer |
| 2013-02-01 | bytes, strings: add TrimPrefix and TrimSuffix | Brad Fitzpatrick |
| 2012-12-16 | cmd/fix: Add keys to printer.Config composite literals. | Christopher Cahoon |
| 2012-11-27 | go/format: Package format implements standard formatting of Go source. | Robert Griesemer |
| 2012-11-27 | net, cmd/fix: add IPv6 scoped addressing zone to INET, INET6 address structs | Mikio Hara |
| 2012-10-30 | gofmt: apply gofmt -w src misc | Robert Griesemer |
| 2012-10-30 | go/printer, gofmt: trim trailing whitespace in comments | Robert Griesemer |
| 2012-10-09 | cmd/fix: disable reflect test under race detector (very slow) | Dmitriy Vyukov |
| 2012-03-12 | cmd/fix: add rules for net/http -> net/http/httputil renames | Brad Fitzpatrick |
| 2012-02-28 | encoding/json: drop MarshalForHTML; gofix calls to Marshal. | David Symonds |
| 2012-02-22 | cmd/fix: remove os.Wait gofix. | David Symonds |
| 2012-02-20 | os: drop the Wait function and the options to Process.Wait | Rob Pike |
| 2012-02-19 | cmd/fix: add runtime renamings | Russ Cox |
| 2012-02-16 | net/url: API | Russ Cox |
| 2012-02-17 | fix: walk ast.Ellipsis values. | Nigel Tao |
| 2012-02-16 | cmd, pkg/go/*: fix "go vet" warnings for go/ast and go/printer | Nigel Tao |
| 2012-02-16 | net/url: Rename ParseWithReference to ParseWithFragment. | David Symonds |
| 2012-02-15 | fix: add fix for bufio, gzip, zlib NewWriterXxx changes.weekly.2012-02-14 | Nigel Tao |
| 2012-02-13 | fix: add fix for crypto type change | Russ Cox |
| 2012-02-12 | cmd/fix: warn about exp, old, deleted packages | Russ Cox |
| 2012-02-08 | image: delete the image.Repeated type. | Nigel Tao |
| 2012-02-07 | go/printer, gofmt: don't print incorrect programs | Robert Griesemer |
| 2012-02-01 | all packages: fix various typos | Robert Griesemer |
| 2012-01-30 | build: remove Make.pkg, Make.tool | Russ Cox |
| 2012-01-31 | fix: add image/{bmp,tiff} to go1pkgrename. | Nigel Tao |
| 2012-01-29 | cmd/go: add go tools to rearrangement | Rob Pike |