aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modload/buildlist.go
AgeCommit message (Expand)Author
2021-08-09cmd/go: with -mod=vendor, don't panic if there are duplicate requirementsJay Conrod
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-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-04-30cmd/go: add GODEBUG tokens for debugging lazy module loadingBryan C. Mills
2021-04-30cmd/go: smooth out upgrade paths for lazy loadingBryan 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/internal/modload: implement lazy loadingBryan C. Mills
2021-04-27cmd/go/internal/modload: clean up error reportingBryan 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-09cmd/go/internal/modload: change mvsReqs to store roots instead of a full buil...Bryan C. Mills
2021-04-09cmd/go: support module deprecationJay Conrod
2021-04-09cmd/go/internal/modload: actually set the depth field passed to newRequirementsBryan C. Mills
2021-04-08cmd/go/internal/modload: add a dormant depth typeBryan C. Mills
2021-04-06cmd/go/internal/modload: track conflicts in versionLimiterBryan C. Mills
2021-03-25cmd/go/internal/modload: replace the global buildList with structured require...Bryan C. Mills
2021-03-10cmd/go/internal/modload: make EditBuildList report whether the build list was...Bryan C. Mills
2021-03-10cmd/go/internal/modload: fuse upgrading with downgrading in EditBuildListBryan C. Mills
2020-12-23cmd/go: in 'go get', promote named implicit dependencies to explicitJay Conrod
2020-11-21cmd/go/internal/modload: remove a stale comment for EditBuildListBryan C. Mills
2020-11-20cmd/go/internal/modload: eliminate LoadedModulesBryan C. Mills
2020-11-19cmd/go/internal/modload: remove SetBuildListBryan C. Mills
2020-11-05cmd/go/internal/modget: resolve paths at the requested versionsBryan C. Mills
2020-10-27cmd/go/internal/modload: embed PackageOpts in loaderParamsBryan C. Mills
2020-10-23cmd/go: refactor modload.InitModJay Conrod
2020-10-16cmd/go/internal/modload: avoid using the global build list in QueryPatternBryan C. Mills
2020-09-22cmd/go/internal/modget: consolidate Load entrypointsBryan C. Mills
2020-09-09cmd/go/internal/modload: rename LoadBuildList and BuildListBryan C. Mills
2020-09-09cmd/go/internal/modload: consolidate buildList and associated functions into ...Bryan C. Mills