aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modload
AgeCommit message (Expand)Author
2021-08-09cmd/go: with -mod=vendor, don't panic if there are duplicate requirementsJay Conrod
2021-07-28cmd/go: fix go.mod file name printed in error messages for replacementsJay Conrod
2021-07-27cmd/go: use .mod instead of .zip to determine if version has go.mod fileJay Conrod
2021-07-14cmd/go: change link in error message from /wiki to /doc.Bryan C. Mills
2021-07-07cmd/go: don't lock .mod and .sum files for read in overlayJay Conrod
2021-07-07cmd/go/internal/modload: remove unused functionsBryan C. Mills
2021-07-07cmd/go/internal/modload: fix an apparent typo in the AutoRoot commentBryan C. Mills
2021-06-24cmd/go: don't try to add replaced versions that won't be selectedBryan C. Mills
2021-06-21cmd/go: add a -go flag to 'go mod graph'Bryan C. Mills
2021-06-16cmd/go: in lazy modules, add transitive imports for 'go get' argumentsBryan C. Mills
2021-06-11cmd/go: remove hint when no module is suggestedConstantin Konstantinidis
2021-06-08cmd/go: in Go 1.17+ modules, add indirect go.mod dependencies separately from...Bryan C. Mills
2021-05-27cmd/go: don't let 'go mod download' save sums for inconsistent requirementsJay Conrod
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/internal/modload: set the default GoVersion in a single locationBryan C. Mills
2021-05-24cmd/go/internal/modcmd: factor out a type for flags whose arguments are Go ve...Bryan C. Mills
2021-05-15cmd/go: error out of 'go mod tidy' if the go version is newer than supportedBryan C. Mills
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