summaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/search/search.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/go: traverse module-root symlinks in Walk callsBryan C. Mills2023-01-311-0/+9
* cmd/go: use Join functions instead of adding path separators to stringsBryan C. Mills2023-01-311-1/+1
* cmd/go/internal/str: fix PathPrefix functions for root directoriesBryan C. Mills2023-01-251-60/+22
* all: fix some commentscui fliter2023-01-241-3/+3
* cmd: relocate search.MatchPattern to cmd/internal/pkgpatternThan McIntosh2022-09-271-104/+4
* [dev.cmdgo] cmd/go: replace Target with MainModules, allowing for multiple ta...Michael Matloob2021-07-221-15/+18
* cmd/go: don't crash when running "go version" in deleted directoryPhilipp Sauter2021-05-051-1/+1
* cmd/go: show warnings about symlinks only for patterns containing ...Ray Wu2021-04-271-1/+1
* cmd/go: resolve TODO by replacing InDir() functionAndy Pan2021-02-231-1/+0
* cmd/go: support overlaying go.mod filesMichael Matloob2020-11-201-1/+1
* cmd/go: replace some more stats with fsys.StatMichael Matloob2020-10-231-1/+1
* all: update references to symbols moved from os to io/fsRuss Cox2020-10-201-3/+4
* cmd/go: support walking through overlay directoriesMichael Matloob2020-10-121-4/+4
* cmd/go: add basic support for overlaysMichael Matloob2020-10-061-0/+1
* cmd/go: do not ignore permission errors when matching patternsBryan C. Mills2020-05-131-3/+9
* cmd/go: avoid matching wildcards rooted outside of available modulesBryan C. Mills2020-02-281-27/+37
* cmd/go/internal/search: consolidate package-pattern predicates into Match met...Bryan C. Mills2020-02-281-54/+77
* cmd/go/internal/search: record errors in the Match structBryan C. Mills2020-02-281-11/+55
* cmd/go: fix windows test failuresJay Conrod2019-11-111-24/+40
* cmd/go: ignore '@' when cleaning local and absolute file path argsJay Conrod2019-10-231-5/+7
* cmd/go: strip trailing slash from versioned argumentsJay Conrod2019-09-111-8/+18
* all: fix typosAinar Garipov2019-09-081-1/+1
* cmd/go: refactor load.LoadPackage into other functionsJay Conrod2019-04-011-4/+25
* cmd: ignore the directory named go.modLeonardo Comelli2019-03-281-1/+1
* all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick2018-09-261-2/+2
* cmd/go: distinguish patterns from the results of matching themRuss Cox2018-08-171-62/+57
* cmd/go: diagnose 'go mod' in GOPATH/src betterRuss Cox2018-07-191-0/+71
* cmd/go: merge module support from x/vgo repoRuss Cox2018-07-121-1/+17
* cmd/go: add dark copy of golang.org/x/vgoRuss Cox2018-06-151-0/+423