aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modload/import.go
AgeCommit message (Expand)Author
2021-08-11[dev.cmdgo] cmd/go: remove modload.ModRoot functionMichael Matloob
2021-07-30[dev.cmdgo] cmd/go: thread through modroots providing replacementsMichael Matloob
2021-07-30[dev.cmdgo] cmd/go: provide a more helpful missing required module error in w...Michael Matloob
2021-07-28[dev.cmdgo] cmd/go: maintain a go.work.sum fileMichael Matloob
2021-07-27[dev.cmdgo] cmd/go: fold index and modFile into MainModulesMichael Matloob
2021-07-22[dev.cmdgo] cmd/go: replace Target with MainModules, allowing for multiple ta...Michael Matloob
2021-06-24cmd/go: don't try to add replaced versions that won't be selectedBryan C. Mills
2021-06-11cmd/go: remove hint when no module is suggestedConstantin Konstantinidis
2021-04-30cmd/go: remove the special case for "unsafe" in importFromModulesBryan C. Mills
2021-04-30cmd/go/internal/modload: avoid loading the full module graph for imports sati...Bryan C. Mills
2021-04-28cmd/go/internal/modload: in importFromModules, do not wrap module graph error...Bryan C. Mills
2021-03-25cmd/go: attribute direct imports from indirect dependencies to the importing ...Bryan C. Mills
2021-03-25cmd/go/internal/modload: replace the global buildList with structured require...Bryan C. Mills
2021-03-24cmd/go: move psuedo-version and version sorting to x/modJay Conrod
2021-03-04cmd/go: clarify errors for commands run outside a moduleJay Conrod
2021-01-13cmd/go: add hints to more missing sum error messagesJay Conrod
2021-01-08cmd/go: make hints in error messages more consistentJay Conrod
2021-01-06cmd/go: make module suggestion more friendlyBaokun Lee
2021-01-05cmd/go: set cfg.BuildMod to "readonly" by default with no module rootJay Conrod
2020-11-20cmd/go: support overlaying go.mod filesMichael Matloob
2020-11-05cmd/go/internal/modget: resolve paths at the requested versionsBryan C. Mills
2020-11-05cmd/go/internal/modload: return a module-only result from QueryPatternBryan C. Mills
2020-10-23cmd/go: change error message for missing import with unused replacementJay Conrod
2020-10-23cmd/go: don't fetch files missing sums in readonly modeJay Conrod
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-10-16cmd/go/internal/modload: avoid using the global build list in QueryPatternBryan C. Mills
2020-10-16cmd/go/internal/modload: allow 'go get' to use replaced versionsBryan C. Mills
2020-10-16cmd/go/internal/modload: move fetch to import.goJay Conrod
2020-10-13cmd/go: adjust ImportMissingError when module lookup is disabledBryan C. Mills
2020-10-06cmd/go: add basic support for overlaysMichael Matloob
2020-09-22cmd/go/internal/modload: eliminate QueryPackageBryan C. Mills
2020-09-17cmd/go: flip relationship between load and modloadJay Conrod
2020-09-11cmd/go: refactor modload.Import for better -mod=readonly errorsJay Conrod
2020-09-09cmd/go/internal/modload: fix spurious import resolution errorBryan C. Mills
2020-09-09cmd/go/internal/modload: rework import resolutionBryan C. Mills
2020-08-26cmd/go/internal/modload: refactor version filtering for excludeJay Conrod
2020-08-20cmd/go: do context propagation for tracing downloadsMichael Matloob
2020-08-18cmd/go: revert 3 CLs affecting par.Work, context propagation, tracingDmitri Shuralyov
2020-08-17cmd/go: do context propagation for tracing downloadsMichael Matloob
2020-05-13cmd/go: do not ignore permission errors when matching patternsBryan C. Mills
2020-02-28cmd/go: rationalize errors in internal/load and internal/modloadBryan C. Mills
2020-02-28cmd/go/internal/modload: make AmbiguousImportError an ImportPathErrorMichael Matloob
2020-02-25cmd/go: emit an error for extraneous files in GOROOT/src in module modeMichael Matloob
2020-02-12cmd/go: eliminate empty '()' when passing -mod=readonly explicitly to 'go list'Bryan C. Mills
2020-01-09cmd/go: make "finding" logging deterministicBryan C. Mills
2019-12-20cmd/go: avoid erroneous canonicalization when trying to resolve imports using...Bryan C. Mills
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