aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata
AgeCommit message (Expand)Author
2022-02-07[release-branch.go1.17] cmd/go/internal/modfetch: do not short-circuit canoni...Bryan C. Mills
2021-11-09[release-branch.go1.17] cmd/go: fix mod_get_directCuong Manh Le
2021-10-28[release-branch.go1.17] cmd/go: update for //go:build linesRuss Cox
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-09cmd/go: with -mod=vendor, don't panic if there are duplicate requirementsJay Conrod
2021-07-27cmd/go: use .mod instead of .zip to determine if version has go.mod fileJay Conrod
2021-07-15cmd/go: update error messages in tests to match CL 332573Bryan C. Mills
2021-07-07cmd/go: don't lock .mod and .sum files for read in overlayJay Conrod
2021-07-01cmd/go: add a regression test for 'go mod vendor' path traversalBryan C. Mills
2021-06-28cmd/go: add GOEXPERIMENT to `go env` outputMatthew Dempsky
2021-06-28cmd/go: prep for 'go env' refactoringMatthew 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: 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-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: 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/modcmd: factor out a type for flags whose arguments are Go ve...Bryan C. Mills
2021-05-21cmd/go: in TestScript/mod_replace, download an explicit module pathBryan C. Mills
2021-05-21cmd/go: in 'go mod download' without args, don't save module zip sumsJay Conrod
2021-05-21cmd/go: remove warning from module deprecation notice printingTim Heckman
2021-05-17cmd/go: don't print 'go get' deprecation notices in the main moduleJay Conrod
2021-05-15cmd/go: error out of 'go mod tidy' if the go version is newer than supportedBryan C. Mills
2021-05-14cmd/go/internal/load: override Package.Root in module modeManlio Perillo
2021-05-14cmd/go: fix a portability issue in the cd script commandManlio Perillo
2021-05-13cmd/go: be less strict about go version syntax in dependency go.mod filesRuss Cox
2021-05-12cmd/go/internal/modload: in updateLazyRoots, do not require the main module e...Bryan C. Mills
2021-05-12cmd/go/testdata/script: fix test failing on nocgo buildersManlio Perillo
2021-05-11cmd/go: ignore implicit imports when the -find flag is setManlio Perillo
2021-05-10go/build: include files with parse errors in GoFiles and other listsJay Conrod
2021-05-10cmd/go: include packages with InvalidGoFiles when filtering main packagesBryan C. Mills
2021-05-10cmd/go: add a test that reproduces #45827Bryan C. Mills