aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/list
AgeCommit message (Expand)Author
2020-03-24cmd/go: list test packages even when the main package has an errorMichael Matloob
2020-02-28cmd/go: rationalize errors in internal/load and internal/modloadBryan C. Mills
2020-01-09cmd/go: explicitly reject 'list -u' and 'list -versions' when '-mod=vendor' i...Bryan C. Mills
2019-12-19cmd/go: in 'go list -m', print effective go.mod fileJay Conrod
2019-10-24cmd/go: re-enable 'go list -m' with -mod=vendor for limited patternsBryan C. Mills
2019-10-24cmd/go/internal/list: ensure that cfg.BuildMod is initialized before reading ...Bryan C. Mills
2019-10-09cmd/go/internal/list: disallow 'list -m' with '-mod=vendor'Bryan C. Mills
2019-10-04cmd/go: remove the -mod flag from 'go get'Bryan C. Mills
2019-08-08cmd/go: improve 'go mod download' and 'go list -m' error messagesJay Conrod
2019-07-22Revert "cmd/go: move automatic testing.Init call into generated test code"Bryan C. Mills
2019-05-10cmd/go: move automatic testing.Init call into generated test codeCaleb Spare
2019-03-08cmd/go: make go list error behavior consistent in testsJay Conrod
2019-03-06cmd/go: document GoVersion field in Module structDmitri Shuralyov
2019-03-06cmd/go: drop support for binary-only packagesJay Conrod
2018-08-21cmd/go: fix list -compiled of package with only testsRuss Cox
2018-08-17cmd/go: report which patterns match each package in listRuss Cox
2018-08-16cmd/go: fix typos in go help mod subpagesAlberto Donizetti
2018-08-10cmd/go: report implicit cgo inputs in go list -compiledRuss Cox
2018-08-10cmd/go: fix module loader and test-only dependenciesRuss Cox
2018-08-04cmd/go: fix unnecessary pluralKevin Burke
2018-08-01cmd/go: add list -find to find packages but not resolve importsRuss Cox
2018-08-01cmd/go: change list -compiled to populate new CompiledGoFiles listRuss Cox
2018-08-01cmd/go: split go mod into multiple subcommandsRuss Cox
2018-07-30cmd/go: add test code packages in list -testMichael Matloob
2018-07-28cmd/go: add go list -m -f {{.GoMod}} to show path to go.mod fileRuss Cox
2018-07-19cmd/go/internal/list: do not examine TestmainGo if the test fails to loadBryan C. Mills
2018-07-12cmd/go: merge module support from x/vgo repoRuss Cox
2018-07-10cmd/go: add ImportMap to go list package structRuss Cox
2018-06-13cmd/go: fix go list usage lineRuss Cox
2018-06-11cmd/go: set DepOnly on package when calling go list -depsPaul Jolly
2018-06-07cmd/go: final edits for add go list -cgo and -exportRuss Cox
2018-06-07cmd/go: add go list -cgo and -exportRuss Cox
2018-05-30cmd/go: add minimal module-awareness for legacy operationRuss Cox
2018-05-08cmd/go: fix go list -test where C is a dependency.Paul Jolly
2018-05-08cmd/go: add -test to go list usage lineIan Lance Taylor
2018-04-26cmd/go: add go list -test to describe test binariesRuss Cox
2018-04-25cmd/go: add go list -depsRuss Cox
2017-11-07cmd/go: accept relative -pkgdir argumentRuss Cox
2017-10-31cmd/go: switch to entirely content-based staleness determinationRuss Cox
2017-06-09all: single space after periodBrad Fitzpatrick
2017-02-03cmd/go: address review commentsRuss Cox
2017-02-03cmd/go: split out cmd/go/internal/clean,doc,fix,generate,list,run,tool,versio...Russ Cox