aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/search/search.go
AgeCommit message (Expand)Author
2021-07-22[dev.cmdgo] cmd/go: replace Target with MainModules, allowing for multiple ta...Michael Matloob
2021-05-05cmd/go: don't crash when running "go version" in deleted directoryPhilipp Sauter
2021-04-27cmd/go: show warnings about symlinks only for patterns containing ...Ray Wu
2021-02-23cmd/go: resolve TODO by replacing InDir() functionAndy Pan
2020-11-20cmd/go: support overlaying go.mod filesMichael Matloob
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-10-06cmd/go: add basic support for overlaysMichael Matloob
2020-05-13cmd/go: do not ignore permission errors when matching patternsBryan C. Mills
2020-02-28cmd/go: avoid matching wildcards rooted outside of available modulesBryan 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
2019-11-11cmd/go: fix windows test failuresJay Conrod
2019-10-23cmd/go: ignore '@' when cleaning local and absolute file path argsJay Conrod
2019-09-11cmd/go: strip trailing slash from versioned argumentsJay Conrod
2019-09-08all: fix typosAinar Garipov
2019-04-01cmd/go: refactor load.LoadPackage into other functionsJay Conrod
2019-03-28cmd: ignore the directory named go.modLeonardo Comelli
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-08-17cmd/go: distinguish patterns from the results of matching themRuss Cox
2018-07-19cmd/go: diagnose 'go mod' in GOPATH/src betterRuss Cox
2018-07-12cmd/go: merge module support from x/vgo repoRuss Cox
2018-06-15cmd/go: add dark copy of golang.org/x/vgoRuss Cox