aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modfetch/coderepo.go
AgeCommit message (Expand)Author
2022-03-03[release-branch.go1.16] cmd/go: avoid +incompatible major versions if a go.mo...Bryan C. Mills
2022-02-07[release-branch.go1.16] cmd/go/internal/modfetch: do not short-circuit canoni...Bryan C. Mills
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
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
2020-03-12cmd/go: improve pseudo-version timestamp errorWalt Della
2020-02-24cmd/go/internal/modfetch: delete unused isVendoredPackage functionBryan C. Mills
2020-01-08cmd/go: adjust heuristics for skipping +incompatible versionsBryan C. Mills
2019-12-19cmd/go: relax validation for replacements for gopkg.in pathsBryan C. Mills
2019-12-06cmd/go: reduce redundancy in direct mode lookup error messagesJay Conrod
2019-11-15cmd/go: allow a fork with path […]/vN to replace gopkg.in/[…].vNBryan C. Mills
2019-11-07cmd/go/internal/modfetch: switch to golang.org/x/mod/zipJay Conrod
2019-11-05cmd/go/internal/modfetch: prune +incompatible versions more aggressivelyBryan C. Mills
2019-10-29cmd/go: delete internal packages moved to x/modJay Conrod
2019-10-24cmd/go/internal/modfetch/codehost: remove invariantly-empty return value from...Bryan C. Mills
2019-10-11cmd/go: integrate changes made in x/mod packages into internal packagesJay Conrod
2019-09-10cmd/go/internal/modfetch: report the module path for errors in (*codeRepo).Ve...Bryan C. Mills
2019-09-08all: fix typosAinar Garipov
2019-07-18cmd/go: suppress errors with '@upgrade' when the latest version is replacedBryan C. Mills
2019-07-16cmd/go: tighten the check for pseudo-version base tagsBryan C. Mills
2019-07-15cmd/go/internal/modfetch: always check for a go.mod file when fetching from v...Bryan C. Mills
2019-06-24cmd/go/internal/modfetch: treat a missing go.mod file as a “not exist” errorBryan C. Mills
2019-06-21cmd/go: validate pseudo-versions against module paths and revision metadataBryan C. Mills
2019-05-31cmd/go/internal/modfetch: use the resolved version to search for tags in (*co...Bryan C. Mills
2019-04-19cmd/go/internal/modfetch: comment on known bug in isVendoredPackageBryan C. Mills
2019-03-08cmd/go/internal/modfetch: handle codeRoot == path for paths with major-versio...Bryan C. Mills
2019-03-02cmd/go/internal/modfetch: add missing error checksLeon Klingele
2018-12-12cmd/go/internal/modfetch: skip symlinks in (*coderepo).ZipBryan C. Mills
2018-11-29cmd/go/internal/modfetch: make Repo.Zip write to an io.Writer instead of a te...Bryan C. Mills
2018-08-10cmd/go: fix handling of gopkg.in/macaroon-bakery.v2-unstableRuss 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
2018-06-15cmd/go: add dark copy of golang.org/x/vgoRuss Cox