| Age | Commit message (Expand) | Author |
| 8 days | [release-branch.go1.26] internal/syscall/unix: properly support AT_SYMLINK_NO... | Damien Neil |
| 2025-10-09 | cmd/compile: call generated size-specialized malloc functions directly | Michael Matloob |
| 2025-09-09 | cmd/cgo: run gcc to get errors and debug info in parallel | matloob |
| 2025-08-11 | cmd/dist: require Go 1.24.6 as minimum bootstrap toolchain | Dmitri Shuralyov |
| 2024-11-14 | internal/exportdata: introduce shared library for exportdata | Tim King |
| 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-04 | cmd: remove notsha256 package | Cuong Manh Le |
| 2024-09-04 | cmd: do not use notsha256 | Cuong Manh Le |
| 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-06-21 | cmd/internal: separate counter package from telemetry package | Michael Matloob |
| 2024-05-09 | cmd/dist: don't copy files ending in ~ to bootstrap directory | 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-04-18 | cmd/dist: allow arbitrary package renames for bootstrap imports | Michael Pratt |
| 2024-03-27 | cmd/compile,cmd/preprofile: move logic to shared common package | Michael Pratt |
| 2023-11-10 | cmd/compile: update types2.Info.FileVersions API to match go/types | Robert Griesemer |
| 2023-09-30 | internal,cmd/internal: relocate covcmd package from std to cmd | Than McIntosh |
| 2023-08-14 | internal/coverage: separate out cmd defs to separate package | Than McIntosh |
| 2023-08-09 | cmd/dist: remove unnecessary parts of bootstrapDirs | qiulaidongfeng |
| 2023-06-27 | cmd/dist, internal/abi: support bootstrapping with gccgo | Ian Lance Taylor |
| 2023-06-22 | internal/platform,cmd/dist: export the list of supported platforms | Bryan C. Mills |
| 2023-06-06 | cmd/dist: share one copy of the "generated by" header string | Austin Clements |
| 2023-05-23 | cmd/compile: build compiler with PGO | Cherry Mui |
| 2023-05-18 | Revert "cmd/compile: build compiler with PGO" | Michael Pratt |
| 2023-05-17 | cmd/compile: build compiler with PGO | Cherry Mui |
| 2023-05-16 | Revert "cmd/compile: build compiler with PGO" | Cherry Mui |
| 2023-05-16 | cmd/compile: build compiler with PGO | Cherry Mui |
| 2023-05-05 | cmd/dist: add explicit module version to generated go.mod | David Chase |
| 2023-05-05 | cmd/compile: work with new bisect command | Russ Cox |
| 2023-04-21 | internal/abi, runtime, cmd: merge PCDATA_* and FUNCDATA_* consts into interna... | Austin Clements |
| 2023-04-20 | cmd/dist: refactor generated cgo-support logic | Bryan C. Mills |
| 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-11 | go/build/constraint: add GoVersion | Russ Cox |
| 2023-03-27 | cmd/link/internal/ld, internal/syscall/unix: use posix_fallocate on freebsd | Tobias Klauser |
| 2023-01-23 | internal/abi,runtime: refactor map constants into one place | David Chase |
| 2022-11-21 | cmd/dist: update to assume Go 1.17.13 as minimal Go bootstrap version | Martin Möhrmann |
| 2022-10-28 | cmd/compile: Enables PGO in Go and performs profile-guided inlining | Raj Barik |
| 2022-10-18 | go,cmd,internal: update to anticipate missing targets and .a files | Michael Matloob |
| 2022-10-10 | cmd/compile/internal/types2: use internal/types/errors instead of local error... | Robert Griesemer |
| 2022-10-05 | cmd/compile: add late lower pass for last rules to run | eric fang |
| 2022-10-04 | cmd/internal/sys: migrate support.go functions to new internal pkg | Than McIntosh |
| 2022-09-27 | cmd/compile: add coverage fixup mode | Than McIntosh |
| 2022-08-11 | internal/saferio: new package to avoid OOM | Ian Lance Taylor |
| 2022-07-06 | cmd/dist: use purego tag when building the bootstrap binaries | Ian Lance Taylor |
| 2022-06-02 | cmd/dist: use gohostarch for ssa rewrite check | Christian Stewart |
| 2022-05-02 | all: REVERSE MERGE dev.boringcrypto (cdcb4b6) into master | Russ Cox |