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