aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go
AgeCommit message (Expand)Author
2021-05-13cmd/go: permit .tbd files as a linker flagKevin Albertson
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-05cmd/go: skip TestExecInDeletedDir on aix and solaris-based platformsBryan C. Mills
2021-05-05cmd/go: don't crash when running "go version" in deleted directoryPhilipp Sauter
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/dist,cmd/go: set GOTRACEBACK to "system" for testingMichael Anthony Knyszek
2021-05-04cmd/go/internal/modload: remove outdated comments and redundant testsBryan C. Mills
2021-05-04cmd/go: suppress SSH password prompts when fetching modules or reposBryan C. Mills
2021-04-30cmd/go: remove the special case for "unsafe" in importFromModulesBryan C. Mills
2021-04-30cmd/go: add GODEBUG tokens for debugging lazy module loadingBryan 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 to determine whi...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: verify lazy-loading invariants when loading the vendor list for a laz...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-28cmd/go/internal/modfetch: fix comment that mentions no-longer returned errorJeff Widman
2021-04-28cmd/go/internal/modload: in importFromModules, do not wrap module graph error...Bryan C. Mills
2021-04-28testing: add -shuffle=off|on|N to alter the execution order of tests and benc...Paschalis Tsilias
2021-04-28cmd/go: include C/C++/Fortran compiler version in build IDIan Lance Taylor
2021-04-28cmd/go/internal/bug: use envcmd instead of go envManlio Perillo
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/internal/modload: treat \ as a path separator instead of a shell speci...SataQiu
2021-04-27cmd/go: use a real Go version in the go.mod files in TestScript/mod_readonlyBryan C. Mills
2021-04-27cmd/go/internal/load: treat packages with errors as potentially main packagesBryan C. Mills
2021-04-27cmd/go: show warnings about symlinks only for patterns containing ...Ray Wu
2021-04-27cmd/go/internal/modload: clean up error reportingBryan C. Mills
2021-04-27cmd/go: add tests for convergence in 'go mod tidy'Bryan C. Mills
2021-04-26cmd/go/internal/modload: use (*loadPkg).mod only to indicate the module from ...Bryan C. Mills
2021-04-26cmd/go: don't add generated SWIG C++ files to CompiledGoFilesIan Lance Taylor
2021-04-23cmd/go/internal/modload: remove the addedModuleFor mapBryan C. Mills
2021-04-23cmd/go: use builtin version and reexec for envSean Liao
2021-04-23cmd/go: make build cache tag sensitive to GOSSADIR; remove unusedDavid Chase
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