aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modload/load.go
AgeCommit message (Expand)Author
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
2020-09-22cmd/go/internal/modload: eliminate QueryPackageBryan C. Mills
2020-09-22cmd/go: add a '-e' flag to 'mod tidy' and 'mod vendor'Bryan C. Mills
2020-09-22cmd/go/internal/modget: consolidate Load entrypointsBryan C. Mills
2020-09-14cmd/api: omit outside dependencies when listing the packages in "std"Bryan C. Mills
2020-09-09cmd/go/internal/modload: refactor pathInModuleCacheBryan C. Mills
2020-09-09cmd/go/internal/modload: consolidate buildList and associated functions into ...Bryan C. Mills
2020-09-09cmd/go/internal/modload: implement the "all" pattern for lazy loadingBryan C. Mills
2020-09-09cmd/go/internal/modload: rework import resolutionBryan C. Mills
2020-09-09cmd/go/internal/modload: remove (*loader).forceStdVendorBryan C. Mills
2020-09-09cmd/go/internal/modload: track which packages are in 'all' during loadingBryan C. Mills