aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modload
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-06-01cmd/go/internal/modload: document mvsReqs.MaxJay 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-05-04cmd/go/internal/modload: make QueryPattern consider current versionsJay Conrod
2020-04-29cmd/go/internal/modload: use lockedfile to read path-replacement go.mod filesRichard Miller
2020-04-08cmd/go: allow configuring module cache directory with GOMODCACHEMichael Matloob
2020-04-03cmd/go: report original module path in error parsing replaced go.modJay Conrod
2020-03-31cmd/go: add support for GOPROXY fallback on unexpected errorsJay Conrod
2020-03-27Revert "cmd/go: add support for GOPROXY fallback on unexpected errors"Bryan C. Mills
2020-03-26cmd/go: add support for GOPROXY fallback on unexpected errorsJay Conrod
2020-03-19cmd/go: update 'go help modules' for automatic vendoringJay Conrod
2020-03-13cmd/go/internal/modload: suppress the 'go mod init' hint for GOROOT more aggr...Bryan C. Mills
2020-03-11cmd/go: make module zip extraction more robustJay Conrod
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-28cmd/go/internal/modload: make AmbiguousImportError an ImportPathErrorMichael Matloob
2020-02-27cmd/go/internal/modload: make PackageNotInModuleError reasonable for the Targ...Bryan C. Mills
2020-02-25cmd/go: emit an error for extraneous files in GOROOT/src in module modeMichael Matloob
2020-02-25Revert "Revert "cmd/go/internal/modload: record the replacement for the modul...Bryan C. Mills
2020-02-24Revert "cmd/go/internal/modload: record the replacement for the module contai...Andrew Bonventre
2020-02-24cmd/go/internal/modload: record the replacement for the module containing pac...Bryan C. Mills
2020-02-21cmd/go: print a "found" line for each package found instead of each module addedBryan C. Mills
2020-02-12cmd/go: eliminate empty '()' when passing -mod=readonly explicitly to 'go list'Bryan C. Mills
2020-01-10cmd/go/internal/modload: fix an erroneous comment about the test repoBryan C. Mills
2020-01-09cmd/go: remove references to 1.13 in 'go help modules'Jay Conrod
2020-01-09cmd/go/internal/modload: do not disable Query for -mod=readonlyBryan C. Mills
2020-01-09cmd/go: make "finding" logging deterministicBryan C. Mills
2019-12-20cmd/go/internal/modfetch/codehost: replace a dubious call to semver.MaxBryan C. Mills
2019-12-20cmd/go: diagnose missing replacement directoriesBryan C. Mills
2019-12-20cmd/go: avoid erroneous canonicalization when trying to resolve imports using...Bryan C. Mills
2019-12-19cmd/go: in 'go list -m', print effective go.mod fileJay Conrod
2019-12-06cmd/go/internal/modload: revert duplicate path suppression in modload.ImportM...Bryan C. Mills
2019-12-06cmd/go: include cfg.BuildModReason in 'import lookup disabled' errorsBryan C. Mills
2019-12-06cmd/go: avoid generating "malformed module path" errors for standard-library ...Bryan C. Mills
2019-12-06cmd/go: reduce redundancy in direct mode lookup error messagesJay Conrod
2019-11-21cmd/go: report an error for 'go list -m ...' outside a moduleJay Conrod
2019-11-15cmd/go: document the -mod=mod optionAgniva De Sarker
2019-11-13cmd/go: fix error for empty packages referenced with relative pathsJay Conrod
2019-11-08cmd/go/internal/modload: fail if no package was found in local moduleAriel Mashraki
2019-11-08cmd/go/internal/modload: use lockedfile.Read for the initial read of the go.m...Bryan C. Mills
2019-11-06cmd/go: fix spelling errorKevin Burke
2019-11-06cmd/go: use lockedfile instead of renameio for go.mod and go.sum filesBryan C. Mills
2019-11-06cmd/go: make commands other than 'tidy' prune go.mod less agressivelyBryan C. Mills
2019-11-06cmd/go: avoid upgrading to +incompatible versions if the latest compatible on...Bryan C. Mills
2019-11-05cmd/go: make 'go mod why' require a main moduleBryan C. Mills