aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/distpack/pack.go
AgeCommit message (Expand)Author
2025-06-03cmd/dist: don't install tools that won't be shipped in distributionMichael Matloob
2025-05-30cmd/distpack: don't keep the pack toolMichael Matloob
2025-05-19cmd/distpack: use positive list of tools to keepMichael Matloob
2025-05-16cmd/distpack: remove more tools from packaged distributionMichael Matloob
2025-05-16cmd/distpack: remove some tools from packaged distributionMichael Matloob
2024-07-23runtime,internal: move runtime/internal/sys to internal/runtime/sysDavid Chase
2024-06-21cmd/internal: separate counter package from telemetry packageMichael Matloob
2024-06-13cmd/go: call telemetry.MaybeChild at start of go commandMichael Matloob
2024-05-14cmd: add telemetry for commands in cmdMichael Matloob
2023-08-11cmd/distpack: include directory entries in tar filesRuss Cox
2023-06-22internal/platform,cmd/dist: export the list of supported platformsBryan C. Mills
2023-06-20cmd/distpack: rename go.mod to _go.mod in toolchain modulesRuss Cox
2023-06-16cmd/distpack: make go_$GOOS_$GOARCH_exec programs executableDmitri Shuralyov
2023-06-06cmd/dist: remove deptab and cleanlist in favor of gentabAustin Clements
2023-04-28cmd/distpack: remove internal/platform/zosarch.goIan Lance Taylor
2023-04-11cmd/dist: add -distpack flag to build distribution archivesRuss Cox