aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/dist/main.go
AgeCommit message (Expand)Author
2026-03-27all: remove openbsd/mips64 portTobias Klauser
2023-06-22internal/platform,cmd/dist: export the list of supported platformsBryan C. Mills
2023-03-18cmd/dist: add openbsd/ppc64 as a known GOOS/GOARCHJoel Sing
2023-01-17cmd/dist: make toolchain build reproducibleRuss Cox
2022-11-21cmd/dist: add serial/small build option for GOMAXPROCS=1David Chase
2022-10-01cmd/dist: add support for freebsd/riscv64Mikael Urankar
2022-05-01cmd/dist: support dist tool for loong64Xiaodong Liu
2022-01-18cmd/dist: avoid lapsing into x86 builds on ARM64 MacsRuss Cox
2020-10-18cmd/dist: detect gohostarch for openbsd/mips64Joel Sing
2020-10-05cmd/dist: detect gohostarch on ios/arm64Cherry Zhang
2020-09-26cmd/dist: detect gohostarch on netbsd/arm64 hostsTobias Klauser
2020-01-22cmd/dist: detect gohostarch on riscv64 hostsJoel Sing
2019-09-06cmd/dist: default to clang on OpenBSDIan Lance Taylor
2019-04-30cmd/dist: detect GOHOSTARCH on iOSElias Naur
2019-04-30all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow
2019-04-27cmd/dist: add support for openbsd/arm64Joel Sing
2019-04-24cmd/dist: handle arm64 as a machine hardware nameJoel Sing
2019-03-18cmd/dist: sort gohostos switch entriesJoel Sing
2018-12-18runtime,cmd/dist,cmd/link: add cgo support on openbsd/armJoel Sing
2018-10-03cmd/dist: add AIX operating system.Clément Chigot
2018-05-30cmd/dist: remove support for macOS 10.9 and earlierTobias Klauser
2017-10-05all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger
2017-09-25all: prefer strings.IndexByte over strings.IndexMarvin Stenger
2017-09-20cmd/dist: rename variables + functionsMarvin Stenger
2017-09-20cmd/dist: simplify code segmentsMarvin Stenger
2017-09-09cmd/dist: move functions for the betterMarvin Stenger
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-24cmd/dist: introduce list subcommand to list all supported platformsShenghou Ma
2015-03-03build: convert run.bash, run.bat, and run.rc into a Go programBrad Fitzpatrick
2015-01-10build: require old Go to build new Go (and convert cmd/dist to Go)Russ Cox
2015-01-10cmd/dist: remove C sources, rename some to Go filesRuss Cox