1. 27fd94e internal/fastwalk: doc formatting fixes (including godoc links) by Olivier Mengué · 1 year, 9 months ago
  2. d362be0 gopls/internal/lsp/filecache: reduce GC frequency by Alan Donovan · 1 year, 9 months ago
  3. 969078b Revert "go/analysis: add Sizes that matches gc size computations" by Robert Griesemer · 1 year, 9 months ago
  4. 5aa6acb go/analysis: add Sizes that matches gc size computations by Cuong Manh Le · 1 year, 10 months ago
  5. 5a89a3b go/vcs: delete by Dmitri Shuralyov · 1 year, 9 months ago
  6. d03a819 go/vcs: isolate into a nested module by Dmitri Shuralyov · 1 year, 9 months ago go/vcs/v0.1.0-deprecated
  7. a659412 go/vcs: deprecate package in favor of go list -json by Dmitri Shuralyov · 6 years ago
  8. 9d8d408 gopls/internal/lsp/cmd: list bug reports in 'gopls bug' by Alan Donovan · 1 year, 10 months ago
  9. 8f9bce4 go/ast/inspector: clarify behavior regarding comment traversal by Lasse Folger · 1 year, 10 months ago
  10. fa10359 gopls/internal/lsp/cache: don't panic when import fails during analysis by Robert Findley · 1 year, 10 months ago
  11. c8278fe gopls/internal/lsp/cache: don't record edges to invalid packages by Rob Findley · 1 year, 10 months ago
  12. 87df9bc cmd/godoc: disable TestWebIndex, a very slow test by Heschi Kreinick · 1 year, 10 months ago
  13. 63624df gopls/internal/lsp/cache: remove ITVs from shared import graph by Rob Findley · 1 year, 10 months ago
  14. 0ca9d30 gopls/internal/lsp/cache: fix nil panic in analysis toSourceDiagnostic by Alan Donovan · 1 year, 10 months ago
  15. 85554d6 gopls/internal/lsp/cache: add debugging assertion for golang/go#60904 by Alan Donovan · 1 year, 10 months ago
  16. 9960b69 gopls/internal/lsp/cache: guard against "unsafe" by package path, not ID by Robert Findley · 1 year, 10 months ago
  17. 6480332 gopls/internal/lsp/cache: use types.Unsafe in analysisPackage by Alan Donovan · 1 year, 10 months ago
  18. 155320d gopls/internal/lsp/work: don't crash when hovering over broken mod dir by Rob Findley · 1 year, 10 months ago
  19. b71392a gopls/internal/lsp/cache: reduce importing in analysis by Alan Donovan · 1 year, 10 months ago
  20. d1a388b internal/gcimporter: avoid a crash when exporting a struct with no pkg by Robert Findley · 1 year, 10 months ago
  21. a4ed05f cmd/digraph: add "to dot" to emit Graphviz dot by Austin Clements · 1 year, 10 months ago
  22. 7261b32 gopls/internal/regtest: fix goimports on windows when using vendoring by Robert Findley · 1 year, 10 months ago v0.10.0
  23. 41e4e56 gopls/internal/lsp/source/completion: ensuring completion completeness by Rob Findley · 1 year, 10 months ago
  24. ac29460 go/ssa: fix bug in writeSignature on external functions by Tim King · 1 year, 11 months ago
  25. 3b62e7e go/ssa: use core type within (*builder).receiver by Tim King · 1 year, 10 months ago
  26. f394d45 gopls/internal/lsp/cache: compute xrefs and methodsets asynchronously by Rob Findley · 1 year, 10 months ago
  27. 27dbf85 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 10 months ago
  28. c6c9830 go/types/objectpath: memoize scope lookup in objectpath.Encoder by Rob Findley · 1 year, 10 months ago
  29. 0245e1d gopls/internal/regtest/codelens: set GOWORK=off for go mod vendor by Michael Matloob · 1 year, 10 months ago
  30. 85be888 go/analysis/passes/defers: add analyser for defer mistake by Aaron Delaney · 1 year, 10 months ago
  31. c43232f cmd/digraph: improve examples using go list, mod by Alan Donovan · 1 year, 10 months ago
  32. 6e1595c internal/gcimporter: treat unknown constant values the same as invalid by Rob Findley · 1 year, 10 months ago
  33. c59d87f gopls/internal/lsp/cache: two minor simplifications by Alan Donovan · 1 year, 10 months ago
  34. db6a81e go/packages/packagestest: set Config.Logf if the test is run verbosely by Bryan C. Mills · 1 year, 10 months ago
  35. a01290f internal/typeparams: work around LookupFieldOrMethod inconsistency by Alan Donovan · 1 year, 10 months ago
  36. 6f567c8 gopls/internal/lsp/filecache: reduce lifespan of os.FileInfos by Alan Donovan · 1 year, 10 months ago
  37. 726c727 gopls/internal/lsp: enable min/max builtin completion test by Cuong Manh Le · 1 year, 10 months ago
  38. 86c93e8 gopls: unimported completion should use the completion matcher by Rob Findley · 1 year, 10 months ago
  39. 04ceacb gopls/internal/lsp/source: fix panic in typeDefinition on comparable by Rob Findley · 1 year, 10 months ago
  40. 947adca gopls/internal/lsp/source/methodsets: comparable also has no package by Rob Findley · 1 year, 10 months ago
  41. c35c44f gopls/internal/lsp/cache: add assertions by Alan Donovan · 1 year, 10 months ago
  42. 0b4461b internal/diff: fix LineEdits bug in slow path by Alan Donovan · 1 year, 10 months ago
  43. 1943c1e internal/diff: fix LineEdits bug in fast path by Alan Donovan · 1 year, 10 months ago
  44. c6d86c4 go/pointer: delete package by Alan Donovan · 1 year, 10 months ago
  45. 77fd064 go/types/objectpath: remove unnecessary unsafe import by Robert Findley · 1 year, 10 months ago
  46. 0dda7d6 go/pointer: remove replace directive by Alan Donovan · 1 year, 10 months ago go/pointer/v0.1.0-deprecated v0.9.3
  47. 98f1b4d gopls/internal/lsp/cache: check number of orphaned files after filtering by Rob Findley · 1 year, 10 months ago
  48. a260315 go/pointer: create submodule by Alan Donovan · 1 year, 10 months ago
  49. 96844c3 cmd/{guru,callgraph}: stop using go/pointer by Alan Donovan · 1 year, 10 months ago v0.9.2
  50. cd694d8 go/packages: include "unsafe".GoFiles=["unsafe.go"] by Alan Donovan · 1 year, 11 months ago
  51. 33c741d gopls/internal/lsp: add min/max builtin by Cuong Manh Le · 1 year, 10 months ago
  52. 933c7cc internal/lsp/source: use exact match in import highlighting by Alan Donovan · 1 year, 11 months ago
  53. 5974258 gopls/internal/lsp: clear vuln diagnostics on config changes by Robert Findley · 1 year, 10 months ago
  54. f3faea1 go/packages: pass -pgo=off on go1.21 and later by Rob Findley · 1 year, 10 months ago
  55. 5f74ec7 internal/lsp/debug: add links to profiles and GC by Alan Donovan · 1 year, 10 months ago
  56. ed90c6d internal/diff: unexport various identifiers by Alan Donovan · 1 year, 11 months ago
  57. 827f5aa gopls/internal/lsp/source: test references bug on struct{p.T} by Alan Donovan · 1 year, 11 months ago
  58. a12e1a6 go/ssa/interp: implement min/max builtins by Matthew Dempsky · 1 year, 11 months ago
  59. 9c97539 gopls/internal/lsp/cache: remove nested module warning by Rob Findley · 1 year, 11 months ago
  60. d44a094 gopls/internal/lsp/cmd: add a stats -anon flag to show anonymous data by Rob Findley · 1 year, 11 months ago
  61. e106694 gopls/internal/lsp: bundle certain quick-fixes with their diagnostic by Rob Findley · 1 year, 11 months ago
  62. 5dc3f74 gopls/internal/lsp/filecache: reenable memory cache layer by Alan Donovan · 1 year, 11 months ago
  63. 7e146a6 gopls/internal/lsp/cmd: simplify connection type by Alan Donovan · 1 year, 11 months ago
  64. 1e60668 gopls/internal/regtest/workspace: unskip duplicate modules test by Rob Findley · 1 year, 11 months ago
  65. 5ce721d gopls/doc: Fix broken links by Sung Yoon Whang · 1 year, 11 months ago
  66. 7a03feb gopls/internal/lsp/cmd: remove vestiges of debugging golang/go#59475 by Alan Donovan · 1 year, 11 months ago
  67. a70f2bc gopls/internal/regtest/misc: update and unskip TestHoverIntLiteral by Rob Findley · 1 year, 11 months ago
  68. 6997d19 gopls/internal/regtest/misc: unskip TestMajorOptionsChange by Rob Findley · 1 year, 11 months ago
  69. ec543c5 gopls/internal/lsp/cache: fix crash in Session.updateViewLocked by Alan Donovan · 1 year, 11 months ago
  70. a12ee94 gopls/internal/regtest/misc: update some unilaterally skipped tests by Rob Findley · 1 year, 11 months ago
  71. 5ff5cbb gopls: deprecate support for Go 1.16 and 1.17, update warnings by Rob Findley · 1 year, 11 months ago
  72. e6fd7f4 gopls/internal/lsp/cache: limit module scan to 100K files by Rob Findley · 1 year, 11 months ago
  73. 9ca66ba gopls/internal/lsp/regtest: delete TestWatchReplaceTargets by Rob Findley · 1 year, 11 months ago
  74. edbfdbe gopls/internal/lsp/source/completion: (unimported) add placeholders by Alan Donovan · 1 year, 11 months ago
  75. 3a5dbf3 gopls: add a new "subdirWatchPatterns" setting by Rob Findley · 1 year, 11 months ago
  76. 3c02551 internal/typesinternal: remove NewObjectpathFunc by Alan Donovan · 1 year, 11 months ago
  77. 0729362 present: reformat doc comment for lack of inline code by Sean Liao · 2 years, 1 month ago
  78. d4e66bd go/ssa: TestStdlib: disable check that function names are distinct by Alan Donovan · 1 year, 11 months ago
  79. 738ea2b go/ssa: use core type for field accesses by Tim King · 1 year, 11 months ago
  80. 2ec4299 gopls/internal/lsp: split file-watching glob patterns by Alan Donovan · 1 year, 11 months ago
  81. 43b02ea gopls/internal/lsp/cache: only delete the most relevant mod tidy handle by Rob Findley · 1 year, 11 months ago
  82. 5919673 internal/lsp/filecache: eliminate 'kind' directories by Alan Donovan · 1 year, 11 months ago
  83. a5ef6c3 gopls/internal/lsp: keep track of overlays on the files map by Rob Findley · 1 year, 11 months ago
  84. d7f4359 gopls/internal/lsp/mod: optimizations for mod tidy diagnostics by Rob Findley · 1 year, 11 months ago
  85. 2eb726b gopls/internal/lsp/filecache: touch only files older than 1h by Alan Donovan · 1 year, 11 months ago
  86. b742cb9 gopls/internal/regtest/bench: add a benchmark for diagnosing saves by Rob Findley · 1 year, 11 months ago
  87. 4d66324 gopls/internal/lsp/cache: tweak error message by Alan Donovan · 1 year, 11 months ago
  88. e46df40 gopls/internal/lsp/filecache: delayed tweaks from code review by Alan Donovan · 1 year, 11 months ago
  89. 3df69b8 gopls/internal/lsp/debug: remove memory monitoring by Alan Donovan · 1 year, 11 months ago
  90. a069704 gopls/internal/lsp/filecache: avoid flock by Alan Donovan · 1 year, 11 months ago
  91. 3d53c2d gopls/internal/lsp/cache: fix race in adhoc reloading by Rob Findley · 1 year, 11 months ago
  92. 8b4b27b go/analysis/passes/slog: fix Group kv offset by Jonathan Amsterdam · 1 year, 11 months ago
  93. 242e5ed cover: eliminate an unnecessary fsync in TestParseProfiles by Bryan C. Mills · 1 year, 11 months ago
  94. 651d951 go/ssa: fix typo in package docs by Matthew Dempsky · 1 year, 11 months ago
  95. 743372f gopls/internal/lsp/debug: limit to 100 recent trace entries by Rob Findley · 1 year, 11 months ago
  96. 522243a go/ssa/interp: avoid hard-coding GOOS and GOARCH by Bryan C. Mills · 1 year, 11 months ago
  97. a059382 gopls/internal/lsp/cache: fail workspace load on context cancellation by Rob Findley · 1 year, 11 months ago
  98. e5c8d4d gopls/internal/lsp/cache: unexport ValidBuildConfiguration by Rob Findley · 1 year, 11 months ago
  99. f4e8a71 go/ssa: use core type for composite literal addresses by Tim King · 1 year, 11 months ago
  100. 3b25dbd go/ssa: use core types for array length by Tim King · 1 year, 11 months ago