aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modload/query.go
AgeCommit message (Expand)Author
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