| Age | Commit message (Expand) | Author |
| 2025-08-11 | cmd/dist: require Go 1.24.6 as minimum bootstrap toolchain | Dmitri Shuralyov |
| 2024-08-20 | cmd/dist: require Go 1.22.6 as minimum bootstrap toolchain | Dmitri Shuralyov |
| 2024-07-22 | make.bash: drop GNU/kFreeBSD handling | Ian Lance Taylor |
| 2024-05-29 | make.bash: preserve GOROOT_BOOTSTRAP | Mateusz Poliwczak |
| 2024-04-27 | make.bash: avoid ksh bug in nogoenv | Russ Cox |
| 2024-02-21 | cmd: remove support for GOROOT_FINAL | Constantin Konstantinidis |
| 2023-10-03 | make.bash: use [[ rather than [ | Daniel Martí |
| 2023-07-24 | make.bash,bat,rc: use Go 1.20.6 instead of Go 1.17.13 | Russ Cox |
| 2023-01-17 | make.bash, make.rc: fix GOROOT detection when GOEXPERIMENT is set | Russ Cox |
| 2022-10-17 | all: use Go 1.17.13 for bootstrap | Russ Cox |
| 2022-08-15 | build: update comments about Go 1.4 in make.bash, make.bat, make.rc | Russ Cox |
| 2022-08-08 | cmd/link: detect glibc vs musl ldso at link time | Russ Cox |
| 2022-04-05 | cmd/dist: move more environment logic into cmd/dist from make and run scripts | Bryan C. Mills |
| 2022-04-04 | make.bash: disable GOEXPERIMENT when using bootstrap toolchain | Russ Cox |
| 2022-04-04 | make.bash: document CC_FOR_${GOOS}_${GOARCH} | uji |
| 2022-03-21 | build: force GOWORK=off in make.{bash,bat,rc} | Dmitri Shuralyov |
| 2021-12-08 | build: for default bootstrap, use Go 1.17 if present, falling back to Go 1.4 | Russ Cox |
| 2021-12-08 | Revert "build: for default bootstrap, use Go 1.17 if present, falling back to... | Michael Pratt |
| 2021-12-07 | build: for default bootstrap, use Go 1.17 if present, falling back to Go 1.4 | Russ Cox |
| 2021-09-02 | src: do not emit warning when GOROOT_BOOTSTRAP is unset | Cuong Manh Le |
| 2021-09-02 | src: emit warning when make.bash run with invalid GOROOT_BOOTSTRAP | Cuong Manh Le |
| 2021-08-11 | src/make.*: make --no-clean flag a no-op that prints a warning | Matthew Dempsky |
| 2021-08-06 | make.bash: do not overwrite GO_LDSO if already set | Cherry Mui |
| 2021-05-18 | make.bash: fix misuse of continue | Cherry Mui |
| 2021-03-19 | make.bash: this change modifies Go to correctly select a dyamic linker | Dilyn Corner |
| 2020-09-21 | make.bash: avoid warning when bootstrap doesn't support GOOS/GOARCH | Austin Clements |
| 2020-09-10 | all: check GOROOT_BOOTSTRAP executable before bootsrappping | Cuong Manh Le |
| 2019-11-01 | make.bash: show bootstrap version | Brad Fitzpatrick |
| 2019-04-23 | cmd/go: add env -w and env -u to set and unset default env vars | Russ Cox |
| 2019-03-11 | cmd,std: add go.mod files | Bryan C. Mills |
| 2019-03-01 | cmd/dist, cmd/link: allow passing default dynamic linker/loader | Tobias Klauser |
| 2018-11-16 | build: clear GO111MODULE during make.bash etc | Russ Cox |
| 2018-08-01 | cmd/go: add $GOFLAGS environment variable | Russ Cox |
| 2018-06-20 | make.bash: don't pass GOOS and GOARCH to cmd/go when finding GOROOT_BOOTSTRAP | LE Manh Cuong |
| 2018-05-04 | src/*.bash: remove some trailing whitespace | Zhou Peng |
| 2017-11-03 | cmd/dist: fix bad LC_TIME assumption in 'date' invocation | Alberto Donizetti |
| 2017-11-01 | make.bash: show correct GOROOT_BOOTSTRAP when using `go env GOROOT` | Filippo Valsorda |
| 2017-10-31 | build: quiet make.bash, make.bat, make.rc | Russ Cox |
| 2017-10-31 | cmd/dist: log timing to $GOBUILDTIMELOGFILE | Russ Cox |
| 2017-10-25 | build: move final steps of make.bash, make.bat, make.rc into cmd/dist | Russ Cox |
| 2017-08-25 | build: add `go env GOROOT` as default GOROOT_BOOTSTRAP value | Wei Congrui |
| 2017-03-14 | *.bash: always use the same string equality operator | Daniel Martí |
| 2017-03-10 | cmd/go: when expanding "cmd", skip vendored main packages | Ian Lance Taylor |
| 2017-03-09 | src/*.bash: use tabs consistently | Daniel Martí |
| 2016-10-03 | cmd/dist, cmd/go: add environment variable override for pkg-config | Boris Nagaev |
| 2016-05-19 | build: unset GOBIN during build | Brad Fitzpatrick |
| 2016-03-18 | cmd/dist: redo flag-passing for bootstrap | David Chase |
| 2016-03-18 | cmd/compile: get gcflags to bootstrap; ssa debug opts for "all" | David Chase |
| 2016-02-24 | cmd/go, go/build: add support for Fortran | kortschak |
| 2015-12-17 | src: remove reference to since-deleted dist -s flag | Brad Fitzpatrick |