aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal
AgeCommit message (Expand)Author
2021-05-13cmd/go: permit .tbd files as a linker flagKevin Albertson
2021-05-12cmd/go/internal/modload: in updateLazyRoots, do not require the main module e...Bryan C. Mills
2021-05-11cmd/go: ignore implicit imports when the -find flag is setManlio Perillo
2021-05-10cmd/go: include packages with InvalidGoFiles when filtering main packagesBryan C. Mills
2021-05-05cmd/go: spot-check the explicit requirements of root module dependencies when...Bryan 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/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-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/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-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-21cmd/go/internal/modload: use updateRequirements instead of editRequirements t...Bryan C. Mills
2021-04-21cmd/go/internal/modload: in newRequirements, verify that rootModules is sortedBryan C. Mills
2021-04-21cmd/go/internal/modload: split updateRoots into separate functions for updati...Bryan C. Mills
2021-04-21cmd/go: make Tidy an option in PackageOpts rather than a separate callBryan C. Mills
2021-04-16cmd/go, go/build: add ToolTags to build.DefaultRuss Cox
2021-04-16internal/buildcfg: move build configuration out of cmd/internal/objabiRuss Cox
2021-04-16cmd/go/internal/modload: when outside a module, set cfg.BuildMod based on all...Bryan C. Mills
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-16cmd/go/internal/load: convert two global flags to an options structJay Conrod
2021-04-15cmd/go/internal/modconv: involve GOPROXY in ConvertLegacyConfigAofei Sheng