| Age | Commit message (Expand) | Author |
| 2022-11-28 | cmd/api: rewrite as package test | Russ Cox |
| 2022-11-02 | cmd/api: make check pickier about api/*.txt | Russ Cox |
| 2022-05-02 | all: use os/exec instead of internal/execabs | Russ Cox |
| 2022-03-18 | internal/testenv: add GOROOT and use it to fix tests broken with -trimpath | Bryan C. Mills |
| 2022-03-14 | cmd/api: require proposal # for new API features | Russ Cox |
| 2022-01-26 | cmd/api: reduce parallel 'go list' invocations to a constant | Bryan C. Mills |
| 2021-12-13 | all: gofmt -w -r 'interface{} -> any' src | Russ Cox |
| 2021-12-08 | cmd/api: run half as many go list calls in parallel | Heschi Kreinick |
| 2021-10-12 | cmd/api: use placeholder names for type parameters | Robert Findley |
| 2021-10-12 | cmd/api: support type parameters | Ian Lance Taylor |
| 2021-10-04 | cmd/api: set architecture sizes when type checking | Michael Pratt |
| 2021-05-03 | cmd/api: disallow silent API additions after api/go1.n.txt is created | Dmitri Shuralyov |
| 2021-01-21 | all: introduce and use internal/execabs | Roland Shoemaker |
| 2020-12-09 | all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp | Russ Cox |
| 2020-10-20 | io/fs: move FileInfo, FileMode, PathError, ErrInvalid, ... from os to io/fs | Russ Cox |
| 2020-09-14 | cmd/api: omit outside dependencies when listing the packages in "std" | Bryan C. Mills |
| 2020-04-20 | cmd/api: limit concurrent 'go list' calls to GOMAXPROCS | Bryan C. Mills |
| 2020-04-04 | cmd/dist: remove darwin/386, darwin/arm as valid ports | Brad Fitzpatrick |
| 2020-03-25 | cmd/api: make NewWatcher populate its own package and import metadata | Bryan C. Mills |
| 2019-05-21 | cmd/api: read std package info once, not per goos-goarch-cgo | Russ Cox |
| 2019-04-20 | all: add start of netbsd/arm64 support | Maya Rashish |
| 2019-04-16 | all: clean up code with token.IsExported | Daniel Martà |
| 2019-03-08 | cmd/api: use 'go list' to locate transitive dependencies of std | Bryan C. Mills |
| 2019-03-04 | cmd/api: fix no go files package panic | Baokun Lee |
| 2018-11-29 | vendor/golang_org/x: move to internal/x | Bryan C. Mills |
| 2018-10-05 | cmd/api: explicit tagKey with GOOS and GOARCH | Meng Zhuo |
| 2017-10-05 | all: revert "all: prefer strings.IndexByte over strings.Index" | Marvin Stenger |
| 2017-09-25 | all: prefer strings.IndexByte over strings.Index | Marvin Stenger |
| 2017-09-20 | all: correct location of go tool | Hiroshi Ioka |
| 2016-07-13 | all: rename vendored golang.org/x/net packages to golang_org | Brad Fitzpatrick |
| 2016-04-22 | cmd/api: ignore vendored packages | Brad Fitzpatrick |
| 2016-03-25 | all: delete dead non-test code | Dominik Honnef |
| 2016-03-01 | all: make copyright headers consistent with one space after period | Brad Fitzpatrick |
| 2015-12-14 | go/constant: switch to floating-point representation when fractions become to... | Robert Griesemer |
| 2015-10-14 | net/http: enable automatic HTTP/2 if TLSNextProto is nil | Brad Fitzpatrick |
| 2015-04-15 | go/importer: added go/importer package, adjusted go/types | Robert Griesemer |
| 2015-04-08 | cmd/api: make the test more robust | Shenghou Ma |
| 2015-04-08 | cmd/api: update api checker to use go/types from std repo | Robert Griesemer |
| 2015-02-08 | Revert "cmd/api: treat a hex-y VERSION as devel and permit API changes" | David Symonds |
| 2014-12-12 | cmd/api: treat a hex-y VERSION as devel and permit API changes | Brad Fitzpatrick |
| 2014-12-12 | [release-branch.go1.4] cmd/api: make API check fail for undeclared API in rel... | Russ Cox |
| 2014-12-05 | runtime: generate windows callback list with go generate | Russ Cox |
| 2014-11-10 | undo CL 169000043 / 05b838013df9 | Andrew Gerrand |
| 2014-11-10 | cmd/api: use golang.org/x/... import paths | Andrew Gerrand |
| 2014-09-16 | runtime: remove untyped allocation of ParFor | Russ Cox |
| 2014-09-16 | runtime: remove duplicated Go constants | Russ Cox |
| 2014-09-15 | cmd/api: internal debugging supprt | Robert Griesemer |
| 2014-09-12 | runtime: remove a few untyped allocations | Russ Cox |
| 2014-09-08 | build: adjustments for move from src/pkg to src | Russ Cox |
| 2014-09-05 | runtime: convert panic/recover to Go | Keith Randall |