| Age | Commit message (Expand) | Author |
| 2013-03-06 | all: delete a couple of mentions of the exp and old trees | Rob Pike |
| 2013-02-01 | bytes, strings: add TrimPrefix and TrimSuffix | Brad Fitzpatrick |
| 2013-01-28 | cmd/api: normalize byte to uint8 and rune to int32 | Brad Fitzpatrick |
| 2013-01-22 | cmd/api: fix type scrubbing | Brad Fitzpatrick |
| 2013-01-19 | cmd/api: sort features | Anthony Martin |
| 2012-11-19 | cmd/api: speed up API check by 2x, caching parser.ParseFile calls | Brad Fitzpatrick |
| 2012-11-13 | cmd/api: use one token.FileSet for all contexts | Brad Fitzpatrick |
| 2012-11-08 | cmd/api: bug fix for goapi's lame type checker | Brad Fitzpatrick |
| 2012-10-30 | cmd/api: handle contexts re-converging | Brad Fitzpatrick |
| 2012-10-30 | cmd/api: add more tests | Brad Fitzpatrick |
| 2012-10-04 | cmd/api: add exception file | Rob Pike |
| 2012-09-27 | cmd/api: delete redundant text from deletion message | Rob Pike |
| 2012-09-24 | cmd/dist: new version for string for development branch | Russ Cox |
| 2012-09-19 | cmd/api: fix signatures like func(x, y, z int) | Mikio Hara |
| 2012-09-18 | cmd/api: allow extension of interfaces with unexported methods | Russ Cox |
| 2012-08-28 | cmd/api: recognize version "devel" as dev. branch and apply -next | Shenghou Ma |
| 2012-06-08 | cmd/api: handle empty API file, ignore -next in release | Russ Cox |
| 2012-06-04 | api: add Linux/ARM to go1 API | Shenghou Ma |
| 2012-06-01 | api: add FreeBSD to go1 API | Brad Fitzpatrick |
| 2012-05-23 | cmd/api: add flag to specify contexts | Brad Fitzpatrick |
| 2012-05-22 | cmd/api: add api/next.txt | Brad Fitzpatrick |
| 2012-04-10 | cmd/api: allow addition of API | Shenghou Ma |
| 2012-03-17 | build: catch API changes during build | Brad Fitzpatrick |
| 2012-03-11 | cmd/api: work on Windows again, and make gccgo files work a bit more | Brad Fitzpatrick |
| 2012-03-12 | cmd/api: set compiler for all build contexts. | David Symonds |
| 2012-03-01 | go/build: replace FindTree, ScanDir, Tree, DirInfo with Import, Package | Russ Cox |
| 2012-02-21 | cmd/api: record return type of functions for variable typecheck. | Rémy Oudompheng |
| 2012-02-18 | cmd/api: s/ideal-bool/bool/ | Russ Cox |
| 2012-02-14 | cmd/api: fix typo. | Nigel Tao |
| 2012-02-10 | cmd/api: follow constant references | Brad Fitzpatrick |
| 2012-02-07 | cmd/api: compare multiple contexts | Brad Fitzpatrick |
| 2012-02-01 | all packages: fix various typos | Robert Griesemer |
| 2012-01-31 | go/doc: enable AllMethods flag (and fix logic) | Robert Griesemer |
| 2012-01-31 | build: move goapi, quietgcc, cgo, gotype, ebnflint into go-tool | Russ Cox |