aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modload/init.go
AgeCommit message (Expand)Author
2021-08-09cmd/go: with -mod=vendor, don't panic if there are duplicate requirementsJay Conrod
2021-07-07cmd/go: don't lock .mod and .sum files for read in overlayJay Conrod
2021-07-07cmd/go/internal/modload: fix an apparent typo in the AutoRoot commentBryan C. Mills
2021-06-16cmd/go: in lazy modules, add transitive imports for 'go get' argumentsBryan C. Mills
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/modcmd: factor out a type for flags whose arguments are Go ve...Bryan C. Mills
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