aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go
AgeCommit message (Expand)Author
2021-07-22[dev.typeparams] all: merge master (798ec73) into dev.typeparamsMatthew Dempsky
2021-07-20[dev.typeparams] all: merge master (c8f4e61) into dev.typeparamsMatthew Dempsky
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-08[dev.typeparams] all: merge master (296ddf2) into dev.typeparamsMatthew Dempsky
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-02[dev.typeparams] all: merge master (912f075) into dev.typeparamsMatthew Dempsky
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-30[dev.typeparams] all: merge master (4711bf3) into dev.typeparamsMatthew Dempsky
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-25[dev.typeparams] all: merge master (37f9a8f) into dev.typeparamsCuong Manh Le
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-22[dev.typeparams] all: merge master (16e82be) into dev.typeparamsCuong Manh Le
2021-06-21cmd/go: do not require the module cache to exist for 'go mod edit'Bryan C. Mills
2021-06-18[dev.typeparams] cmd/go: include new internal packages in TestNewReleaseRebui...Michael Anthony Knyszek
2021-06-17cmd/go: replace a TODO with an explanatory commentBryan C. Mills
2021-06-17[dev.typeparams] internal/goarch,internal/goos: explode runtime/internal/sys ...Michael Anthony Knyszek
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
2021-06-02cmd/link: move issue 43830 tests out of TestScriptIan Lance Taylor
2021-06-01cmd/go: add declaration to cgo_lto_issue43830 testIan Lance Taylor
2021-06-01cmd/link, cmd/cgo: support -flto in CFLAGSIan Lance Taylor
2021-06-01cmd/go: add [-src] to documentationVitaly Zdanevich
2021-06-01cmd/go: make 'go get' save sums for incidentally updated modulesJay Conrod
2021-05-27cmd/go: don't let 'go mod download' save sums for inconsistent requirementsJay Conrod
2021-05-27cmd/go,cmd/link: do not check for staleness in most testsBryan C. Mills
2021-05-25cmd/go: add a -compat flag to 'go mod tidy'Bryan C. Mills
2021-05-24cmd/go: align checks of module path during initialization.Constantin Konstantinidis
2021-05-24cmd/go: add tests illustrating what happens when Go 1.16 is used in a Go 1.17...Bryan C. Mills
2021-05-24cmd/go/internal/modload: set the default GoVersion in a single locationBryan C. Mills
2021-05-24cmd/go/internal/modcmd: factor out a type for flags whose arguments are Go ve...Bryan C. Mills