aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modcmd/tidy.go
AgeCommit message (Expand)Author
2021-09-15cmd/go: remove subcommand prefix from error messagesJay Conrod
2021-05-25cmd/go: add a -compat flag to 'go mod tidy'Bryan C. Mills
2021-05-24cmd/go/internal/modcmd: factor out a type for flags whose arguments are Go ve...Bryan C. Mills
2021-04-30cmd/go: smooth out upgrade paths for lazy loadingBryan C. Mills
2021-04-21cmd/go: make Tidy an option in PackageOpts rather than a separate callBryan C. Mills
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-08cmd/go: revise 'go help' documentation for modulesJay Conrod
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: refactor -mod flag parsingJay Conrod
2020-09-09cmd/go/internal/modload: implement the "all" pattern for lazy loadingBryan C. Mills
2020-08-20cmd/go: do context propagation for tracing downloadsMichael Matloob
2020-08-18cmd/go: revert 3 CLs affecting par.Work, context propagation, tracingDmitri Shuralyov
2020-08-17cmd/go: do context propagation for tracing downloadsMichael 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
2019-11-06cmd/go: make commands other than 'tidy' prune go.mod less agressivelyBryan C. Mills
2019-10-29cmd/go: delete internal packages moved to x/modJay Conrod
2019-10-22cmd/go: support -modcacherw in 'go mod' subcommandsJay Conrod
2019-05-16cmd/go: always add 'go' directive to the go.mod file if missingBryan C. Mills
2019-04-19cmd/go: only add a 'go' directive on 'go mod tidy' or when a conversion occursBryan C. Mills
2019-02-11cmd/go/internal/modcmd: use replaced paths to break cycles in 'go mod tidy'Bryan C. Mills
2018-12-12cmd/go: retain sums for replacement modules in 'go mod tidy'Bryan C. Mills
2018-08-18cmd/go: fix go mod tidy crash on empty moduleRuss Cox
2018-08-01cmd/go: split go mod into multiple subcommandsRuss Cox