1. 025ebe6 gopls/internal/lsp/cache: associate env with folders, not views by Rob Findley · 1 year, 3 months ago
  2. 59384bc gopls/internal/lsp/cache: switch to new bestViewForURI logic by Rob Findley · 1 year, 3 months ago
  3. 4d2b6e1 gopls/internal: remove old diff by qiulaidongfeng · 1 year, 3 months ago
  4. c0305a8 gopls/internal/lsp/server: simplify logic for diagnosing changed files by Rob Findley · 1 year, 4 months ago
  5. c21f267 gopls/internal/lsp: remove lsp path segment by Alan Donovan · 1 year, 4 months ago
  6. 5995d31 gopls/internal/util: more renamings by Alan Donovan · 1 year, 4 months ago
  7. f291bf8 gopls: update lsp stubs by Peter Weinberger · 1 year, 4 months ago
  8. db5acf6 gopls/internal/util: move lru,frob,bug,{ast,types,path}util here by Alan Donovan · 1 year, 4 months ago
  9. 147b88d internal/server: factor protocol.NonNilSlice by Alan Donovan · 1 year, 4 months ago
  10. 6e052bb gopls/internal/server: rename from lsp by Alan Donovan · 1 year, 4 months ago[Renamed (99%) from gopls/internal/lsp/general.go]
  11. c04fbc0 gopls/internal/lsp: cleanups to view logic by Alan Donovan · 1 year, 4 months ago
  12. 73e70de gopls/internal/lsp: factor showMessage calls by Alan Donovan · 1 year, 4 months ago
  13. eee280c gopls/internal/lsp/protocol: reject non-'file' scheme DocumentURIs by Alan Donovan · 1 year, 4 months ago
  14. e7d61d9 gopls/internal/lsp/cache: simplify named error values by Rob Findley · 1 year, 4 months ago
  15. fdf06f2 gopls: simplify the Snapshot and View interfaces by Rob Findley · 1 year, 4 months ago
  16. 2529481 gopls/internal/lsp: eliminate server code generation by Alan Donovan · 1 year, 4 months ago
  17. 42d9779 gopls: move settings to a settings package by Rob Findley · 1 year, 4 months ago
  18. c823488 gopls: move file-related types to a 'file' package by Rob Findley · 1 year, 4 months ago
  19. 1cab127 gopls/internal/lsp/protocol: rename URI.Filename -> Path by Alan Donovan · 1 year, 4 months ago
  20. 21a46d4 gopls/internal/lsp/protocol: inline .SpanURI() away by Alan Donovan · 1 year, 4 months ago
  21. ccacebc gopls/internal/lsp/span: inline URI away by Alan Donovan · 1 year, 4 months ago
  22. 979df5b gopls/internal/span: identify span.URI and protocol.DocumentURI by Alan Donovan · 1 year, 4 months ago
  23. cae49bd gopls/internal/goversion: split out of lsp (server) package by Alan Donovan · 1 year, 4 months ago
  24. 7954689 gopls/internal/lsp: unexport Server by Alan Donovan · 1 year, 4 months ago
  25. fda3fe3 gopls/internal/lsp: use the correct options for semantic tokens legend by Rob Findley · 1 year, 5 months ago
  26. 64beb95 gopls/internal/lsp/command: add maybePromptForTelemetry by Hana (Hyang-Ah) Kim · 1 year, 6 months ago
  27. a3c6fd8 gopls/internal/lsp: add an idle prompt asking users to enable telemetry by Rob Findley · 1 year, 6 months ago
  28. 0a9721c gopls/internal/lsp: move options into the snapshot by Rob Findley · 1 year, 6 months ago
  29. fb4bd11 gopls/internal/lsp/cache: move Option management to the Server by Rob Findley · 1 year, 6 months ago
  30. 33da5c0 gopls/internal/telemetry: record Go version used in each view by Hana (Hyang-Ah) Kim · 1 year, 7 months ago
  31. 4b271f9 gopls: add gopls/client telemetry counters by Hana (Hyang-Ah) Kim · 1 year, 8 months ago
  32. 5ff5cbb gopls: deprecate support for Go 1.16 and 1.17, update warnings by Rob Findley · 1 year, 10 months ago
  33. 3a5dbf3 gopls: add a new "subdirWatchPatterns" setting by Rob Findley · 1 year, 10 months ago
  34. 2ec4299 gopls/internal/lsp: split file-watching glob patterns by Alan Donovan · 1 year, 10 months ago
  35. e2f3b25 gopls/internal/bug: record bug reports in file cache by Alan Donovan · 1 year, 11 months ago
  36. 4baa3dc gopls/internal/bug: move bug package into gopls by Alan Donovan · 1 year, 11 months ago
  37. e286d22 gopls/internal/lsp: eliminate diagnoseDetached by Rob Findley · 1 year, 11 months ago
  38. 6492058 gopls: strict LSP compliance for empty slices by Peter Weinberger · 2 years ago
  39. f796361 gopls/internal/lsp: add tracing instrumentation for all Server methods by Robert Findley · 2 years ago
  40. 36ed0b1 gopls/internal/lsp/source: rename snapshot.GetFile to ReadFile by Alan Donovan · 2 years ago
  41. 4942052 gopls/protocol/generate: remove more special cases by Peter Weinberger · 2 years, 1 month ago
  42. e85b533 gopls/protocol: remove stub special cases by Peter Weinberger · 2 years, 1 month ago
  43. b5d65e0 tools/gopls: register semantic tokens statically by Peter Weinberger · 2 years, 2 months ago
  44. c4c6aa6 internal/lsp/cache: don't panic in Snapshot on a shutdown view by Robert Findley · 2 years, 2 months ago
  45. a7f033a gopls/internal/lsp: consolidate the FileHandle API by Robert Findley · 2 years, 2 months ago
  46. 224a61b gopls/internal/lsp/source: delete Snapshot.WriteEnv method by Alan Donovan · 2 years, 3 months ago
  47. 1270fd7 gopls/internal/lsp: announce selectionRangeProvider capability by Hana (Hyang-Ah) Kim · 2 years, 3 months ago
  48. 32e1cb7 gopls/internal/lsp: clarify control around diagnostics by Alan Donovan · 2 years, 5 months ago
  49. e074ef8 gopls/internal: don't show a warning if the Go version is undetected by Robert Findley · 2 years, 5 months ago
  50. 42cb7be gopls/internal/lsp: improve the Go version deprecation message by Robert Findley · 2 years, 5 months ago
  51. 89b4335 gopls/internal/lsp: merge notifications about deprecated settings by Robert Findley · 2 years, 5 months ago
  52. 20c1ee7 gopls/internal/lsp: warn about Go versions that are too old by Robert Findley · 2 years, 6 months ago
  53. 26a95e6 gopls/internal/span: move internal/span into gopls by Alan Donovan · 2 years, 5 months ago
  54. 1578244 gopls: set codelensProvider in initialize response by Suzy Mueller · 2 years, 6 months ago
  55. 9250e22 internal/lsp: latest version of LSP stubs by Peter Weinberger · 2 years, 7 months ago
  56. b15dac2 gopls: migrate internal/lsp to gopls/internal/lsp by Robert Findley · 2 years, 7 months ago[Renamed (98%) from internal/lsp/general.go]
  57. 3db2cdc internal/lsp: wait for ongoing work to complete during server shutdown by Robert Findley · 2 years, 8 months ago
  58. 71dc5e2 internal/lsp/cache: make snapshot reference counting uniform by Alan Donovan · 2 years, 8 months ago
  59. 53ead67 internal/memoize: delete Generation and Bind by Alan Donovan · 2 years, 8 months ago
  60. 871637b internal/lsp: add settings for inlay hints and enable by Suzy Mueller · 2 years, 9 months ago
  61. 76325da internal/lsp/progress: detach context for all progress notifications by Robert Findley · 2 years, 10 months ago
  62. b62b00f internal/lsp: add an option to get notified of bug reports by Robert Findley · 3 years ago
  63. 93852cb internal/lsp: fix source.CompareDiagnostic asymmetry by Alan Donovan · 2 years, 10 months ago
  64. 37590b3 gopls: remove usage of golang.org/x/xerrors by Robert Findley · 2 years, 11 months ago
  65. 7cc24c2 gopls: upgrade staticcheck to v0.3.0 by Robert Findley · 3 years ago
  66. 2405dce internal/lsp: use placeholders with prepare rename by Suzy Mueller · 3 years, 4 months ago
  67. 3f6aab1 internal/lsp: honor the file kind provided by clients for overlays by Robert Findley · 3 years, 2 months ago
  68. 68b574a internal/template: identify template files by the templateExtensions option by pjw · 3 years, 2 months ago
  69. e1e2965 all: update install commands to go install pkg@version by Sean Liao · 3 years, 5 months ago
  70. 4ea6123 internal/lsp: don't add multiple views for the same folder by Rebecca Stambler · 3 years, 5 months ago
  71. 24389d4 internal/lsp: use the correct dynamic registration booleans by Rebecca Stambler · 3 years, 6 months ago
  72. 116feae internal/lsp: move the progress tracker to the session by Rebecca Stambler · 3 years, 10 months ago
  73. 49064d2 internal/lsp: report used semantic token order in registerCapability by Pontus Leitzler · 3 years, 10 months ago internal-branch.go1.17-vendor
  74. f451690 internal/lsp/lsprpc: partial integration of the jsonrpc_v2 library by Rob Findley · 3 years, 10 months ago
  75. 3e17c62 internal/lsp: warn users who have built gopls with go-diff v1.2.0 by Rebecca Stambler · 3 years, 11 months ago
  76. 6d45e3d internal/lsp: add a temp workspace per folder, and a helper command by Rob Findley · 4 years ago
  77. b4639cc internal/lsp/protocol: fix vet error in tsprotocol.go by pjw · 4 years, 1 month ago
  78. c3402e3 internal/lsp: update to latest version of LSP protocol by pjw · 4 years, 2 months ago
  79. 2e53cd6 internal/lsp: explicitly watch all known directories by Rebecca Stambler · 4 years, 4 months ago
  80. 2c860bd internal/lsp: fix some incorrect spelling by Rob Findley · 4 years, 4 months ago
  81. 9036a0f Revert "internal/lsp: explicitly watch all known directories" by Rebecca Stambler · 4 years, 4 months ago
  82. 3c3a812 internal/lsp: explicitly watch all known directories by Rebecca Stambler · 4 years, 4 months ago
  83. 6f6c72a internal/lsp: fix capability registration for semantic tokens by Rebecca Stambler · 4 years, 4 months ago
  84. eeaa07d internal/lsp: remove gopls-<name> configuration by Rebecca Stambler · 4 years, 4 months ago
  85. 7099162 internal/lsp: remove dead code by Rob Findley · 4 years, 4 months ago
  86. 3db8fd2 internal/lsp: use a structured format for the server's version by Rebecca Stambler · 4 years, 5 months ago
  87. 330dc7d internal/lsp/cache: assign a static temp workspace dir to the first view by Rob Findley · 4 years, 5 months ago
  88. ac612af internal/lsp: fix the logic to avoid duplicate file watching by Rebecca Stambler · 4 years, 4 months ago
  89. 13b3b30 internal/lsp/semantic.go: remove global variable by Peter Weinbergr · 4 years, 5 months ago
  90. d105bfa internal/lsp: dynamically register semantic tokens by Rebecca Stambler · 4 years, 5 months ago
  91. f5c826d internal/lsp: hold notifications until gopls is initialized by Peter Weinbergr · 4 years, 5 months ago
  92. 0a3dccc internal/lsp/source: add a FileSource interface by Rob Findley · 4 years, 5 months ago
  93. 23a3aa1 internal/lsp: improve handling of files not in views by Heschi Kreinick · 4 years, 5 months ago
  94. 66e72d0 internal/lsp: print the go version only once the view is created by Rebecca Stambler · 4 years, 6 months ago
  95. c8c0a1c internal/lsp/semantic.go: add the skeleton for supporting semantic tokens by Peter Weinbergr · 4 years, 6 months ago
  96. a0ef9b6 internal/lsp: prepare for deletion of view.modURI by Rebecca Stambler · 4 years, 6 months ago
  97. 655488c internal/lsp: fix concurrency issues in view initialization by Rebecca Stambler · 4 years, 6 months ago
  98. c537a34 internal/lsp: pass options by reference instead of by value by Rebecca Stambler · 4 years, 6 months ago
  99. d1954cc internal/lsp: run gopls as long as there is one folder with a file URI by Rebecca Stambler · 4 years, 7 months ago
  100. 021d7c6 lsp/general.go: change error messages to give more context by Peter Weinbergr · 4 years, 7 months ago