| Age | Commit message (Expand) | Author |
| 2023-04-18 | debug/elf: support zstd compression | Ian Lance Taylor |
| 2023-04-18 | cmd/go: add check for unknown godebug setting | Russ Cox |
| 2023-04-12 | cmd/internal/sys, cmd/dist, misc/cgo/testcshared: enable c-shared feature and... | limeidan |
| 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-11 | go/build/constraint: add GoVersion | Russ Cox |
| 2023-04-10 | cmd/compile, cmd/dist, internal: enable buildmode=pie for linux/loong64 | WANG Xuerui |
| 2023-04-07 | internal: add wasip1 support | Johan Brandhorst-Satzkorn |
| 2023-04-06 | cmd: add wasip1 support | Johan Brandhorst-Satzkorn |
| 2023-04-05 | cmd/dist: skip static linking tests for linux boringcrypto | Ian Lance Taylor |
| 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-27 | cmd/link/internal/ld, internal/syscall/unix: use posix_fallocate on freebsd | Tobias Klauser |
| 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-28 | hash/maphash: add purego implementation | Cuong Manh Le |
| 2023-02-28 | cmd/dist, test: convert test/run.go runner to a cmd/go test | Dmitri Shuralyov |
| 2023-02-23 | cmd/dist: default to GOARM=7 on all non-arm systems | Russ Cox |
| 2023-02-13 | cmd/dist: use a copy of platform.BuildModeSupported | Ian Lance Taylor |
| 2023-02-10 | cmd/dist: remove windows-amd64-2008 code path | qmuntal |
| 2023-02-03 | cmd/dist: do not include runtime/internal/sys in cmd staleness checks | Bryan C. Mills |
| 2023-02-01 | cmd/dist,internal/platform: reenable the c-archive build mode on ios | Bryan C. Mills |
| 2023-02-01 | cmd/dist, internal/platform: remove some target modes that fail | Ian Lance Taylor |
| 2023-01-31 | cmd/dist, internal/platform: test agreement on supported build modes | Ian Lance Taylor |
| 2023-01-31 | cmd/link, cmd/dist, internal/platform: consolidate c-archive support | Ian Lance Taylor |
| 2023-01-31 | cmd/dist: test goos, not gohostos, in tester.extLink | Ian Lance Taylor |
| 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-30 | cmd/dist: skip rebuilding packages during builder testing | 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: require absolute path to executable in flattenCommandLine | 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-23 | internal/abi,runtime: refactor map constants into one place | David Chase |
| 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-20 | cmd/dist: remove GOTESTONLY environment variable | Dmitri Shuralyov |
| 2023-01-20 | cmd/dist: remove hardcoded timeout scale for arm and mips{,le,64,64le} | 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-06 | run.bash, cmd/dist: document GO_TEST_SHORT and GO_TEST_TIMEOUT_SCALE | Dmitri Shuralyov |
| 2022-12-01 | cmd/dist: remove pkg/$GOOS_$GOARCH and pkg/obj at exit | Michael Matloob |