aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modfetch/codehost/vcs.go
AgeCommit message (Expand)Author
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-11-04cmd/go/internal/modfetch/codehost: add support for new fossil info hash prefixCurtis La Graff
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-10-09cmd/go: ignore retracted versions when converting revisions to versionsJay Conrod
2019-10-25cmd/go: implement svn support in module modeBryan C. Mills
2019-10-24cmd/go/internal/modfetch/codehost: remove invariantly-empty return value from...Bryan C. Mills
2019-06-26cmd/go/internal/modfetch/codehost: don't try to execute a nonexistent fetch f...Bryan C. Mills
2019-06-21cmd/go: validate pseudo-versions against module paths and revision metadataBryan C. Mills
2019-06-13cmd/go: add '--' before repository names when invoking vcs toolsJay Conrod
2019-04-30cmd/go: make get -u upgrade only modules providing packagesJay Conrod
2019-02-27cmd/go: avoid compiling most regexes at initDaniel Martí
2018-12-11cmd/go/internal/modfetch/codehost: return VCSError for unimplemented function...Bryan C. Mills
2018-11-29cmd/go/internal/modfetch/codehost: add lockfiles for reposBryan C. Mills
2018-08-18cmd/go: treat VCS errors as hard errors in module searchRuss Cox
2018-07-19cmd/go/internal/modfetch: move to new pseudo-version designRuss Cox
2018-07-19cmd/go/internal/module: add new +incompatible version build annotationRuss Cox
2018-07-12cmd/go: merge module support from x/vgo repoRuss Cox