aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modload/search.go
AgeCommit message (Expand)Author
2021-07-22[dev.cmdgo] cmd/go: replace Target with MainModules, allowing for multiple ta...Michael Matloob
2021-04-27cmd/go: show warnings about symlinks only for patterns containing ...Ray Wu
2021-03-25cmd/go/internal/modload: replace the global buildList with structured require...Bryan C. Mills
2020-11-05cmd/go/internal/modget: resolve paths at the requested versionsBryan C. Mills
2020-10-23cmd/go: don't fetch files missing sums in readonly modeJay Conrod
2020-10-23cmd/go: replace some more stats with fsys.StatMichael Matloob
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-10-12cmd/go: support walking through overlay directoriesMichael Matloob
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
2019-10-29cmd/go: delete internal packages moved to x/modJay Conrod
2019-09-18cmd/go/internal/modload: do not prune the module root when walking directoriesBryan C. Mills
2019-04-19cmd/go/internal/modload: fix boundary conditions in matchPackagesBryan C. Mills
2019-03-28cmd: ignore the directory named go.modLeonardo Comelli
2019-03-12cmd/go/internal/modload: treat a 'std' module outside GOROOT/src as an ordina...Bryan C. Mills
2019-03-12cmd/go: search the target for patterns when -mod=vendor is setBryan C. Mills
2019-03-11cmd/go: resolve non-standard imports from within GOROOT/src using vendor dire...Bryan C. Mills
2019-03-05cmd/go/internal/modload: do not fetch modules in searchPackages if -mod=vendo...Bryan C. Mills
2018-11-29cmd/go: enable module mode without a main module when GO111MODULE=onBryan C. Mills
2018-08-10cmd/go: don't let ... match GOROOT/src/cmd in module modeRuss Cox
2018-08-10cmd/go: fix module ... pattern to match standard libraryRuss Cox
2018-07-12cmd/go: merge module support from x/vgo repoRuss Cox