aboutsummaryrefslogtreecommitdiff
path: root/go/packages/golist.go
AgeCommit message (Expand)Author
2022-03-25go/packages: fix handling of NeedExportFile in go listRuss Cox
2022-03-22x/tools/go/packages: add Embed supportChris Koch
2021-03-02internal/lsp/cache: refactor diagnostic suppressionHeschi Kreinick
2021-02-05internal/lsp/cache: disable network for mod tidy diagnosticsHeschi Kreinick
2021-02-01go/packages: improve go invocation errorsHeschi Kreinick
2021-01-19all: replace all usages of os/exec with golang.org/x/sys/execabsRoland Shoemaker
2020-11-16go/packages: handle variation an an error messageMichael Matloob
2020-11-16internal/gocommand: improve debug stringHeschi Kreinick
2020-11-16go/packages: start with empty environmentHeschi Kreinick
2020-10-23go/packages: use native overlay support for 1.16Rebecca Stambler
2020-10-21internal/gocommand: add a GoVersion function to avoid duplicating logicRebecca Stambler
2020-10-19all: use explicit -mod, -modfile fields for gocommand.InvocationHeschi Kreinick
2020-10-13go/analysis: add IgnoredFiles, check ignored files in buildtag checkRuss Cox
2020-09-14go/packages: add roots for overlaid packages for all query typesRebecca Stambler
2020-08-05go/packages: expand cases when filenames are parsed from errorsMichael Matloob
2020-07-23go/packages: find filenames in error strings if not in positionRebecca Stambler
2020-07-10internal/lsp, go/packages: reproduce and fix golang/go#39646Rebecca Stambler
2020-06-10go/packages: move TypecheckCgo to packagesinternalMatthew Dempsky
2020-05-19go/packages: add a Module field to the Package structMichael Matloob
2020-05-12go/packages: enable UsesCgo in go/typesHeschi Kreinick
2020-04-08internal/lsp/cache: add concurrency error check for go cmdsRohan Challa
2020-04-03internal/lsp, go/packages: don't log context cancellation errorsRebecca Stambler
2020-03-27go/packages: add a workaround for different import stacks between go versionsMichael Matloob
2020-02-25all: consolidate invokeGo implementationsHeschi Kreinick
2020-02-19internal/lsp: add module versions from "go list" to pkg.go.dev linksRohan Challa
2020-01-30go/packages: fix non-determinism on package list orderMichael Matloob
2020-01-30go/packages: work around pkg-config errors in go listMichael Matloob
2020-01-30go/packages: add a workaround for golang/go#36188Michael Matloob
2020-01-24go/packages: fix GOPATH vendoring with overlaysHeschi Kreinick
2020-01-23go/packages: handle an overlay edge case with test variantsRebecca Stambler
2020-01-23go/packages: refactor list driverHeschi Kreinick
2020-01-22go/packages: remove named queryHeschi Kreinick
2020-01-16go/packages: fix incorrect needtypes and needsrcs logicMichael Matloob
2020-01-16go/packages: internally expose ForTests in go/packagesRebecca Stambler
2020-01-08internal/lsp: modify how we check for go 1.14 for modfilesRohan Challa
2019-12-19go/packages: change import cycle errorkind from UnknownError to ListErrorRohan Challa
2019-12-12go/packages: disable -mod=readonly behavior in overlaysRebecca Stambler
2019-12-11go/packages: add import stack to error messages when there's an import cycleMichael Matloob
2019-12-05go/packages: revert "handle invalid files in overlays"Heschi Kreinick
2019-11-12go/packages: fix failing Windows TryBots for adhoc packages testRebecca Stambler
2019-10-29go/packages: handle "outside module root" error printed to stderr by go list -eDominik Honnef
2019-10-28go/packages: do not return from goListDriver with goroutines still in flightBryan C. Mills
2019-10-21go/packages: create Imports map when creating packageRebecca Stambler
2019-10-18go/packages: fix ad-hoc package testsMichael Matloob
2019-10-17internal/lsp: add a test to make sure we handle bad importsRebecca Stambler
2019-10-16go/packages: fix staticcheck warningsRebecca Stambler
2019-10-16go/packages: handle invalid files in overlaysRebecca Stambler
2019-10-16go/packages: handle multiple modules in gopackagestestRebecca Stambler
2019-09-12go/packages: suppress go list -e error when directory outside modulesMichael Matloob
2019-09-11go/packages: allow types loading without NeedDepsDenis Isaev