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
/
distpack
/
pack.go
Age
Commit message (
Expand
)
Author
2025-10-15
cmd/distpack: add fix tool to inventory
Alan Donovan
2025-09-15
all: replace strings.Split with strings.SplitSeq
1911860538
2025-06-03
cmd/dist: don't install tools that won't be shipped in distribution
Michael Matloob
2025-05-30
cmd/distpack: don't keep the pack tool
Michael Matloob
2025-05-19
cmd/distpack: use positive list of tools to keep
Michael Matloob
2025-05-16
cmd/distpack: remove more tools from packaged distribution
Michael Matloob
2025-05-16
cmd/distpack: remove some tools from packaged distribution
Michael Matloob
2024-07-23
runtime,internal: move runtime/internal/sys to internal/runtime/sys
David Chase
2024-06-21
cmd/internal: separate counter package from telemetry package
Michael Matloob
2024-06-13
cmd/go: call telemetry.MaybeChild at start of go command
Michael Matloob
2024-05-14
cmd: add telemetry for commands in cmd
Michael Matloob
2023-08-11
cmd/distpack: include directory entries in tar files
Russ Cox
2023-06-22
internal/platform,cmd/dist: export the list of supported platforms
Bryan C. Mills
2023-06-20
cmd/distpack: rename go.mod to _go.mod in toolchain modules
Russ Cox
2023-06-16
cmd/distpack: make go_$GOOS_$GOARCH_exec programs executable
Dmitri Shuralyov
2023-06-06
cmd/dist: remove deptab and cleanlist in favor of gentab
Austin Clements
2023-04-28
cmd/distpack: remove internal/platform/zosarch.go
Ian Lance Taylor
2023-04-11
cmd/dist: add -distpack flag to build distribution archives
Russ Cox