summaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modfetch/codehost/vcs.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/go: record origin metadata during module downloadRuss Cox2022-07-051-6/+37
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-2/+2
* cmd/go/internal/modfetch: remove legacy codeBaokun Lee2021-12-011-13/+0
* cmd: move internal/str back to cmd/goRuss Cox2021-10-271-1/+1
* cmd/internal/str: move package from cmd/go/internal/strJay Conrod2021-08-131-1/+1
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-091-2/+1
* cmd/go/internal/modfetch/codehost: add support for new fossil info hash prefixCurtis La Graff2020-11-041-1/+1
* all: update references to symbols moved from os to io/fsRuss Cox2020-10-201-1/+2
* cmd/go: ignore retracted versions when converting revisions to versionsJay Conrod2020-10-091-1/+1
* cmd/go: implement svn support in module modeBryan C. Mills2019-10-251-42/+50
* cmd/go/internal/modfetch/codehost: remove invariantly-empty return value from...Bryan C. Mills2019-10-241-6/+6
* cmd/go/internal/modfetch/codehost: don't try to execute a nonexistent fetch f...Bryan C. Mills2019-06-261-1/+3
* cmd/go: validate pseudo-versions against module paths and revision metadataBryan C. Mills2019-06-211-2/+12
* cmd/go: add '--' before repository names when invoking vcs toolsJay Conrod2019-06-131-9/+9
* cmd/go: make get -u upgrade only modules providing packagesJay Conrod2019-04-301-2/+3
* cmd/go: avoid compiling most regexes at initDaniel Martí2019-02-271-5/+5
* cmd/go/internal/modfetch/codehost: return VCSError for unimplemented function...Bryan C. Mills2018-12-111-14/+25
* cmd/go/internal/modfetch/codehost: add lockfiles for reposBryan C. Mills2018-11-291-5/+61
* cmd/go: treat VCS errors as hard errors in module searchRuss Cox2018-08-181-0/+14
* cmd/go/internal/modfetch: move to new pseudo-version designRuss Cox2018-07-191-0/+4
* cmd/go/internal/module: add new +incompatible version build annotationRuss Cox2018-07-191-0/+4
* cmd/go: merge module support from x/vgo repoRuss Cox2018-07-121-0/+506