aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/alldocs.go
AgeCommit message (Expand)Author
9 hourscmd/go: add go telemetry command and GOTELEMETRY, GOTELEMETRYDIRMichael Matloob
14 hourscmd/go: add -changed to query for non-defaults in the envqiulaidongfeng
39 hourscmd/go: add support for godebug lines in go.mod and go.workRuss Cox
2024-03-14cmd/go: update docs for go test -benchmemKévin Dunglas
2024-03-14Revert "cmd/go/internal/test: add 'tests' vet check to 'go test' suite"Michael Knyszek
2024-03-14cmd/go/internal/test: add 'tests' vet check to 'go test' suiteAlan Donovan
2024-03-06cmd/dist,internal: add GOARM64 environment variableAndrey Bokhanko
2024-02-21cmd: remove support for GOROOT_FINALConstantin Konstantinidis
2024-02-16cmd/go: show Sum/GoModSum when listing modulesSam Thanawalla
2024-01-29cmd/go: allow test caching for the -fullpath flagRaghvender
2024-01-24cmd/go: add GORISCV64 environment variableMark Ryan
2023-12-19doc/go1.22,cmd/go: document that 'go mod init' no longer imports from other v...Bryan C. Mills
2023-11-20all: add floating point option for ARM targetsLudi Rehak
2023-10-30cmd/go/internal/help: update the documentation to match the design and implem...Quan Tong
2023-09-20cmd/go: improve go build documentationKirill Che
2023-09-05all: use ^TestName$ regular pattern for invoking a single testDmitri Shuralyov
2023-08-29runtime, cmd/go: enable address sanitizer on linux/loong64Xiaolin Zhao
2023-08-25runtime, cmd/go: enable memory sanitizer on linux/loong64Xiaolin Zhao
2023-08-16cmd/go: delete GOPATH-mode getRuss Cox
2023-07-24cmd/go: add support for vendoring in workspace modeMichael Matloob
2023-06-06cmd/go: document changes to go test -c and -oRuss Cox
2023-06-06cmd/go: handle -C properly during toolchain switchesRuss Cox
2023-06-06cmd/go: additional doc-inspired tests and bug fixesRuss Cox
2023-06-06cmd/go: document GOTOOLCHAINRuss Cox
2023-06-03cmd/go: maintain go and toolchain lines in go.workRuss Cox
2023-05-27cmd/go: update cover flag documentationEnrico Candino
2023-05-26cmd/go: remove stray reference to mkalldocs.shThan McIntosh
2023-05-24cmd/go: add mod edit -toolchain and work edit -toolchainRuss Cox
2023-05-20cmd/go: update help for empty environment variablesSean Liao
2023-05-10cmd/go/internal: update documentation of go test and go generateShogo Hida
2023-04-06cmd/go: improve packages help descriptionOleksandr Redko
2023-03-31doc: add godebug.md, documenting GODEBUGRuss Cox
2023-03-29cmd/go: change +build doc references to //go:buildJeff Hodges
2023-03-22cmd/go: enable -pgo=auto by defaultCherry Mui
2023-03-13cmd/go: unify the format of the go help xxx commandcui fliter
2023-03-06cmd/go: support multiple main packages with -pgo=autoCherry Mui
2023-02-27cmd/go: convert mkalldocs.sh to a Go programBryan C. Mills
2023-02-27cmd/go: reject list when -find and -export are used togetherRenKanai
2023-02-23cmd/go: enable vet directive analyzer during 'go test'Russ Cox
2023-02-23cmd/go: set default GODEBUG for main packagesRuss Cox
2023-02-22testing: add -fullpath to go testHossein Zolfi
2023-01-17cmd/go: document GODEBUG=installgoroot=allRuss Cox
2022-11-22cmd/go: document new architecture feature build tagsRuss Cox
2022-11-16cmd/go: add PGO auto modeCherry Mui
2022-11-10cmd/go: enable -x in go mod graphianwoolf
2022-11-10cmd/go: enable -x in go mod tidyianwoolf
2022-11-08cmd/go: add -pgo build flagCherry Mui
2022-11-03cmd/go: add -C flagRuss Cox
2022-10-14cmd/go: enable -msan on freebsd/amd64Dmitri Goutnik
2022-10-10cmd/go: support shared libraries in 'go version' on Windowsqmuntal