aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modload/load.go
AgeCommit message (Expand)Author
2021-06-02[release-branch.go1.15] cmd/go: error out of 'go mod tidy' if the go version ...Bryan C. Mills
2021-03-10[release-branch.go1.15] cmd/go: don't report missing std import errors for ti...Jay Conrod
2020-05-13cmd/go: do not ignore permission errors when matching patternsBryan C. Mills
2020-05-06cmd/go: add positions for load errors in call to loadMichael Matloob
2020-03-09cmd/go/internal/modload: factor smaller files out of load.go and init.goBryan C. Mills
2020-02-28cmd/go: avoid matching wildcards rooted outside of available modulesBryan C. Mills
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-28cmd/go/internal/search: record errors in the Match structBryan C. Mills
2020-02-25cmd/go: emit an error for extraneous files in GOROOT/src in module modeMichael Matloob
2020-02-21cmd/go: print a "found" line for each package found instead of each module addedBryan C. Mills
2019-12-20cmd/go: diagnose missing replacement directoriesBryan C. Mills
2019-11-13cmd/go: fix error for empty packages referenced with relative pathsJay Conrod
2019-11-06cmd/go: make commands other than 'tidy' prune go.mod less agressivelyBryan C. Mills
2019-11-05cmd/go: make 'go mod why' require a main moduleBryan 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-24cmd/go/internal/modload: remove cwd globalJay Conrod
2019-10-22cmd/go/internal/modcmd: error out if one module with two different pathsBaokun Lee
2019-10-09cmd/go: automatically check and use vendored packagesBryan C. Mills
2019-09-25cmd/go/internal/modload: annotate replacements in PackageNotInModuleErrorBryan C. Mills
2019-08-27cmd/go/internal/modload: fix swapped paths in error messageBryan C. Mills
2019-08-02cmd/go: report loading errors from 'go mod tidy' and 'go mod vendor'Bryan C. Mills
2019-07-16cmd/go: tweak wording of module path mismatch error messageJay Conrod
2019-07-16cmd/go: clarify error text for module path mismatchJay Conrod
2019-07-15cmd/go: check for source files in relative paths before attempting to determi...Bryan C. Mills
2019-07-10cmd/go/internal/modload: remove unused warnPattern functionBryan C. Mills
2019-06-21cmd/go: validate pseudo-versions against module paths and revision metadataBryan C. Mills
2019-05-31cmd/go: ignore build tags when 'go get' modifies build listJay Conrod
2019-05-30cmd/go: remove support for the 'go get -m' flagJay Conrod
2019-05-24cmd/go: when resolving packages, try all module paths before falling back to ...Bryan C. Mills
2019-05-20cmd/go: make 'go get -t' consider test dependencies in module modeJay Conrod
2019-04-30cmd/go: make get -u upgrade only modules providing packagesJay Conrod
2019-04-16cmd/go: print package import chains for some build list errorsJay Conrod
2019-04-03cmd/go: print require chains in build list errorsJay Conrod
2019-04-03cmd/go/internal/modload: fix aliasing bug in (*mvsReqs).Required with -mod=ve...Bryan C. Mills
2019-04-01cmd/go/internal/modget: support the suffix '@patch' in 'go get'Bryan C. Mills
2019-03-29cmd/go: clarify error when package is removed in a moduleJay Conrod
2019-03-15cmd/go: list directories in module cache replacementsJay 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
2019-02-15cmd/go: only generate a go.mod file during 'go mod init'Bryan C. Mills
2018-12-04cmd/go: emit go list error for local non-existant packagesJay Conrod
2018-11-29cmd/go: enable module mode without a main module when GO111MODULE=onBryan C. Mills
2018-10-09cmd/go: check that package paths are invariantly non-emptyBryan C. Mills
2018-08-23all: fix typos detected by github.com/client9/misspellKazuhiro Sera
2018-08-21cmd/go: fix modload response for std-vendored packagesRuss Cox
2018-08-18cmd/go: allow 'go run x.go' to use nearby internal imports in module modeRuss Cox
2018-08-17cmd/go: do not turn list ./nonexist into a network lookupRuss Cox
2018-08-17cmd/go: report which patterns match each package in listRuss Cox