| Age | Commit message (Expand) | Author |
| 2024-01-25 | all: prealloc slice with possible minimum capabilities | Shulhan |
| 2024-01-24 | cmd/go: add GORISCV64 environment variable | Mark Ryan |
| 2023-10-31 | cmd/dist,internal/platform: enable openbsd/ppc64 port | Joel Sing |
| 2023-10-02 | cmd/dist,internal/platform: add openbsd/riscv64 port | Joel Sing |
| 2023-08-23 | cmd/internal/obj/riscv,cmd/link: add support for internal cgo linking on riscv64 | Joel Sing |
| 2023-08-23 | cmd/link: add support for openbsd/ppc64 | Joel Sing |
| 2023-08-22 | cmd/compile,cmd/dist,cmd/go: compute -+ flag from package path | Austin Clements |
| 2023-08-22 | cmd/asm,cmd/dist,cmd/go: remove asm -compiling-runtime flag | Austin Clements |
| 2023-08-01 | cmd/dist: tolerate macOS writing .DS_Store to GOROOT/bin | Dmitri Shuralyov |
| 2023-06-22 | internal/platform,cmd/dist: export the list of supported platforms | Bryan C. Mills |
| 2023-06-13 | cmd/dist: more robust cleanup | Russ Cox |
| 2023-06-12 | cmd/dist: do not use user build cache in versioned trees | Russ Cox |
| 2023-06-07 | cmd/dist: disable PGO for toolchain2 build | Cherry Mui |
| 2023-06-06 | cmd/dist: remove deptab and cleanlist in favor of gentab | Austin Clements |
| 2023-06-06 | cmd/dist: remove stale cleanup code | Austin Clements |
| 2023-06-06 | cmd/dist: remove stale files from gentab | Austin Clements |
| 2023-05-01 | misc/android: rename to misc/go_android_exec, make go build work | Austin Clements |
| 2023-04-20 | cmd/dist: refactor generated cgo-support logic | Bryan C. Mills |
| 2023-04-19 | make.{bash,bat}: check unmodified $PATH for $GOROOT/bin presence | Dmitri Shuralyov |
| 2023-04-12 | cmd/dist: check for errors from filepath.Glob | wangjianwen |
| 2023-04-11 | cmd/dist: add -distpack flag to build distribution archives | Russ Cox |
| 2023-04-11 | cmd/dist: mark wasip1/wasm as working | Johan Brandhorst-Satzkorn |
| 2023-04-04 | cmd/dist: mark openbsd-mips64 and openbsd-ppc64 broken | Heschi Kreinick |
| 2023-03-30 | cmd/dist: mark wasip1/wasm port as broken | Johan Brandhorst-Satzkorn |
| 2023-03-30 | all: add wasip1 definitions | Johan Brandhorst-Satzkorn |
| 2023-03-18 | cmd/dist: add openbsd/ppc64 as a known GOOS/GOARCH | Joel Sing |
| 2023-03-14 | cmd/dist: add needCC comment, fix needCC | Russ Cox |
| 2023-03-13 | cmd/dist: omit DWARF in build release toolchain binaries | Russ Cox |
| 2023-03-13 | cmd/dist: reproducibility fixes | Russ Cox |
| 2023-03-02 | cmd/link/internal/ld: move more of mustLinkExternal into internal/platform | Bryan C. Mills |
| 2023-02-03 | cmd/dist: do not include runtime/internal/sys in cmd staleness checks | Bryan C. Mills |
| 2023-01-31 | cmd/dist: set GOFLAGS=-trimpath when building cmd for releases | Bryan C. Mills |
| 2023-01-31 | cmd/dist: leave cgo enabled if external linking is required | Bryan C. Mills |
| 2023-01-30 | cmd/dist: keep flag list sorted | Russ Cox |
| 2023-01-30 | cmd/dist: skip building std for the host when cross-compiling | Bryan C. Mills |
| 2023-01-27 | cmd/dist: remove dead code for META_BUILDLET_HOST_TYPE | Bryan C. Mills |
| 2023-01-26 | cmd/dist: restore the original GOCACHE before building std and cmd | Bryan C. Mills |
| 2023-01-26 | cmd/dist: consistently use $GOROOT/bin/go instead of just "go" | Bryan C. Mills |
| 2023-01-24 | all: fix some comments | cui fliter |
| 2023-01-20 | cmd/dist: mark linux/sparc64 as a broken port, remove incomplete map | Dmitri Shuralyov |
| 2023-01-20 | cmd/dist: add map of broken ports and -force flag | Dmitri Shuralyov |
| 2023-01-17 | cmd/dist: make toolchain build reproducible | Russ Cox |
| 2023-01-17 | time/tzdata: generate zip constant during cmd/dist | Russ Cox |
| 2022-12-01 | cmd/dist: remove pkg/$GOOS_$GOARCH and pkg/obj at exit | Michael Matloob |
| 2022-11-21 | cmd/dist: stop trying to access runtime/internal/sys.a in debug mode | Cherry Mui |
| 2022-11-21 | cmd/dist: update to assume Go 1.17.13 as minimal Go bootstrap version | Martin Möhrmann |
| 2022-11-10 | cmd/dist: define GOPPC64_{cpu} for PPC64 targets | Paul E. Murphy |
| 2022-11-01 | cmd/dist: fix a variable scope bug: | Michael Matloob |
| 2022-10-27 | cmd/dist: produce intermedate .a files in a temporary location | Michael Matloob |
| 2022-10-01 | cmd/go: remove the -i build flag | Daniel Martà |