aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/dist
AgeCommit message (Expand)Author
2026-02-03all: prealloc slice with possible minimum capabilitiesShulhan
2026-01-09cmd/dist: fix goroot typo in panic messagejjpinto
2025-12-16cmd/dist: preserve existing GOEXPERIMENTs when running tests with additional ...qmuntal
2025-12-12cmd/dist: test GOEXPERIMENT=simd on AMD64Cherry Mui
2025-12-09cmd: fix some issues in the commentscuishuang
2025-11-26runtime/secret: implement new secret packageDaniel Morsing
2025-11-26doc/next: document broken freebsd/riscv64 portDmitri Shuralyov
2025-11-13[dev.simd] all: merge master (57362e9) into dev.simdCherry Mui
2025-11-11std,cmd: go fix -any std cmdAlan Donovan
2025-10-27cmd/link: internal linking support for windows/arm64qmuntal
2025-10-10cmd/go: unify "go fix" and "go vet"Alan Donovan
2025-10-09cmd/compile: call generated size-specialized malloc functions directlyMichael Matloob
2025-09-23[dev.simd] all: merge master (9b2d39b) into dev.simdCherry Mui
2025-09-22cmd/dist: disable FIPS 140-3 mode when testing maphash with puregoqmuntal
2025-09-16[dev.simd] all: merge master (ca0e035) into dev.simdCherry Mui
2025-09-15all: replace strings.Split with strings.SplitSeq1911860538
2025-09-15cmd/go,crypto/internal/fips140: prevent using FIPS 140-3 mode with purego tagFilippo Valsorda
2025-09-11[dev.simd] all: merge master (cf5e993) into dev.simdCherry Mui
2025-09-10cmd: delete some more windows/arm remnantsKir Kolyshkin
2025-09-09cmd/cgo: run gcc to get errors and debug info in parallelmatloob
2025-09-03[dev.simd] all: merge master (4c4cefc) into dev.simdCherry Mui
2025-09-02cmd/dist: run racebench tests only in longtest modeMichael Anthony Knyszek
2025-08-29runtime/race: add race detector support for linux/riscv64Joel Sing
2025-08-29all: delete more windows/arm remnantsTobias Klauser
2025-08-22all: delete remaining windows/arm codeAlberto Donizetti
2025-08-14[dev.simd] all: merge master (924fe98) into dev.simdCherry Mui
2025-08-11cmd/dist: require Go 1.24.6 as minimum bootstrap toolchainDmitri Shuralyov
2025-08-06all: remove support for windows/armqiulaidongfeng
2025-08-05cmd/dist, internal/platform: mark freebsd/riscv64 brokenMark Freeman
2025-08-05cmd: remove dead codeqiulaidongfeng
2025-06-25[dev.simd] all: merge master (f8ccda2) into dev.simdCherry Mui
2025-06-23cmd/dist: test encoding/json/... with GOEXPERIMENT=jsonv2Joe Tsai
2025-06-16cmd/dist: always include variant in package namesMichael Anthony Knyszek
2025-06-10[dev.simd] all: merge master (773701a) into dev.simdCherry Mui
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-29[dev.simd] cmd/dist: disable API check on dev branchJunyang Shao
2025-05-20cmd/dist, internal/platform: enable internal linking feature and test on loong64limeidan
2025-05-20cmd/dist: pass GO_GCFLAGS to cpuN runtime testskhr@golang.org
2025-05-08cmd/go: fix incorrect determining default value of CGO_ENABLEDqiulaidongfeng
2025-05-07cmd,runtime: enable race detector on loong64Guoqi Chen
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-03-20all: use exec.Command.String in test logsqmuntal
2025-03-11runtime/internal: clean up completelyJes Cok
2025-02-19all: implement plugin build mode for riscv64Meng Zhuo
2025-02-14cmd/dist: use slices.Indexqiulaidongfeng
2025-02-13cmd/dist: test GOFIPS140=latest rather than just the GODEBUGFilippo Valsorda
2025-02-12cmd/dist: correct gccheckmark test nameCherry Mui