1. 259af5f internal/lsp: tweak implementation tests by Muir Manders · 4 years, 6 months ago
  2. bc36936 internal/lsp: fix error suppression in (*session).createView by Rebecca Stambler · 4 years, 6 months ago
  3. 6d582d5 internal/lsp/source: optimize computeFixEdits by Heschi Kreinick · 4 years, 6 months ago
  4. 330b9f1 internal/lsp/source: cap number of unimported completions by Heschi Kreinick · 4 years, 6 months ago
  5. 786dcba internal/lsp: respect References.IncludeDeclaration setting by Rebecca Stambler · 4 years, 6 months ago
  6. cec9580 internal/lsp: add error handling for self imports by Rohan Challa · 4 years, 6 months ago
  7. db903f3 internal/lsp: fix concurrent map write in file invalidation by Rebecca Stambler · 4 years, 6 months ago
  8. 3393d29 internal/lsp: propagate and handle context cancellation errors by Rebecca Stambler · 4 years, 6 months ago
  9. 7b8c859 internal/lsp/cache: clean up dead code after CL 209737 by Heschi Kreinick · 4 years, 6 months ago
  10. addffd1 internal/lsp: fix golden generation for import tests by Heschi Kreinick · 4 years, 6 months ago
  11. 6911134 internal/lsp: expose godoc or pkg.go.dev link on hover by Barnaby Keene · 4 years, 8 months ago
  12. 61fa4df internal/memoize: fix race on read of handle.function by Heschi Kreinick · 4 years, 6 months ago
  13. e140590 go/packages: remove obsolete comment about LoadMode in doc.go by Michael Matloob · 4 years, 6 months ago
  14. d1f10d1 internal/lsp: refactor and clean up text synchronization by Rebecca Stambler · 4 years, 6 months ago
  15. a588733 internal/lsp: return snapshot when creating a view by Rebecca Stambler · 4 years, 6 months ago
  16. 73c7173 internal/lsp: fix AST bookkeeping as we repair nodes by Muir Manders · 4 years, 6 months ago
  17. e84277c internal/lsp/cmd: use x/tools/gopls as the gopls bug prefix by zikaeroh · 4 years, 6 months ago
  18. 7a2a8a0 internal/lsp: propagate errors through source.DocumentSymbols by Rebecca Stambler · 4 years, 6 months ago
  19. ac41720 internal/lsp: run packages.Load only if imports are added or changed by Rebecca Stambler · 4 years, 6 months ago
  20. 427c522 go/packages: revert "handle invalid files in overlays" by Heschi Kreinick · 4 years, 6 months ago
  21. d79e56d internal/lsp: always ParseFull in-workspace dependencies by Muir Manders · 4 years, 6 months ago
  22. 0d967ef go/analysis/internal/checker: format files modified by -fix by Michael Matloob · 4 years, 6 months ago
  23. 660eba4 internal/lsp/source: extract helper, improve error messages by Heschi Kreinick · 4 years, 6 months ago
  24. 9611592 internal/lsp/cache: fix load race, refactor by Heschi Kreinick · 4 years, 6 months ago
  25. b1451cf gopls/integration: remove commented-out debug code by Iskander Sharipov · 4 years, 6 months ago
  26. c197fd4 gopls/integration: add the replay command to replay LSP logs by Peter Weinberger · 4 years, 6 months ago
  27. db047d7 internal/links: improve links parser, no protocol specification by galaxy-designer · 4 years, 6 months ago
  28. 8db9634 playground/socket: handle multi-file present play snippets by Dan Kortschak · 4 years, 7 months ago
  29. 5ae4576 internal/lsp: improve completion after accidental keywords by Muir Manders · 4 years, 6 months ago
  30. 2b6af5f internal/lsp: add nil check for control flow highlighting by Rohan Challa · 4 years, 6 months ago
  31. 5a103c9 internal/imports: make ApplyFixes work despite syntax errors by Heschi Kreinick · 4 years, 6 months ago
  32. aa29ead internal/lsp: add control flow highlighting for functions by Rohan Challa · 4 years, 6 months ago
  33. 713d489 internal/lsp/protocol: replace code for generating LSP types and stubs by Peter Weinberger · 4 years, 6 months ago
  34. ffc413e internal/lsp: suppress all errors when a view is loaded and checked by Rebecca Stambler · 4 years, 6 months ago
  35. a51b8fa internal/lsp: rename CheckPackageHandle to PackageHandle by Rebecca Stambler · 4 years, 6 months ago
  36. 6e064ea internal/lsp: link to the new pkg.go.dev instead of godoc.org by Jędrzej Szczepaniak · 4 years, 6 months ago
  37. ecd3221 internal/lsp: make sure CodeAction.Command is a pointer by Rebecca Stambler · 4 years, 6 months ago
  38. c1736c0 lsp/protocol: make sure RenameProvider is an interface{} by Peter Weinberger · 4 years, 6 months ago
  39. 9939951 internal/telemetry: lift the tests up to the request level by Ian Cottrell · 4 years, 6 months ago
  40. 724660f gopls/doc: add documentation for gopls with Atom by Rebecca Stambler · 4 years, 6 months ago
  41. 7360bd5 internal/telemtry: changed to a simpler threading model for stats by Ian Cottrell · 4 years, 6 months ago
  42. 9fe613b internal/lsp: build the wire.Node lazily by Ian Cottrell · 4 years, 6 months ago
  43. 69a79c7 internal/lsp: add some minimal validation for client capabilities by Rebecca Stambler · 4 years, 6 months ago
  44. e13f15d internal/lsp: fixes premature return in find implementations by Rohan Challa · 4 years, 6 months ago
  45. af85770 internal/lsp: remove duplicate implementations when finding implementations by Rohan Challa · 4 years, 6 months ago
  46. 2080554 tools/gopls: add cmd support for highlight by Francesco Renzi · 4 years, 6 months ago
  47. b832835 cmd/gopls/integration: remove old VS Code extension for debugging by Rebecca Stambler · 4 years, 6 months ago
  48. fc82735 internal/telemetry: delay the conversion of metrics by Ian Cottrell · 4 years, 6 months ago
  49. b0650ce godoc/static: re-add "or" function call to package.html template by Dmitri Shuralyov · 4 years, 6 months ago
  50. 73cd2cc internal/lsp: don't run analyses on the entire view by Rebecca Stambler · 4 years, 6 months ago
  51. 9f1eb44 internal/lsp/source: fix crash on short file by Heschi Kreinick · 4 years, 6 months ago
  52. efa8663 internal/lsp/tests: skip cgo tests when not supported by Heschi Kreinick · 4 years, 6 months ago
  53. 73db347 internal/lsp: do not return interface itself when finding implementations by Rohan Challa · 4 years, 6 months ago
  54. 66af5af internal/lsp/source: give more imports names by Heschi Kreinick · 4 years, 6 months ago
  55. 59b2cd7 tools/gopls: add cmd support for implementation by Jędrzej Szczepaniak · 4 years, 6 months ago
  56. b99b2d0 internal/lsp: fix return variables for FindPosInPackage by Rebecca Stambler · 4 years, 6 months ago
  57. d7101b7 internal/lsp: set version correctly after textDocument/didOpen by Rebecca Stambler · 4 years, 6 months ago
  58. 05c67e9 internal/lsp: add tests for cgo package users by Heschi Kreinick · 4 years, 6 months ago
  59. ef6787d internal/lsp: track and parse non-compiled go files by Heschi Kreinick · 4 years, 6 months ago
  60. 761dbfd internal/span: support line directives by Heschi Kreinick · 4 years, 6 months ago
  61. acc1574 internal/lsp: add documentation for package-level vars by Rohan Challa · 4 years, 6 months ago
  62. a99e43f internal/lsp: fix literal completions in variadic params by Muir Manders · 4 years, 6 months ago
  63. a911d90 internal/lsp: only search for references in reverse dependencies by Rebecca Stambler · 4 years, 6 months ago
  64. 89d49d9 internal/telemetry: make the metrics tests external by Ian Cottrell · 4 years, 6 months ago
  65. cc15fab internal/lsp: use AST to construct placeholders by Rebecca Stambler · 4 years, 6 months ago
  66. f5828fc internal/telemetry: merge the metrics tests by Ian Cottrell · 4 years, 6 months ago
  67. 2a6ccf2 internal/telemetry: compare the compact JSON by Ian Cottrell · 4 years, 6 months ago
  68. c02aa52 internal/lsp: handle first change behavior on the server side by Rebecca Stambler · 4 years, 6 months ago
  69. 2189885 internal/lsp/cache: disable analysis on dependencies (temporarily) by Rebecca Stambler · 4 years, 6 months ago
  70. 035a816 internal/lsp: improve completion ordering workaround by Muir Manders · 4 years, 6 months ago
  71. 0ae87ff internal/lsp: fix a race in the command line tests by Ian Cottrell · 4 years, 6 months ago
  72. f774e2e internal/telemetry/export/ocagent: update usages of BucketOptions to use pointers by Nathan Dias · 4 years, 6 months ago
  73. df8e87c internal/telemetry/export/ocagent: add tutorial for exporting metrics by Nathan Dias · 4 years, 6 months ago
  74. 2d3bb8c internal/telemetry/export/ocagent: correctly JSON marshal BucketOptionsExplicit by Nathan Dias · 4 years, 6 months ago
  75. f191eec internal/lsp: use snapshot to get reverse dependencies by Rebecca Stambler · 4 years, 6 months ago
  76. 004141d internal/lsp: delete the source.Diagnostic.File field by Rebecca Stambler · 4 years, 6 months ago
  77. f51c1a7 cmd/godoc: delete unused autocert hooks by Dmitri Shuralyov · 4 years, 6 months ago
  78. 66c5a5a internal/lsp: add control flow highlighting inside for loops by Rohan Challa · 4 years, 6 months ago
  79. 91381dc cmd/godoc: don't execute go list -m all when GOMOD is /dev/null by Dmitri Shuralyov · 4 years, 6 months ago
  80. eaeb383 internal/lsp: use version numbers in diagnostic messages by Rebecca Stambler · 4 years, 6 months ago
  81. cb05068 internal/lsp: don't clear diagnostics on file close by Rebecca Stambler · 4 years, 6 months ago
  82. 96ad48e internal/telemetry/export/ocagent: correctly marshal points to JSON by Nathan Dias · 4 years, 6 months ago
  83. 82924fa internal/lsp: fix diagnostics on didChange by Rebecca Stambler · 4 years, 6 months ago
  84. 947d4aa internal/lsp: make the ocagent test external by Ian Cottrell · 4 years, 6 months ago
  85. 9c44060 internal/telemetry: delay the conversion to wire format by Ian Cottrell · 4 years, 6 months ago
  86. 35ba81b internal/lsp: reorganize and refactor code by Rebecca Stambler · 4 years, 6 months ago
  87. 8fd4595 internal/lsp: rename Files to CompiledGoFiles by Heschi Kreinick · 4 years, 6 months ago
  88. 328c41b internal: avoid use of (*token.File).Name by Heschi Kreinick · 4 years, 6 months ago
  89. 4bf2f40 internal/lsp: fix and re-enable godef tests by Heschi Kreinick · 4 years, 6 months ago
  90. 17847a8 txtar/archive: add unit test function for Format by Arda Güçlü · 4 years, 6 months ago
  91. 688c506 cmd/godoc, godoc/static: remove remnants of golang.org website by Dmitri Shuralyov · 4 years, 6 months ago
  92. cefbc64 internal/lsp: make Range a pointer in Change events by Peter Weinberger · 4 years, 6 months ago
  93. 0a33398 internal/lsp: improve highlighting functionality for fields and methods by Rohan Challa · 4 years, 6 months ago
  94. b3340bd cmd/digraph: omit unnecessary empty lines in focus by Jean de Klerk · 4 years, 6 months ago
  95. e97fc27 cmd/digraph: add focus by Jean de Klerk · 4 years, 7 months ago
  96. ad01d59 internal/lsp: run diagnostics on the entire workspace by Rebecca Stambler · 4 years, 6 months ago
  97. 7f7817c internal/lsp: handle breakage caused by CL 207598 by Rebecca Stambler · 4 years, 6 months ago
  98. 298f0cb txtar: promote from internal by Jay Conrod · 4 years, 6 months ago
  99. caaa49c internal/lsp: only construct a cache when we need to by Ian Cottrell · 4 years, 6 months ago
  100. 4054736 go/analysis/passes/lostcancel: fix typo by Anthony Fok · 4 years, 6 months ago