aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go
AgeCommit message (Expand)Author
2022-07-13[dev.boringcrypto.go1.17] all: merge go1.17.12 into dev.boringcrypto.go1.17Michael Anthony Knyszek
2022-07-06[release-branch.go1.17] cmd/go: pass --no-decorate when listing git tags for ...hidu
2022-03-07[dev.boringcrypto.go1.17] all: merge go1.17.8 into dev.boringcrypto.go1.17Carlos Amedee
2022-03-03[release-branch.go1.17] cmd/go: avoid +incompatible major versions if a go.mo...Bryan C. Mills
2022-02-11[dev.boringcrypto.go1.17] all: merge go1.17.7 into dev.boringcrypto.go1.17Cherry Mui
2022-02-07[release-branch.go1.17] cmd/go/internal/modfetch: do not short-circuit canoni...Bryan C. Mills
2022-02-07[release-branch.go1.17] cmd/go: remove mercurial from bitbucket vcs optionsEthan Anderson
2021-12-03[dev.boringcrypto.go1.17] all: merge go1.17.4 into dev.boringcrypto.go1.17Michael Anthony Knyszek
2021-11-22[release-branch.go1.17] cmd/go: forward the MallocNanoZone variable to script...Bryan C. Mills
2021-11-09[release-branch.go1.17] cmd/go: fix mod_get_directCuong Manh Le
2021-11-04[dev.boringcrypto.go1.17] all: merge go1.17.3 into dev.boringcrypto.go1.17Than McIntosh
2021-10-28[release-branch.go1.17] cmd/go: update for //go:build linesRuss Cox
2021-10-07[dev.boringcrypto.go1.17] all: merge go1.17.2 into dev.boringcrypto.go1.17Heschi Kreinick
2021-09-28[release-branch.go1.17] cmd/go: write go.mod requirements more consistently f...Jay Conrod
2021-09-08[release-branch.go1.17] cmd/go/internal/modload: scan dependencies of root pa...Bryan C. Mills
2021-09-01[release-branch.go1.17] cmd/go: ensure 'go get -u' can upgrade pruned (1.17+)...Jay Conrod
2021-08-10[dev.boringcrypto.go1.17] all: merge go1.17rc2 into dev.boringcrypto.go1.17Filippo Valsorda
2021-08-09cmd/go: with -mod=vendor, don't panic if there are duplicate requirementsJay Conrod
2021-07-28cmd/go: fix go.mod file name printed in error messages for replacementsJay Conrod
2021-07-27cmd/go: use .mod instead of .zip to determine if version has go.mod fileJay Conrod
2021-07-27cmd/go: add missing flag in UsageLine180909
2021-07-20cmd/go: don't add C compiler ID to hash for standard libraryIan Lance Taylor
2021-07-15cmd/go: update error messages in tests to match CL 332573Bryan C. Mills
2021-07-14cmd/go: change link in error message from /wiki to /doc.Bryan C. Mills
2021-07-13cmd/go: remove a duplicated word from 'go help mod graph'Bryan C. Mills
2021-07-07cmd/go: don't lock .mod and .sum files for read in overlayJay Conrod
2021-07-07cmd/go/internal/modfetch/codehost: skip hg tests if no hg binary is presentBryan C. Mills
2021-07-07cmd/go/internal/modload: remove unused functionsBryan C. Mills
2021-07-07cmd/go/internal/modload: fix an apparent typo in the AutoRoot commentBryan C. Mills
2021-07-01cmd/go: add a regression test for 'go mod vendor' path traversalBryan C. Mills
2021-07-01cmd/go: use path.Dir instead of filepath.Dir for package paths in 'go mod ven...Yasuhiro Matsumoto
2021-06-28cmd/go: add GOEXPERIMENT to `go env` outputMatthew Dempsky
2021-06-28cmd/go: prep for 'go env' refactoringMatthew Dempsky
2021-06-27internal/buildcfg: refactor GOEXPERIMENT parsing code somewhatMatthew Dempsky
2021-06-24cmd/go: don't try to add replaced versions that won't be selectedBryan C. Mills
2021-06-24cmd/go: search breadth-first instead of depth-first for test dependency cyclesBryan C. Mills
2021-06-22cmd/go: update ToolTags based on GOARCH valueIan Lance Taylor
2021-06-21cmd/go: add a -go flag to 'go mod graph'Bryan C. Mills
2021-06-21cmd/go: document GOPPC64 environment variableIan Lance Taylor
2021-06-21cmd/go: do not require the module cache to exist for 'go mod edit'Bryan C. Mills
2021-06-17cmd/go: replace a TODO with an explanatory commentBryan C. Mills
2021-06-16cmd/go: in lazy modules, add transitive imports for 'go get' argumentsBryan C. Mills
2021-06-16cmd/go: add a regression test for #45979Bryan C. Mills
2021-06-15cmd/go: ignore UTF8 BOM when reading source codeunbyte
2021-06-15cmd/go, go/build: update docs to use //go:build syntaxDamien Neil
2021-06-13cmd/go, misc/cgo: skip test if no .edataJason A. Donenfeld
2021-06-11cmd/go: remove hint when no module is suggestedConstantin Konstantinidis
2021-06-11cmd/go: match Windows paths in TestScript/mod_invalid_versionBryan C. Mills
2021-06-10cmd/go: report the imports of CompiledGoFiles in ImportMapBryan C. Mills
2021-06-08cmd/go: in Go 1.17+ modules, add indirect go.mod dependencies separately from...Bryan C. Mills