aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modload/mvs.go
AgeCommit message (Expand)Author
2021-07-22[dev.cmdgo] cmd/go: replace Target with MainModules, allowing for multiple ta...Michael Matloob
2021-04-09cmd/go/internal/modload: change mvsReqs to store roots instead of a full buil...Bryan C. Mills
2021-03-10cmd/go/internal/modload: fuse upgrading with downgrading in EditBuildListBryan C. Mills
2021-01-12cmd/go/internal/modload: delete unused *mvsReqs.next methodBryan C. Mills
2020-11-21cmd/go/internal/modload: remove the Reqs functionBryan 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-11-05cmd/go/internal/modload: fix (*mvsReqs).Max when the second argument is the e...Bryan C. Mills
2020-10-30cmd/go/internal/modload: handle NotExist errors in (*mvsReqs).PreviousBryan C. Mills
2020-10-29cmd/go: allow 'go get' to downgrade to replacement-only versionsBryan C. Mills
2020-10-16cmd/go/internal/modload: move fetch to import.goJay Conrod
2020-10-13cmd/go/internal/modfetch: remove error return from LookupBryan C. Mills
2020-08-27cmd/go/internal/modload: address issues missed in CL 244774Bryan C. Mills
2020-08-26cmd/go/internal/modload: refactor version filtering for excludeJay Conrod
2020-08-24cmd/go/internal/modload: cache parsed go.mod files globallyBryan C. Mills
2020-08-24cmd/go/internal/modload: cache the Go language version for each module globallyBryan C. Mills
2020-08-24cmd/go/internal/modload: drop requirements on excluded versionsBryan 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-06-01cmd/go/internal/modload: document mvsReqs.MaxJay Conrod
2020-04-29cmd/go/internal/modload: use lockedfile to read path-replacement go.mod filesRichard Miller
2020-04-03cmd/go: report original module path in error parsing replaced go.modJay Conrod
2020-03-09cmd/go/internal/modload: factor smaller files out of load.go and init.goBryan C. Mills