aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script
AgeCommit message (Expand)Author
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
2021-05-05cmd/go: spot-check the explicit requirements of root module dependencies when...Bryan C. Mills
2021-05-04cmd/go/internal/modload: only check root-promotion during tidy for lazy modulesBryan C. Mills
2021-05-04cmd/go: add a test that reproduces the internal error in #45952Bryan C. Mills
2021-05-04cmd/go: update x/mod to fix "//indirect" comment editingBryan C. Mills
2021-05-04cmd/go/internal/modload: remove outdated comments and redundant testsBryan C. Mills
2021-04-30cmd/go: prune go.mod and go.sum files from vendored dependenciesBryan C. Mills
2021-04-30cmd/go: annotate versions in vendor/modules.txtBryan C. Mills
2021-04-30cmd/go: smooth out upgrade paths for lazy loadingBryan C. Mills