aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata
AgeCommit message (Expand)Author
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
2021-04-30cmd/go/internal/modload: avoid loading the full module graph when listing spe...Bryan C. Mills
2021-04-30cmd/go/internal/modload: avoid loading the module graph to list only the name...Bryan C. Mills
2021-04-30cmd/go/internal/modload: avoid loading the full module graph for imports sati...Bryan C. Mills
2021-04-30cmd/go: enable lazy loadingBryan C. Mills
2021-04-30cmd/go/internal/modload: implement lazy loadingBryan C. Mills
2021-04-30cmd/gofmt: always format non-directory arguments againDaniel Martí
2021-04-28testing: add -shuffle=off|on|N to alter the execution order of tests and benc...Paschalis Tsilias
2021-04-28cmd/go: populate module info even if an error occurs in loading packageunbyte
2021-04-28cmd/go: make TOOLEXEC_IMPORTPATH consistent with 'go list -f {{.ImportPath}}'Daniel Martí
2021-04-27cmd/go: use a real Go version in the go.mod files in TestScript/mod_readonlyBryan C. Mills
2021-04-27cmd/go: show warnings about symlinks only for patterns containing ...Ray Wu
2021-04-27cmd/go: add tests for convergence in 'go mod tidy'Bryan C. Mills
2021-04-26cmd/go: don't add generated SWIG C++ files to CompiledGoFilesIan Lance Taylor
2021-04-23cmd/go: use builtin version and reexec for envSean Liao
2021-04-22cmd/go/internal/modload: migrate editBuildList to use a structured requiremen...Bryan C. Mills
2021-04-22cmd/go: add a source file in the multiple-paths module in TestScript/mod_tidy...Bryan C. Mills
2021-04-22cmd/go: update TestScript/mod_convertAofei Sheng
2021-04-19cmd/go: drop GOEXPERIMENT in script testsAustin Clements
2021-04-16cmd/go: fix mod_install_pkg_versionJay Conrod
2021-04-16cmd/go: support 'go run cmd@version'Jay Conrod
2021-04-16cmd/go: move 'go install cmd@version' code into internal/loadJay Conrod
2021-04-15cmd/go/internal/modconv: involve GOPROXY in ConvertLegacyConfigAofei Sheng
2021-04-14cmd/go: add a Go source file in TestScript/mod_sumdbBryan C. Mills
2021-04-14cmd/go/internal/modload: fix truncated error message from goModDirtyErrorBryan C. Mills
2021-04-12cmd/go: display helpful error when module cache can't be createdJulie Qiu
2021-04-12cmd/go/internal/work: remove '_test' from import paths in stacktraces when -t...Hajime Hoshi
2021-04-09cmd/go: support module deprecationJay Conrod
2021-04-08cmd/go: fix mod_list_update_nolatest on windowsJay Conrod
2021-04-08cmd/go: in 'go list -m', ignore "not found" errors loading updatesJay Conrod
2021-04-08cmd/go: assume Go 1.16 semantics uniformly for unversioned modulesBryan C. Mills
2021-04-08runtime,cmd/link: include GOEXPERIMENTs in runtime.Version(), "go version X"Austin Clements
2021-04-08cmd/internal/objabi: make GOEXPERIMENT be a diff from default experimentsAustin Clements