aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modload/load.go
AgeCommit message (Expand)Author
2021-08-25[dev.cmdgo] cmd/go: fix calls to modFileGoVersion to pass in modFileMichael Matloob
2021-08-25[dev.cmdgo] cmd/go: clean up TODOWorkspaces instancesMichael Matloob
2021-08-11[dev.cmdgo] cmd/go: remove modload.ModRoot functionMichael Matloob
2021-07-30[dev.cmdgo] cmd/go: thread through modroots providing replacementsMichael Matloob
2021-07-30[dev.cmdgo] cmd/go: provide a more helpful missing required module error in w...Michael Matloob
2021-07-30Merge "[dev.cmdgo] all: merge master (9eee0ed) into dev.cmdgo" into dev.cmdgoGerrit Code Review
2021-07-30[dev.cmdgo] cmd/internal/str: move package from cmd/go/internal/strJay Conrod
2021-07-28[dev.cmdgo] all: merge master (9eee0ed) into dev.cmdgoJay Conrod
2021-07-28[dev.cmdgo] cmd/go: maintain a go.work.sum fileMichael Matloob
2021-07-22[dev.cmdgo] cmd/go: replace Target with MainModules, allowing for multiple ta...Michael Matloob
2021-07-14cmd/go: change link in error message from /wiki to /doc.Bryan C. Mills
2021-07-07cmd/go/internal/modload: remove unused functionsBryan C. Mills
2021-06-16cmd/go: in lazy modules, add transitive imports for 'go get' argumentsBryan C. Mills
2021-05-25cmd/go: add a -compat flag to 'go mod tidy'Bryan C. Mills
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-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-04-30cmd/go: smooth out upgrade paths for lazy loadingBryan 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: 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-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-08cmd/go/internal/modload: add a dormant depth typeBryan C. Mills
2021-04-06cmd/go/internal/modload: factor out a method to update loader requirementsBryan C. Mills
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-18cmd/go: suppress errors for 'go get' of module paths that are also constraine...Bryan C. Mills
2021-03-04cmd/go: don't report missing std import errors for tidy and vendorJay Conrod
2021-03-02cmd/go: resolve std-vendored dependencies as std packages except in 'go get' ...Bryan C. Mills
2021-01-13cmd/go: add hints to more missing sum error messagesJay Conrod
2021-01-08cmd/go: make hints in error messages more consistentJay Conrod
2021-01-06cmd/go: make module suggestion more friendlyBaokun Lee
2021-01-05cmd/go: don't scan gccgo standard library packages for importsIan Lance Taylor
2020-12-22cmd/go/internal/modload: add hint for missing implicit dependencyJay Conrod
2020-12-04cmd/go/internal/modload: fix minor errors in commentsBryan C. Mills
2020-11-21cmd/go/internal/modload: remove the Reqs functionBryan C. Mills
2020-11-05cmd/go/internal/modget: resolve paths at the requested versionsBryan C. Mills
2020-10-30cmd/go/internal/modload: ensure that modRoot and targetPrefix are initialized...Bryan C. Mills
2020-10-27cmd/go/internal/modload: embed PackageOpts in loaderParamsBryan C. Mills
2020-10-23cmd/go: don't fetch files missing sums in readonly modeJay Conrod
2020-10-23cmd/go: refactor modload.InitModJay Conrod
2020-10-23cmd/go: replace some more stats with fsys.StatMichael Matloob
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-10-13cmd/go: adjust ImportMissingError when module lookup is disabledBryan C. Mills