aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/list/list.go
AgeCommit message (Expand)Author
2021-07-30[dev.cmdgo] cmd/internal/str: move package from cmd/go/internal/strJay Conrod
2021-07-26[dev.cmdgo] cmd/go: add the workspace modeMichael Matloob
2021-06-10cmd/go: report the imports of CompiledGoFiles in ImportMapBryan C. Mills
2021-04-28cmd/go: make TOOLEXEC_IMPORTPATH consistent with 'go list -f {{.ImportPath}}'Daniel Martí
2021-04-16cmd/go, go/build: add ToolTags to build.DefaultRuss Cox
2021-04-16cmd/go/internal/load: convert two global flags to an options structJay Conrod
2021-04-09cmd/go: support module deprecationJay Conrod
2021-04-05cmd/go: refactor modload.ListModules to accept bit flagsJay Conrod
2021-03-25cmd/go: emit error when listing with -f and -jsonAyan George
2021-03-25cmd/go/internal/modload: replace the global buildList with structured require...Bryan C. Mills
2021-01-22cmd/go: add documentation for test and xtest fields output by go listMichael Matloob
2021-01-20cmd/go: have go mod vendor copy embedded files in subdirsMichael Matloob
2021-01-08cmd/go: revise 'go help' documentation for modulesJay Conrod
2021-01-07cmd/go: add documentation for Embed fields in go list outputMichael Matloob
2020-12-14cmd/go: refactor error reporting in internal/loadJay Conrod
2020-10-29cmd/go: add //go:embed supportRuss Cox
2020-10-27doc/go1.16: document BuildID in 'go list -export'Daniel Martí
2020-10-23cmd/go: refactor modload.InitModJay Conrod
2020-10-20cmd/go: add BuildID to list -json -exportDaniel Martí
2020-10-14cmd/go: update go list docs for IgnoredOtherFilesRuss Cox
2020-09-22cmd/go/internal/modget: consolidate Load entrypointsBryan C. Mills
2020-09-09cmd/go/internal/modload: rename LoadBuildList and BuildListBryan C. Mills
2020-09-09cmd/go/internal/modload: rework import resolutionBryan C. Mills
2020-08-26cmd/go: add -retracted flag to 'go list'Jay Conrod
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-08-17cmd/go: add span for modload.LoadBuildListMichael Matloob
2020-08-17cmd/go: add tracing instrumentation to load.TestPackagesForMichael Matloob
2020-08-12cmd/go: propagate context into PackagesForBuild and Do for tracingMichael Matloob
2020-08-12cmd/go: add Context parameter to base.command.RunMichael Matloob
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