aboutsummaryrefslogtreecommitdiff
path: root/go/packages
AgeCommit message (Expand)Author
2022-03-25go/packages: fix load with NeedTypes but not NeedImportsRuss Cox
2022-03-25go/packages: fix handling of NeedExportFile in go listRuss Cox
2022-03-25go/packages: fix precedence typo in needtypes calculationRuss Cox
2022-03-25go/packages: rename NeedExportsFile to NeedExportFileRuss Cox
2022-03-22x/tools/go/packages: add Embed supportChris Koch
2022-01-05go/packages: add a clarification about the order of SyntaxMichael Matloob
2021-10-22go/packages/packagestest: skip nested module directories in copyingHana
2021-09-29internal/lsp/analysis: quick-fix to remove unnecessary type argumentsRobert Findley
2021-07-09go/packages: skip tests that link binaries in short modeBryan C. Mills
2021-07-09go/packages: fix data race in TestCgoNoSyntaxRob Findley
2021-07-08go/packages: parallelize most testsBryan C. Mills
2021-07-08go/packages: skip GOPATH tests in short modeBryan C. Mills
2021-06-02go/packages/packagestest: make Export skip tests involving unsupported linksBryan C. Mills
2021-05-11all: update tests to use 'go mod download all' to populate go.sumJay Conrod
2021-05-10go/packages: in overlay_test, allow test variant in second_file caseJay Conrod
2021-04-28go/packages: enable TestIssue37098 for Go 1.17 and laterIan Lance Taylor
2021-03-02internal/lsp/cache: refactor diagnostic suppressionHeschi Kreinick
2021-02-20all: go fmt ./...Russ Cox
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
2021-01-12go/packages: don't crash if given an invalid overlayHeschi Kreinick
2021-01-06all: add copyright notices to files that are missing themRebecca Stambler
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-26all: clear GOMODCACHE in testsHeschi 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-21all: replace 'the the ' with 'the 'phillc
2020-09-15go/packages: support overlays for replaced modulesRebecca Stambler
2020-09-14go/packages: add roots for overlaid packages for all query typesRebecca Stambler
2020-09-09internal/lsp, go/packages: fix Go 1.15-related overlay bugRebecca Stambler
2020-08-27internal/lsp, go/packages: work-around invalid files in GOPATH modeRebecca Stambler
2020-08-05go/packages: expand cases when filenames are parsed from errorsMichael Matloob
2020-07-23go/packages: add failing test for golang/go#37098Noah Goldman
2020-07-23go/packages: find filenames in error strings if not in positionRebecca Stambler
2020-07-15go/packages: add x test overlay testRebecca Stambler
2020-07-10internal/lsp, go/packages: reproduce and fix golang/go#39646Rebecca Stambler
2020-06-30go/packages: move all overlay tests into overlay_test.goRebecca Stambler
2020-06-17go/packages: correct package IDs for overlaid x testsRebecca Stambler
2020-06-10go/packages: move TypecheckCgo to packagesinternalMatthew Dempsky
2020-06-10go/packages: use go115UsesCgo instead of UsesCgoMatthew Dempsky
2020-06-10go/packages: add a mechanism for drivers to decline requestsMichael Matloob
2020-05-29go/packages: handle x test overlays with no contentRebecca Stambler
2020-05-28all: remove version-specific test filesHeschi Kreinick
2020-05-27all: replace build tags in tests with testenv helperHeschi Kreinick
2020-05-19go/packages: add a Module field to the Package structMichael Matloob