aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modload/query.go
AgeCommit message (Expand)Author
2020-05-13cmd/go: do not ignore permission errors when matching patternsBryan C. Mills
2020-05-04cmd/go/internal/modload: make QueryPattern consider current versionsJay Conrod
2020-02-28cmd/go: rationalize errors in internal/load and internal/modloadBryan C. Mills
2020-02-28cmd/go/internal/search: consolidate package-pattern predicates into Match met...Bryan C. Mills
2020-02-27cmd/go/internal/modload: make PackageNotInModuleError reasonable for the Targ...Bryan C. Mills
2020-01-09cmd/go/internal/modload: do not disable Query for -mod=readonlyBryan C. Mills
2019-11-06cmd/go: avoid upgrading to +incompatible versions if the latest compatible on...Bryan C. Mills
2019-11-01cmd/go: adjust module-related loggingBryan C. Mills
2019-10-29cmd/go: delete internal packages moved to x/modJay Conrod
2019-10-09cmd/go: suppress more errors in package-to-module loadingBryan C. Mills
2019-09-25cmd/go/internal/modload: annotate replacements in PackageNotInModuleErrorBryan C. Mills
2019-09-24cmd/go: suppress errors in package-to-module queries if the package is alread...Bryan C. Mills
2019-08-09cmd/go: query each path only once in 'go get'Bryan C. Mills
2019-07-03cmd/go: update tests for new @upgrade queryJay Conrod
2019-07-03cmd/go: restore @latest behavior and support @upgrade in 'go get'Jay Conrod
2019-06-25cmd/go/internal/modfetch: return structured errors from proxy operationsBryan C. Mills
2019-06-21cmd/go: validate pseudo-versions against module paths and revision metadataBryan C. Mills
2019-06-18cmd/go/internal/modload: query correct "latest" version through proxyJay Conrod
2019-06-14cmd/go: avoid accidental downgrades in 'go get' with latest and patchJay Conrod
2019-05-31cmd/go: ignore build tags when 'go get' modifies build listJay Conrod
2019-05-24cmd/go: when resolving packages, try all module paths before falling back to ...Bryan C. Mills
2019-05-14cmd/go: convert semver tags with metadata to pseudoversionsBryan C. Mills
2019-05-14cmd/go: do not allow version prefixes to match prereleases of that versionBryan C. Mills
2019-04-30cmd/go: make get -u upgrade only modules providing packagesJay Conrod
2019-04-30cmd/go: query modules in parallelBryan C. Mills
2019-04-16cmd/go: handle wildcards for unknown modules in "go get"Jay Conrod
2019-03-12cmd/go/internal/modload: treat a 'std' module outside GOROOT/src as an ordina...Bryan C. Mills
2019-03-11cmd/go: resolve non-standard imports from within GOROOT/src using vendor dire...Bryan C. Mills
2018-11-29cmd/go: enable module mode without a main module when GO111MODULE=onBryan C. Mills
2018-10-03cmd/go: prevent infinite loop in QueryPackage()Anton Gyllenberg
2018-09-28all: remove repeated "the" from commentsIan Davis
2018-08-18cmd/go: treat VCS errors as hard errors in module searchRuss Cox
2018-08-09cmd/go/internal: factor out modload.QueryPackage and use in in modgetBryan C. Mills
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