aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/dist/build.go
AgeCommit message (Expand)Author
21 hoursall: prealloc slice with possible minimum capabilitiesShulhan
2026-03-27all: remove openbsd/mips64 portTobias Klauser
2026-03-25cmd/dist: try to use jj commit info for devel versionmatloob
2025-11-26doc/next: document broken freebsd/riscv64 portDmitri Shuralyov
2025-10-27cmd/link: internal linking support for windows/arm64qmuntal
2025-10-10cmd/go: unify "go fix" and "go vet"Alan Donovan
2025-09-15all: replace strings.Split with strings.SplitSeq1911860538
2025-08-06all: remove support for windows/armqiulaidongfeng
2025-08-05cmd/dist, internal/platform: mark freebsd/riscv64 brokenMark Freeman
2025-06-10cmd/dist: only install necessary tools when doing local testMichael Matloob
2025-06-03cmd/dist: don't install tools that won't be shipped in distributionMichael Matloob
2025-05-20cmd/dist, internal/platform: enable internal linking feature and test on loong64limeidan
2025-05-08cmd/go: fix incorrect determining default value of CGO_ENABLEDqiulaidongfeng
2025-04-30cmd/dist: move "devel" substring in git-inferred development versionDmitri Shuralyov
2025-04-25cmd/dist: add "devel" substring check to isRelease computationDmitri Shuralyov
2025-04-16all: use strings.ReplaceAll where applicableMarcel Meyer
2025-02-14cmd/dist: use slices.Indexqiulaidongfeng
2024-11-19cmd/dist: add GOFIPS140 settingRuss Cox
2024-11-02cmd/dist, internal/syslist: update UnixOS commentsIan Lance Taylor
2024-09-11runtime: add asm_riscv64.hMark D Ryan
2024-08-22cmd/dist: set go version in bootstrap go.mod fileMichael Matloob
2024-08-14cmd/dist, internal/platform: mark windows/arm (32-bit ARM) brokenDmitri Shuralyov
2024-07-23runtime,internal: move runtime/internal/sys to internal/runtime/sysDavid Chase
2024-05-20cmd/dist: set GOPROXY=off when GOPATH is set to be in GOROOTMichael Matloob
2024-04-18cmd/go: preprocess PGO profilesMichael Pratt
2024-03-06cmd/dist,internal: add GOARM64 environment variableAndrey Bokhanko
2024-02-21cmd: remove support for GOROOT_FINALConstantin Konstantinidis
2024-02-16cmd/dist,cmd/go: define assembly macros, handle GOARM value with soft/hardfloatCherry Mui
2024-01-25cmd/dist,internal/platform,runtime: add cgo support for openbsd/riscv64 portJoel Sing
2024-01-25cmd/dist,internal/platform: enable openbsd/riscv64 portJoel Sing
2024-01-24cmd/go: add GORISCV64 environment variableMark Ryan
2023-10-31cmd/dist,internal/platform: enable openbsd/ppc64 portJoel Sing
2023-10-02cmd/dist,internal/platform: add openbsd/riscv64 portJoel Sing
2023-08-23cmd/internal/obj/riscv,cmd/link: add support for internal cgo linking on riscv64Joel Sing
2023-08-23cmd/link: add support for openbsd/ppc64Joel Sing
2023-08-22cmd/compile,cmd/dist,cmd/go: compute -+ flag from package pathAustin Clements
2023-08-22cmd/asm,cmd/dist,cmd/go: remove asm -compiling-runtime flagAustin Clements
2023-08-01cmd/dist: tolerate macOS writing .DS_Store to GOROOT/binDmitri Shuralyov
2023-06-22internal/platform,cmd/dist: export the list of supported platformsBryan C. Mills
2023-06-13cmd/dist: more robust cleanupRuss Cox
2023-06-12cmd/dist: do not use user build cache in versioned treesRuss Cox
2023-06-07cmd/dist: disable PGO for toolchain2 buildCherry Mui
2023-06-06cmd/dist: remove deptab and cleanlist in favor of gentabAustin Clements
2023-06-06cmd/dist: remove stale cleanup codeAustin Clements
2023-06-06cmd/dist: remove stale files from gentabAustin Clements
2023-05-01misc/android: rename to misc/go_android_exec, make go build workAustin Clements
2023-04-20cmd/dist: refactor generated cgo-support logicBryan C. Mills
2023-04-19make.{bash,bat}: check unmodified $PATH for $GOROOT/bin presenceDmitri Shuralyov
2023-04-12cmd/dist: check for errors from filepath.Globwangjianwen
2023-04-11cmd/dist: add -distpack flag to build distribution archivesRuss Cox