aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modcmd
AgeCommit message (Expand)Author
2021-04-30cmd/go: prune go.mod and go.sum files from vendored dependenciesBryan C. Mills
2021-04-30cmd/go: annotate versions in vendor/modules.txtBryan C. Mills
2021-04-30cmd/go: smooth out upgrade paths for lazy loadingBryan C. Mills
2021-04-27cmd/go/internal/modload: clean up error reportingBryan C. Mills
2021-04-21cmd/go: make Tidy an option in PackageOpts rather than a separate callBryan C. Mills
2021-04-13cmd/go: fix 'go help mod edit' JSON documentationJay Conrod
2021-04-09cmd/go: support module deprecationJay Conrod
2021-04-05cmd/go: refactor modload.ListModules to accept bit flagsJay Conrod
2021-03-25cmd/go/internal/modload: replace the global buildList with structured require...Bryan C. Mills
2021-03-16cmd/go/internal/modcmd: in 'go mod tidy', suspend go.mod writes until tidyBryan 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-20cmd/go: have go mod vendor copy embedded files in subdirsMichael Matloob
2021-01-08cmd/go: revise 'go help' documentation for modulesJay Conrod
2020-12-23cmd/go: add the Retract field to 'go help mod edit' definition of the GoMod s...markruler
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-20cmd/go: support overlaying go.mod filesMichael Matloob
2020-11-19cmd/go/internal/modcmd: eliminate a call to modload.LoadedModulesBryan C. Mills
2020-11-18cmd/go: fix retract interval syntax in 'go help mod edit'Jay Conrod
2020-11-17cmd/go: allow querying other versions of the main moduleJay Conrod
2020-11-16cmd/go: update 'go help mod init'Jay Conrod
2020-10-23cmd/go: refactor modload.InitModJay Conrod
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
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-15cmd/go: add modload.NeedRoot mode for commands that need module rootJay Conrod
2020-09-11cmd/go: make 'go mod download' update go.sum after downloads are completeJay Conrod
2020-09-11cmd/go: refactor -mod flag parsingJay Conrod
2020-09-09cmd/go/internal/modload: rename LoadBuildList and BuildListBryan C. Mills
2020-09-09cmd/go/internal/modload: implement the "all" pattern for lazy loadingBryan C. Mills
2020-08-26cmd/go: add -retracted flag to 'go list'Jay Conrod
2020-08-26cmd/go: add -retract and -dropretract flags to 'go mod edit'Jay Conrod
2020-08-20cmd/go: add tracing for querying and downloading from the proxyMichael Matloob
2020-08-20cmd/go: do context propagation for tracing downloadsMichael Matloob
2020-08-19cmd/go/internal: remove some users of par.WorkMichael Matloob
2020-08-18cmd/go: revert 3 CLs affecting par.Work, context propagation, tracingDmitri Shuralyov
2020-08-17cmd/go: add tracing for querying and downloading from the proxyMichael Matloob
2020-08-17cmd/go: do context propagation for tracing downloadsMichael Matloob
2020-08-17cmd/go/internal: remove some users of par.WorkMichael Matloob
2020-08-17cmd/go: add span for modload.LoadBuildListMichael Matloob
2020-08-14cmd/go: don't save sums for modules loaded for import resolutionJay Conrod
2020-08-12cmd/go: add Context parameter to base.command.RunMichael Matloob
2020-04-30cmd/go: make 'mod verify' use multiple CPUsDaniel Martí
2020-03-24cmd/go: clarify behavior with no arguments in 'go help mod download'Jay Conrod
2020-03-11cmd/go: make module zip extraction more robustJay Conrod
2020-02-26cmd/vendor: create modules.txt even for unused depsJoshua Crowgey
2020-02-12cmd/go/internal/modcmd: remove dead function addModFlagJay Conrod
2020-01-03cmd/go: clarify stderr behavior for 'go help mod download'Jay Conrod
2019-12-09cmd/go: clarify -dropreplace help text in 'go help mod edit'Jay Conrod