aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modload
AgeCommit message (Expand)Author
2021-05-12cmd/go/internal/modload: in updateLazyRoots, do not require the main module e...Bryan 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: 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/modload: in importFromModules, do not wrap module graph error...Bryan C. Mills
2021-04-27cmd/go/internal/modload: treat \ as a path separator instead of a shell speci...SataQiu
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-23cmd/go/internal/modload: remove the addedModuleFor mapBryan C. Mills
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/internal/modload: when outside a module, set cfg.BuildMod based on all...Bryan C. Mills
2021-04-15cmd/go/internal/modconv: involve GOPROXY in ConvertLegacyConfigAofei Sheng
2021-04-14cmd/go/internal/modload: fix truncated error message from goModDirtyErrorBryan C. Mills
2021-04-09cmd/go/internal/modload: change mvsReqs to store roots instead of a full buil...Bryan C. Mills
2021-04-09cmd/go: support module deprecationJay Conrod
2021-04-09cmd/go/internal/modload: actually set the depth field passed to newRequirementsBryan C. Mills
2021-04-08cmd/go/internal/modload: add a dormant depth typeBryan C. Mills
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-06cmd/go/internal/modload: track conflicts in versionLimiterBryan C. Mills
2021-04-06cmd/go/internal/modload: factor out a method to update loader requirementsBryan C. Mills
2021-04-05cmd/go: refactor modload.CheckRetractionsJay Conrod
2021-04-05cmd/go: refactor modload.ListModules to accept bit flagsJay Conrod
2021-03-30cmd/go: fix documentation on how to create new go.mod fileShulhan
2021-03-25cmd/go: attribute direct imports from indirect dependencies to the importing ...Bryan C. Mills
2021-03-25cmd/go/internal/modload: replace the global buildList with structured require...Bryan C. Mills
2021-03-24cmd/go: move psuedo-version and version sorting to x/modJay Conrod
2021-03-22cmd/go/internal/modload: remove go116EnableNarrowAll constantBryan C. Mills
2021-03-19cmd/go: assume Go 1.16 instead of Go 1.11 for dependencies that lack explicit...Bryan C. Mills
2021-03-18cmd/go: suppress errors for 'go get' of module paths that are also constraine...Bryan C. Mills
2021-03-17cmd/go: only add a 'go' directive to the main module when the go.mod file wil...Bryan C. Mills
2021-03-16cmd/go/internal/modload: in readonly mode, do not read go.mod files missing c...Bryan C. Mills