aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modload/import_test.go
AgeCommit message (Expand)Author
2021-04-08cmd/go/internal/modload: add a dormant depth typeBryan C. Mills
2021-03-25cmd/go/internal/modload: replace the global buildList with structured require...Bryan C. Mills
2021-01-05cmd/go: set cfg.BuildMod to "readonly" by default with no module rootJay Conrod
2020-09-09cmd/go/internal/modload: rework import resolutionBryan C. Mills
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
2019-10-09cmd/go: forbid resolving import to modules when outside of a moduleJay Conrod
2019-09-25cmd/go/internal/modload: annotate replacements in PackageNotInModuleErrorBryan C. Mills
2019-06-10cmd/go: in tests, don't assume that the 'git' binary is presentBryan C. Mills
2019-05-24cmd/go: when resolving packages, try all module paths before falling back to ...Bryan C. Mills
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-08-21cmd/go: fix modload infinite directory loopDaniel Martí
2018-07-12cmd/go: merge module support from x/vgo repoRuss Cox