- c03e5c2 go/packages: do not nullify Fset when NeedSyntax is set by Nikolay Edigaryev · 5 months ago
- ead76ab go/analysis: Add modules to Pass by Tim King · 9 months ago
- da12580 go/packages: NeedTypes implies NeedModule by Tim King · 6 months ago
- 977f6f7 go/packages: move getSizesForArgs back by Alan Donovan · 7 months ago
- 1e9d12d go/packages: pass -overlay to all 'go list' invocations by Alan Donovan · 8 months ago
- da9cad4 go/packages: avoid unnecessary "realpath" on pwd by Alan Donovan · 7 months ago
- d017f4a go/packages/internal/drivertest: a package for a fake go/packages driver by Rob Findley · 8 months ago
- 0215a5b go/packages: document fields that are part of JSON schema by Alan Donovan · 8 months ago
- 528484d gopls/internal/cache: support overlays by Alan Donovan · 8 months ago
- b426bc7 go/packages/packagestest: reflect new modules.txt requirements by Sam Thanawalla · 9 months ago
- 4db1697 go/packages/packagestest: fold modules_111.go into modules.go by Michael Matloob · 9 months ago
- ee61fb0 go/packages: fix issue number typo in TestIssue37629 by Michael Matloob · 9 months ago
- dd0410f go/packages: stop loading packages when context is done by Tim King · 9 months ago
- c0ab013 go/packages: doc: type symbols are consistent only within one Load by Alan Donovan · 9 months ago
- 41a9213 go/packages: report type errors unconditionally by Tim King · 10 months ago
- 03f7b7b x/tools/go/packages: fix Load's "argument list too long" error by Ihar Suvorau · 1 year, 1 month ago
- 070fcfb internal/typesinternal: delete SetGoVersion by Alan Donovan · 10 months ago
- 283fce2 x/tools: drop go1.18 support by Alan Donovan · 11 months ago
- 3f67f80 go/packages/gopackages: display module by Alan Donovan · 11 months ago
- afe5265 go/packages: wait for sizes goroutine on all control paths by Alan Donovan · 11 months ago
- 816dcdf go/packages: add test for flake observed on Android by Alan Donovan · 12 months ago
- a987ef7 go/packages: publish Driver{Request,Response} by Alan Donovan · 12 months ago
- 28b92af internal/typeparams: eliminate remainining compatibility shims by Alan Donovan · 1 year, 1 month ago
- 1153928 go/packages: improve docs of 'go list' and GOPACKAGESDRIVER by Alan Donovan · 1 year, 1 month ago
- 3292b36 gopls/internal/cmd: move span.{Span,Point} to cmd by Alan Donovan · 1 year, 2 months ago
- b03756e all: apply versions.InitFileVersions in x/tools. by Tim King · 1 year, 3 months ago
- f60f2e6 all: replace all usages of golang.org/x/sys/execabs with os/exec by Sebastiaan van Stijn · 1 year, 2 months ago
- 13b2bd5 internal/packagesinternal: delete GoCmdRunner var (unused) by Alan Donovan · 1 year, 2 months ago
- ec032e3 go/packages: two clean-ups by Alan Donovan · 1 year, 3 months ago
- ff1953b go/packages: don't fail if GOPACKAGESDRIVER leaves Compiler/GOARCH="" by Alan Donovan · 1 year, 3 months ago
- 6da1917 go/packages: remove pre-go1.16 overlay support by Alan Donovan · 1 year, 3 months ago
- 5ab57de go/packages: ensure that types.Sizes is correct by Alan Donovan · 1 year, 3 months ago
- 02048e6 go/packages: document that types.Sizes may be nil by Alan Donovan · 1 year, 3 months ago
- 6120b45 go/packages: fix a typo of TypesInfo by Daniel Martí · 1 year, 4 months ago
- a9b2439 go/packages: remove use of ioutil in test by Peter Weinbergr · 1 year, 4 months ago
- 559c430 tools: replace references to obsolete package ioutils by Peter Weinbergr · 1 year, 4 months ago
- fa12f34 go/packages: avoid unnecessary dependency on StdSizes by Cuong Manh Le · 1 year, 5 months ago
- 36e4181 Revert "go/packages: avoid unnecessary dependency on StdSizes" by Russ Cox · 1 year, 6 months ago
- 9161e3a all: remove repetitive words by cui fliter · 1 year, 6 months ago
- 2842ed8 go/packages: avoid unnecessary dependency on StdSizes by Alan Donovan · 1 year, 6 months ago
- f9f582e go/packages: pass go list-reported Go language version to type checker by Russ Cox · 1 year, 6 months ago
- c495364 go/packages/gopackages: document -mode flag by Alan Donovan · 1 year, 7 months ago
- c8278fe gopls/internal/lsp/cache: don't record edges to invalid packages by Rob Findley · 1 year, 7 months ago
- db6a81e go/packages/packagestest: set Config.Logf if the test is run verbosely by Bryan C. Mills · 1 year, 7 months ago
- cd694d8 go/packages: include "unsafe".GoFiles=["unsafe.go"] by Alan Donovan · 1 year, 8 months ago
- f3faea1 go/packages: pass -pgo=off on go1.21 and later by Rob Findley · 1 year, 8 months ago
- 5283a01 go/packages: delete TestCgoOption as it doesn't test the cgo option by Alan Donovan · 1 year, 9 months ago
- 780626c all: fix non-gopls short tests on js/wasm and update for wasip1/wasm by Bryan C. Mills · 1 year, 9 months ago
- 58c9a63 go/packages/internal/nodecount: count ast.Node frequency by Alan Donovan · 1 year, 10 months ago
- edddc5f go/packages: don't discard errors loading export data by Alan Donovan · 1 year, 11 months ago
- df35cd8 x/tools: drop support for Go toolchains older than go1.16 by Alan Donovan · 2 years, 1 month ago
- 060c049 go/packages: fix doc typo by Alan Donovan · 2 years, 2 months ago
- 2ad3c33 go/packages: change workaround for issue 28749 to not require NeedFiles by Michael Matloob · 2 years, 2 months ago
- dea100b internal/testenv: skip tests that need export data for std if 'go tool compile' does not exist by Bryan C. Mills · 2 years, 2 months ago
- ce26db4 go/analysis: add Pass.TypeErrors field by Alan Donovan · 2 years, 5 months ago
- 02bef08 go/packages/packagestest: break dependency on gopls' span package by Alan Donovan · 2 years, 3 months ago
- 4dd4ddb go/packages: issue error if 'go list' on PATH is too new by Alan Donovan · 2 years, 4 months ago
- b929f3b internal/span: make NewRange accept File, not FileSet by Alan Donovan · 2 years, 7 months ago
- 70ccf57 go/packages: fix loading single file when outside of GOPATH, module by aarzilli · 3 years, 1 month ago
- facb0d3 internal/span: eliminate Converter and FileConverter by Robert Findley · 2 years, 8 months ago
- bcfc38f go/packages: remove usage of golang.org/x/xerrors by Robert Findley · 2 years, 9 months ago
- c02adcc go/packages: ask for EmbedPatterns and EmbedFiles if needed by Michael Matloob · 2 years, 9 months ago
- 5bb9c48 x/tools/go/packages: on Go 1.19+, explicitly ask for -json fields needed by Michael Matloob · 2 years, 10 months ago
- afc6aad go/packages: make loadFromExportData ignore go.shape by Brad Fitzpatrick · 2 years, 9 months ago
- d5f48fc all: gofmt by Russ Cox · 2 years, 9 months ago
- f4515dd go/packages: fix load with NeedTypes but not NeedImports by Russ Cox · 3 years, 9 months ago
- 11930bd go/packages: fix handling of NeedExportFile in go list by Russ Cox · 3 years, 9 months ago
- e0095ae go/packages: fix precedence typo in needtypes calculation by Russ Cox · 3 years, 9 months ago
- e309672 go/packages: rename NeedExportsFile to NeedExportFile by Russ Cox · 3 years, 9 months ago
- 87a8611 x/tools/go/packages: add Embed support by Chris Koch · 3 years ago
- 6606179 go/packages: add a clarification about the order of Syntax by Michael Matloob · 3 years ago
- 316ba0b go/packages/packagestest: skip nested module directories in copying by Hana · 3 years, 3 months ago
- 1c35f2a internal/lsp/analysis: quick-fix to remove unnecessary type arguments by Robert Findley · 3 years, 4 months ago
- e33c0f2 go/packages: skip tests that link binaries in short mode by Bryan C. Mills · 3 years, 6 months ago
- 2583041 go/packages: fix data race in TestCgoNoSyntax by Rob Findley · 3 years, 6 months ago
- e688b94 go/packages: parallelize most tests by Bryan C. Mills · 3 years, 6 months ago
- cae92d5 go/packages: skip GOPATH tests in short mode by Bryan C. Mills · 3 years, 7 months ago
- 7922491 go/packages/packagestest: make Export skip tests involving unsupported links by Bryan C. Mills · 4 years, 8 months ago
- be4aaae all: update tests to use 'go mod download all' to populate go.sum by Jay Conrod · 3 years, 8 months ago
- ecb7392 go/packages: in overlay_test, allow test variant in second_file case by Jay Conrod · 3 years, 8 months ago
- 800adbe go/packages: enable TestIssue37098 for Go 1.17 and later by Ian Lance Taylor · 3 years, 9 months ago
- eb48d3f internal/lsp/cache: refactor diagnostic suppression by Heschi Kreinick · 4 years ago
- 2363391 all: go fmt ./... by Russ Cox · 3 years, 11 months ago
- 513be0a internal/lsp/cache: disable network for mod tidy diagnostics by Heschi Kreinick · 4 years ago
- d8a2a07 go/packages: improve go invocation errors by Heschi Kreinick · 4 years ago
- fe37c9e all: replace all usages of os/exec with golang.org/x/sys/execabs by Roland Shoemaker · 4 years ago v0.1.0
- 1e6ecd4 go/packages: don't crash if given an invalid overlay by Heschi Kreinick · 4 years ago
- 9277847 all: add copyright notices to files that are missing them by Rebecca Stambler · 4 years ago
- 1d69943 go/packages: handle variation an an error message by Michael Matloob · 4 years, 3 months ago
- d68bbb5 internal/gocommand: improve debug string by Heschi Kreinick · 4 years, 2 months ago
- 247bdb2 go/packages: start with empty environment by Heschi Kreinick · 4 years, 2 months ago
- e84cfc6 all: clear GOMODCACHE in tests by Heschi Kreinick · 4 years, 3 months ago
- 2f4fa18 go/packages: use native overlay support for 1.16 by Rebecca Stambler · 4 years, 3 months ago
- 6652d1f internal/gocommand: add a GoVersion function to avoid duplicating logic by Rebecca Stambler · 4 years, 3 months ago
- b894a32 all: use explicit -mod, -modfile fields for gocommand.Invocation by Heschi Kreinick · 4 years, 3 months ago
- d88ec18 go/analysis: add IgnoredFiles, check ignored files in buildtag check by Russ Cox · 4 years, 3 months ago
- fa01252 all: replace 'the the ' with 'the ' by phillc · 4 years, 4 months ago
- 3c2036f go/packages: support overlays for replaced modules by Rebecca Stambler · 4 years, 4 months ago
- 8f9ed77 go/packages: add roots for overlaid packages for all query types by Rebecca Stambler · 4 years, 4 months ago
- 44a2922 internal/lsp, go/packages: fix Go 1.15-related overlay bug by Rebecca Stambler · 4 years, 4 months ago