| Age | Commit message (Expand) | Author |
| 2025-04-30 | cmd/dist: move "devel" substring in git-inferred development version | Dmitri Shuralyov |
| 2025-04-25 | cmd/dist: add "devel" substring check to isRelease computation | Dmitri Shuralyov |
| 2025-04-16 | all: use strings.ReplaceAll where applicable | Marcel Meyer |
| 2025-03-20 | all: use exec.Command.String in test logs | qmuntal |
| 2025-03-11 | runtime/internal: clean up completely | Jes Cok |
| 2025-02-19 | all: implement plugin build mode for riscv64 | Meng Zhuo |
| 2025-02-14 | cmd/dist: use slices.Index | qiulaidongfeng |
| 2025-02-13 | cmd/dist: test GOFIPS140=latest rather than just the GODEBUG | Filippo Valsorda |
| 2025-02-12 | cmd/dist: correct gccheckmark test name | Cherry Mui |
| 2025-02-03 | all: use slices.Contains to simplify code | cuishuang |
| 2025-02-03 | runtime: fix GODEBUG=gccheckmark=1 and add smoke test | Michael Anthony Knyszek |
| 2025-01-03 | crypto/internal/fips140: mark OpenBSD unsupported | Filippo Valsorda |
| 2025-01-03 | crypto/internal/fips140: add Supported | Filippo Valsorda |
| 2024-12-18 | cmd/dist: skip fips140test in exe mode on Android | Cherry Mui |
| 2024-11-22 | cmd/dist: don't test FIPS when ASAN is on | Dmitri Shuralyov |
| 2024-11-22 | crypto/tls: test with FIPS 140-3 TLS mode | Daniel McCarney |
| 2024-11-21 | cmd/dist: skip FIPS 140-3 testing | Daniel McCarney |
| 2024-11-21 | cmd/go: fix -changed don`t print when GOFIPS140 is non-default | qiulaidongfeng |
| 2024-11-21 | cmd/dist: vet non-test packages in short mode | Russ Cox |
| 2024-11-21 | cmd/dist: adjust FIPS 140 tests | Russ Cox |
| 2024-11-20 | all: rename crypto/internal/fips to crypto/internal/fips140 | Russ Cox |
| 2024-11-19 | cmd/dist: add FIPS snapshot build tests | Russ Cox |
| 2024-11-19 | cmd/dist: add GOFIPS140 setting | Russ Cox |
| 2024-11-14 | internal/exportdata: introduce shared library for exportdata | Tim King |
| 2024-11-14 | cmd/go: print not-defaults arch-env | qiulaidongfeng |
| 2024-11-13 | cmd/dist: add more pie tests, fips tests | Russ Cox |
| 2024-11-02 | cmd/dist, internal/syslist: update UnixOS comments | Ian Lance Taylor |
| 2024-10-28 | all: skip and fix various tests with -asan and -msan | Michael Anthony Knyszek |
| 2024-10-21 | cmd/internal/macho: new package for handling mach-o files in toolchain | Cherry Mui |
| 2024-09-26 | cmd/dist: enforce the lowest bootstrap version | qiulaidongfeng |
| 2024-09-11 | runtime: add asm_riscv64.h | Mark D Ryan |
| 2024-09-04 | cmd: remove notsha256 package | Cuong Manh Le |
| 2024-09-04 | cmd: do not use notsha256 | Cuong Manh Le |
| 2024-09-03 | cmd: use built-in min/max instead of bespoke versions | Keith Randall |
| 2024-08-30 | cmd/dist: do not rewrite "any" -> "interface{}" | Cuong Manh Le |
| 2024-08-27 | cmd/dist: update tryDirs list to match make scripts | Dmitri Shuralyov |
| 2024-08-22 | cmd/dist: set go version in bootstrap go.mod file | Michael Matloob |
| 2024-08-20 | cmd/dist: require Go 1.22.6 as minimum bootstrap toolchain | Dmitri Shuralyov |
| 2024-08-14 | cmd/dist, internal/platform: mark windows/arm (32-bit ARM) broken | Dmitri Shuralyov |
| 2024-08-13 | cmd/link, runtime: support library mode on wasip1 | Cherry Mui |
| 2024-07-23 | runtime,internal: move runtime/internal/sys to internal/runtime/sys | David Chase |
| 2024-07-07 | cmd/dist: remove iter,slices,maps test on GOEXPERIMENT=rangefunc | qiulaidongfeng |
| 2024-06-21 | cmd/internal: separate counter package from telemetry package | Michael Matloob |
| 2024-05-20 | cmd/dist: set GOPROXY=off when GOPATH is set to be in GOROOT | Michael Matloob |
| 2024-05-20 | maps: add All, Keys, Values, Insert, Collect | aimuz |
| 2024-05-09 | cmd/dist: don't copy files ending in ~ to bootstrap directory | Ian Lance Taylor |
| 2024-05-09 | slices: add iterator-related functions | Ian Lance Taylor |
| 2024-05-09 | cmd/compile: add support for telemetry | Michael Matloob |
| 2024-05-09 | cmd/dist: reject accidental use of internal packages from bootstrap toolchain | Russ Cox |
| 2024-05-04 | cmd/dist,internal/platform: temporarily disable race detector on openbsd/amd64 | Joel Sing |