1. 03562de refactor/satisfy/find: composite lits may have type parameter type by Rob Findley · 1 year, 8 months ago
  2. bacac14 gopls/internal/lsp/source: Add SuggestedFix for embeddirective Analyzer by Viktor Blomqvist · 1 year, 9 months ago
  3. 38606b3 gopls/internal/lsp/cache: keep analysis progress reports on one line by Rob Findley · 1 year, 8 months ago
  4. e8cdaf4 gopls/internal/lsp/cache: fast-path for type-checking active packages by Rob Findley · 1 year, 8 months ago
  5. da5abd3 gopls/internal/lsp/cache: fix use of time.NewTimer instead of NewTicker by Rob Findley · 1 year, 8 months ago
  6. b389785 gopls: fix tests that depend on log sequencing by Rob Findley · 1 year, 8 months ago
  7. 2ffc4dc all: fix some typos by cui fliter · 1 year, 8 months ago
  8. e66c3a5 gopls/internal/lsp/cache: use correct metadata in resolveImportGraph by Rob Findley · 1 year, 8 months ago
  9. 364bdd0 gopls/internal/lsp/cache: fix incorrect check for active package by Rob Findley · 1 year, 8 months ago
  10. c6e02e3 gopls/internal/lsp/source: highlight deprecated symbols by Hana (Hyang-Ah) Kim · 1 year, 9 months ago
  11. 07bfcd4 internal/gcimporter: another workaround for race to interface type set by Rob Findley · 1 year, 8 months ago
  12. db5406b gopls/internal/lsp: don't recompute diagnostics during code actions by Robert Findley · 1 year, 8 months ago
  13. 4810eda gopls/internal/lsp/cache: memoize active packages after every operation by Rob Findley · 1 year, 8 months ago
  14. fa093b2 gopls/internal/regtest/bench: add benchmarks for codeactions by Robert Findley · 1 year, 8 months ago
  15. d75c387 internal/facts: don't reexport imported facts unnecessarily by Alan Donovan · 1 year, 8 months ago
  16. 67ba599 gopls/internal/lsp/cache: fix boundary cond in parseCache age eviction by Rob Findley · 1 year, 8 months ago
  17. 478577b gopls/internal/lsp/cache: purge Analysis.Results earlier by Alan Donovan · 1 year, 8 months ago
  18. ac1b965 gopls/internal/lsp/cache: limit parallelism by Alan Donovan · 1 year, 8 months ago
  19. 4f74786 gopls/internal/lsp/cache: move purgeFuncBodies into the parse cache by Rob Findley · 1 year, 10 months ago
  20. 3577700 gopls/internal/lsp/cache: used time-based eviction in parseCache by Rob Findley · 1 year, 8 months ago
  21. 36f607b gopls/internal/lsp/frob: document another restriction by Alan Donovan · 1 year, 8 months ago
  22. 9b2c3f9 go/types/objectpath: avoid sorting methods for gopls by Rob Findley · 1 year, 8 months ago
  23. ebb9ee3 gopls/internal/lsp/cache: UX improvements for analysis by Rob Findley · 1 year, 8 months ago
  24. 3e82a5b internal/gcimporter: avoid test assumptions about internal packages in other repos by Bryan C. Mills · 1 year, 8 months ago
  25. 7ba5690 go/analysis/passes/composite: fix typo in URL field by Lasse Folger · 1 year, 8 months ago
  26. 36e4181 Revert "go/packages: avoid unnecessary dependency on StdSizes" by Russ Cox · 1 year, 8 months ago
  27. 9161e3a all: remove repetitive words by cui fliter · 1 year, 9 months ago
  28. 2842ed8 go/packages: avoid unnecessary dependency on StdSizes by Alan Donovan · 1 year, 8 months ago
  29. 84f829e gopls/internal/lsp/cache: better panic if metadata invariant is broken by Rob Findley · 1 year, 8 months ago
  30. 03275ec gopls/internal/lsp/cache: frob: a fast encoder with gob-like powers by Alan Donovan · 1 year, 8 months ago
  31. dbfa513 gopls/internal/lsp: don't awaitLoaded inside resolveImportGraph by Rob Findley · 1 year, 9 months ago
  32. b160971 gopls/internal/lsp: fix a latent bug in orphaned file reloading by Rob Findley · 1 year, 8 months ago
  33. 67aade5 internal/facts: strength-reduce Package param to PackagePath by Alan Donovan · 1 year, 8 months ago
  34. ffc82f3 gopls/internal/lsp/source/typerefs: optimize getPackageHandles by Rob Findley · 1 year, 9 months ago
  35. 50a6ef6 gopls/internal/lsp: only diagnose one package per file by Rob Findley · 1 year, 9 months ago
  36. 48026e1 internal/gcimporter: don't panic when exporting a builtin 'Error' method by Rob Findley · 1 year, 8 months ago
  37. 5fed7a8 gopls/protocol/generate: upgrade generating LSP stubs by Peter Weinberger · 1 year, 8 months ago
  38. b9fd8df gopls/internal/lsp/debug: display Analysis.Run times by Alan Donovan · 1 year, 8 months ago
  39. 799eec0 gopls/internal: update LSP support by Peter Weinberger · 1 year, 8 months ago
  40. c6de5f5 gopls/internal/lsp/source: fix spurious "unexpected var object" error by Alan Donovan · 1 year, 9 months ago
  41. ba3c31c gopls/internal/regtest/bench: add a test simulating typing by Rob Findley · 1 year, 9 months ago
  42. 80c9aad gopls/internal/regtest/bench: add an 'oracle' benchmark repo by Rob Findley · 1 year, 9 months ago
  43. e10bcf6 gopls/internal/regtest/bench: clean up profile flags by Rob Findley · 1 year, 9 months ago
  44. 50a7e14 go/types/internal/play: show enclosing scopes and method sets by Alan Donovan · 1 year, 9 months ago
  45. 12fe149 internal/typeparams: improve the panic in OriginMethod by Rob Findley · 1 year, 9 months ago
  46. 89d9fae internal/gcimporter: supporting encoding objects from different packages by Rob Findley · 1 year, 10 months ago
  47. dbd6001 go/analysis: remove pointless comments by Alan Donovan · 1 year, 9 months ago
  48. 67d73b2 internal/gopathwalk: use opts.Logf for errors if set by Bryan C. Mills · 1 year, 9 months ago
  49. 1ca2185 go/analysis: pass package's Go version to type checker by Russ Cox · 1 year, 9 months ago internal-branch.go1.21-vendor
  50. a721062 gopls/internal/regtest/workspace: fix TestQuickFix_AddGoWork for go1.21 by Rob Findley · 1 year, 9 months ago
  51. ba23fc4 internal/analysisutil: avoid IsNamed panic on built-in named types by Jonathan Amsterdam · 1 year, 9 months ago
  52. e1d0f91 go/analysis/passes/slog: unskip test by Jonathan Amsterdam · 1 year, 9 months ago
  53. c35476f gopls: commands to start/stop profiling, and a new benchmark metric by Robert Findley · 1 year, 9 months ago
  54. ec9bc53 internal/gopathwalk: use os.ReadFile instead of ioutil.ReadFile by Bryan C. Mills · 1 year, 9 months ago
  55. aac7fb6 internal/cmd/deadcode: a command to report dead code in Go programs by Alan Donovan · 1 year, 9 months ago
  56. 538a6e9 gopls/internal/lsp/source: put context first in extracted functions by Viktor Stanchev · 1 year, 9 months ago
  57. ef12545 internal/lsp/analysis: embed directive analyzer check following decl by Viktor Blomqvist · 2 years, 2 months ago
  58. 7bb8360 internal: fix typo by cui fliter · 1 year, 9 months ago
  59. 7fa7e85 go/callgraph/rta: doc tweaks by Alan Donovan · 1 year, 9 months ago
  60. d86c729 cmd/digraph: somepath: search breadth-first to find minimal path by Alan Donovan · 1 year, 9 months ago
  61. eaebeac gopls/internal/lsp/source/completion: avoid duplicates from variants by Alan Donovan · 1 year, 9 months ago
  62. ac255de cmd/digraph: consolidate -help message and package doc by Alan Donovan · 1 year, 9 months ago
  63. dfb7d24 go/analysis/passes/slog: replace XXXCtx names with XXXContext by Jonathan Amsterdam · 1 year, 9 months ago
  64. 8f07782 gopls/internal/lsp: make gopls.start_debugging open browser by Alan Donovan · 1 year, 9 months ago
  65. 4b177d0 go/callgraph/rta: optimise 'implements' operation by Alan Donovan · 1 year, 9 months ago
  66. eaca1d0 gopls/internal/lsp/filecache: increase idle GC period to 6 hours by Alan Donovan · 1 year, 9 months ago
  67. 124ebfa internal/pprof: a function to compute total pprof time by Alan Donovan · 1 year, 9 months ago
  68. 8304532 go/callgraph/rta: model reflective calls soundly by Alan Donovan · 1 year, 9 months ago
  69. f9f582e go/packages: pass go list-reported Go language version to type checker by Russ Cox · 1 year, 9 months ago
  70. e7916d0 gopls/internal/lsp/source/completion: honor usePlaceholders by Alan Donovan · 1 year, 9 months ago
  71. 1d07f1b gopls/internal/lsp/source/completion: placeholders for type params by Alan Donovan · 1 year, 9 months ago
  72. 2d90701 gopls/internal/regtest/marker: skip addgowork.txt by Robert Findley · 1 year, 9 months ago
  73. 8060af9 gopls/internal/lsp/source/xrefs: include refs to methods of generics by Alan Donovan · 1 year, 9 months ago
  74. a8cf665 gopls/internal/lsp/source: ignore objectpath error in rename by Alan Donovan · 1 year, 9 months ago
  75. eeb93ed gopls: remove dead code by Alan Donovan · 1 year, 9 months ago
  76. 781c467 gopls/internal/lsp/cache: plumb analysis URLs to client by Alan Donovan · 1 year, 9 months ago
  77. 675bf3c go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 9 months ago v0.11.0
  78. ad52c1c go/ssa/interp: support conversions to slices of named bytes by Tim King · 1 year, 10 months ago
  79. 14ec3c0 gopls/doc/contributing.md: document error handling strategies by Alan Donovan · 1 year, 9 months ago
  80. c495364 go/packages/gopackages: document -mode flag by Alan Donovan · 1 year, 9 months ago
  81. 87ad891 gopls/internal/lsp/source/typerefs: move test into _test.go by Alan Donovan · 1 year, 10 months ago
  82. 27fd94e internal/fastwalk: doc formatting fixes (including godoc links) by Olivier Mengué · 1 year, 9 months ago
  83. d362be0 gopls/internal/lsp/filecache: reduce GC frequency by Alan Donovan · 1 year, 9 months ago
  84. 969078b Revert "go/analysis: add Sizes that matches gc size computations" by Robert Griesemer · 1 year, 9 months ago
  85. 5aa6acb go/analysis: add Sizes that matches gc size computations by Cuong Manh Le · 1 year, 10 months ago
  86. 5a89a3b go/vcs: delete by Dmitri Shuralyov · 1 year, 9 months ago
  87. d03a819 go/vcs: isolate into a nested module by Dmitri Shuralyov · 1 year, 9 months ago go/vcs/v0.1.0-deprecated
  88. a659412 go/vcs: deprecate package in favor of go list -json by Dmitri Shuralyov · 6 years ago
  89. 9d8d408 gopls/internal/lsp/cmd: list bug reports in 'gopls bug' by Alan Donovan · 1 year, 9 months ago
  90. 8f9bce4 go/ast/inspector: clarify behavior regarding comment traversal by Lasse Folger · 1 year, 9 months ago
  91. fa10359 gopls/internal/lsp/cache: don't panic when import fails during analysis by Robert Findley · 1 year, 9 months ago
  92. c8278fe gopls/internal/lsp/cache: don't record edges to invalid packages by Rob Findley · 1 year, 9 months ago
  93. 87df9bc cmd/godoc: disable TestWebIndex, a very slow test by Heschi Kreinick · 1 year, 9 months ago
  94. 63624df gopls/internal/lsp/cache: remove ITVs from shared import graph by Rob Findley · 1 year, 10 months ago
  95. 0ca9d30 gopls/internal/lsp/cache: fix nil panic in analysis toSourceDiagnostic by Alan Donovan · 1 year, 9 months ago
  96. 85554d6 gopls/internal/lsp/cache: add debugging assertion for golang/go#60904 by Alan Donovan · 1 year, 9 months ago
  97. 9960b69 gopls/internal/lsp/cache: guard against "unsafe" by package path, not ID by Robert Findley · 1 year, 9 months ago
  98. 6480332 gopls/internal/lsp/cache: use types.Unsafe in analysisPackage by Alan Donovan · 1 year, 9 months ago
  99. 155320d gopls/internal/lsp/work: don't crash when hovering over broken mod dir by Rob Findley · 1 year, 10 months ago
  100. b71392a gopls/internal/lsp/cache: reduce importing in analysis by Alan Donovan · 1 year, 10 months ago