index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
dist
/
main.go
Age
Commit message (
Expand
)
Author
2026-03-27
all: remove openbsd/mips64 port
Tobias Klauser
2023-06-22
internal/platform,cmd/dist: export the list of supported platforms
Bryan C. Mills
2023-03-18
cmd/dist: add openbsd/ppc64 as a known GOOS/GOARCH
Joel Sing
2023-01-17
cmd/dist: make toolchain build reproducible
Russ Cox
2022-11-21
cmd/dist: add serial/small build option for GOMAXPROCS=1
David Chase
2022-10-01
cmd/dist: add support for freebsd/riscv64
Mikael Urankar
2022-05-01
cmd/dist: support dist tool for loong64
Xiaodong Liu
2022-01-18
cmd/dist: avoid lapsing into x86 builds on ARM64 Macs
Russ Cox
2020-10-18
cmd/dist: detect gohostarch for openbsd/mips64
Joel Sing
2020-10-05
cmd/dist: detect gohostarch on ios/arm64
Cherry Zhang
2020-09-26
cmd/dist: detect gohostarch on netbsd/arm64 hosts
Tobias Klauser
2020-01-22
cmd/dist: detect gohostarch on riscv64 hosts
Joel Sing
2019-09-06
cmd/dist: default to clang on OpenBSD
Ian Lance Taylor
2019-04-30
cmd/dist: detect GOHOSTARCH on iOS
Elias Naur
2019-04-30
all: add new GOOS=illumos, split out of GOOS=solaris
Joshua M. Clulow
2019-04-27
cmd/dist: add support for openbsd/arm64
Joel Sing
2019-04-24
cmd/dist: handle arm64 as a machine hardware name
Joel Sing
2019-03-18
cmd/dist: sort gohostos switch entries
Joel Sing
2018-12-18
runtime,cmd/dist,cmd/link: add cgo support on openbsd/arm
Joel Sing
2018-10-03
cmd/dist: add AIX operating system.
Clément Chigot
2018-05-30
cmd/dist: remove support for macOS 10.9 and earlier
Tobias Klauser
2017-10-05
all: revert "all: prefer strings.IndexByte over strings.Index"
Marvin Stenger
2017-09-25
all: prefer strings.IndexByte over strings.Index
Marvin Stenger
2017-09-20
cmd/dist: rename variables + functions
Marvin Stenger
2017-09-20
cmd/dist: simplify code segments
Marvin Stenger
2017-09-09
cmd/dist: move functions for the better
Marvin Stenger
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-02-24
cmd/dist: introduce list subcommand to list all supported platforms
Shenghou Ma
2015-03-03
build: convert run.bash, run.bat, and run.rc into a Go program
Brad Fitzpatrick
2015-01-10
build: require old Go to build new Go (and convert cmd/dist to Go)
Russ Cox
2015-01-10
cmd/dist: remove C sources, rename some to Go files
Russ Cox