aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modload/init.go
AgeCommit message (Expand)Author
2021-05-05cmd/go: don't crash when running "go version" in deleted directoryPhilipp Sauter
2021-05-04cmd/go: suppress SSH password prompts when fetching modules or reposBryan 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 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/internal/modload: implement lazy loadingBryan C. Mills
2021-04-27cmd/go/internal/modload: treat \ as a path separator instead of a shell speci...SataQiu
2021-04-21cmd/go/internal/modload: use updateRequirements instead of editRequirements t...Bryan 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-08cmd/go/internal/modload: add a dormant depth typeBryan C. Mills
2021-04-08cmd/go: assume Go 1.16 semantics uniformly for unversioned modulesBryan C. Mills
2021-03-25cmd/go/internal/modload: replace the global buildList with structured require...Bryan 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-17cmd/go: only add a 'go' directive to the main module when the go.mod file wil...Bryan C. Mills
2021-03-04cmd/go: clarify errors for commands run outside a moduleJay Conrod
2021-03-01cmd/go/internal/modload: don't query when fixing canonical versionsJay Conrod
2021-01-08cmd/go: make hints in error messages more consistentJay Conrod
2021-01-08cmd/go: preserve sums for indirect deps fetched by 'go mod download'Jay Conrod
2021-01-06cmd/go: make module suggestion more friendlyBaokun Lee
2021-01-05cmd/go: set cfg.BuildMod to "readonly" by default with no module rootJay Conrod
2020-12-23cmd/go: in 'go get', promote named implicit dependencies to explicitJay Conrod
2020-12-09all: update to use os.ReadDir where appropriateRuss Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-11-30cmd/go: fix infinite loop in modload.keepSumsJay Conrod
2020-11-21cmd/go/internal/modload: remove the Reqs functionBryan C. Mills
2020-11-20cmd/go: support overlaying go.mod filesMichael Matloob
2020-10-23cmd/go: save sums for zips needed to diagnose ambiguous importsJay Conrod
2020-10-23cmd/go: in 'go mod init', suggest running 'go mod tidy'Jay Conrod
2020-10-23cmd/go: refactor modload.InitModJay Conrod
2020-10-23cmd/go: don't import requirements into existing go.mod filesJay Conrod
2020-10-20cmd/go/internal/modload: remove printStackInDie functionalityJay Conrod
2020-10-06cmd/go: add basic support for overlaysMichael Matloob
2020-09-30cmd/go: error if -modfile used with 'go install pkg@version'Jay Conrod
2020-09-22cmd/go/internal/modget: consolidate Load entrypointsBryan C. Mills
2020-09-21cmd/go: default to GO111MODULE=onJay Conrod
2020-09-18cmd/go: fix review comments in load, modloadJay Conrod
2020-09-17cmd/go: flip relationship between load and modloadJay Conrod
2020-09-15cmd/go: default to -mod=readonly in most commandsJay Conrod
2020-09-15cmd/go: add modload.NeedRoot mode for commands that need module rootJay Conrod
2020-09-15cmd/go: implement 'go install pkg@version'Jay Conrod
2020-09-11cmd/go: refactor -mod flag parsingJay Conrod
2020-09-09cmd/go: make 'go get' preserve sums for content of new requirementsJay Conrod
2020-08-26cmd/go/internal/modload: reject some bad module pathsMichael Matloob
2020-08-26cmd/go/internal/modload: reject empty go.mod filesMichael Matloob
2020-08-24cmd/go/internal/modload: drop requirements on excluded versionsBryan C. Mills
2020-08-24cmd/go/internal/modload: add a "v" prefix to the indexed go versionBryan C. Mills