aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go
AgeCommit message (Expand)Author
2024-04-25cmd/go: go env GOMOD should not download newer toolchainSam Thanawalla
2024-04-22cmd/go: update comment to not say GO386 does not existIan Lance Taylor
2024-04-18cmd/go: only attempt to match subset of $GOCACHE in testMichael Pratt
2024-04-18cmd/go: use cache for PGO preprocessingMichael Pratt
2024-04-18cmd/go: preprocess PGO profilesMichael Pratt
2024-04-18cmd/go: inital plumbing for PGO profiles preprocessingMichael Pratt
2024-04-14cmd/go/internal/modfetch: fix typos in commentguoguangwu
2024-04-05cmd/go: add tool names to go tool subcommand countersMichael Matloob
2024-04-02cmd/go/internal/modload: close modules.txtguoguangwu
2024-03-30cmd/go: close elf file in the readpkglist functionguoguangwu
2024-03-27cmd/go: replace reflect.DeepEqual with slices.Equal and maps.EqualDaniel Martí
2024-03-26all: fix a large number of commentscui fliter
2024-03-26runtime: fix the failures from longtest buildersAndy Pan
2024-03-25runtime: migrate internal/atomic to internal/runtimeAndy Pan
2024-03-25cmd/go/internal/modget: remove duplicate exitZxilly
2024-03-21cmd/go: close debug trace fileguoguangwu
2024-03-21cmd/compile,cmd/go,cmd/internal,runtime: remove dynamic checks for atomics fo...Andrey Bokhanko
2024-03-21cmd/go: show deprecation message on go run/installAudi P. R. Putra
2024-03-19cmd/internal/obj/ppc64: don't modify runtime.elf_* symbolsPaul E. Murphy
2024-03-18cmd/go: fix long testRobert Griesemer
2024-03-15cmd/go/internal/modload: follow dependencies of unpruned roots in dqTracker.pathBryan C. Mills
2024-03-15cmd/link: support -bindnow option and permit use of "-Wl,-z,now"Than McIntosh
2024-03-14cmd/internal/telemetry: add a shim package around telemetryMichael Matloob
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-14Revert: "cmd/link: add option to enable full RELRO for ELF"Than McIntosh
2024-03-14cmd/go/internal/modcmd: fix typo in commentguoguangwu
2024-03-14cmd/go/internal/test: add 'tests' vet check to 'go test' suiteAlan Donovan
2024-03-13cmd/go: change some counter namesMichael Matloob
2024-03-12cmd/go: check case-insensitive path collisions for go mod vendor.Sam Thanawalla
2024-03-11cmd/go/internal/modfetch: pass "-c" arguments to git before subcommandsBryan C. Mills
2024-03-11cmd/go: provide a better error message when there's no go directiveMichael Matloob
2024-03-09cmd/go: respect GODEBUG in test cacheRuss Cox
2024-03-09internal/godebugs: test for use of IncNonDefaultRuss Cox
2024-03-09cmd/go: check checkCounters counter read only on supported platformsHana (Hyang-Ah) Kim
2024-03-07cmd/go: always include action mode in trace nameMichael Pratt
2024-03-07cmd/go: fix typo in commentguoguangwu
2024-03-07cmd/go: test that each script test increments at least one counterMichael Matloob
2024-03-06cmd/dist,internal: add GOARM64 environment variableAndrey Bokhanko
2024-03-04cmd/go/internal/modload: make it clear -mod can't be set in some casesMichael Matloob
2024-03-04cmd/go: respect -coverpkg for unselected no-test packagesThan McIntosh
2024-03-04cmd/go: add file with list of all counters we collectMichael Matloob
2024-03-04cmd/go/internal/vcs: use git log to avoid unnecessary objectshuweiwen
2024-02-29cmd/go/internal/envcmd: show GODEBUG in 'go env' outputsuntala
2024-02-29cmd/link: add option to enable full RELRO for ELFNick Revin
2024-02-28cmd/go: fix TestScript/mod_vendor_goversion for CL 567476Russ Cox
2024-02-28go/types, types2: initial support for parameterized type aliasesRobert Griesemer
2024-02-26cmd/go: print the package containing the unmatched embed patternsQuan Tong
2024-02-21cmd: remove support for GOROOT_FINALConstantin Konstantinidis
2024-02-21cmd/go: fail fast across packagesAlexander Yastrebov