1. f4b4e63 internal/lsp: fix unnecessary error logging by litleleprikon · 4 years, 10 months ago
  2. 128c804 internal/lsp: handle language ID in didOpen calls by Rebecca Stambler · 4 years, 11 months ago
  3. 8308f91 internal/lsp: add links search in comments and string literals by litleleprikon · 4 years, 10 months ago
  4. 63f37bb internal/lsp: fix some cases of stuck files by Muir Manders · 4 years, 10 months ago
  5. d5f4554 go/analysis: update internal/facts and unit checker to support all(Package|Object)Facts methods by Michael Matloob · 4 years, 10 months ago
  6. 9a621ae internal/lsp: update the generated lsp protocol by Ian Cottrell · 4 years, 10 months ago
  7. 9c57229 internal/lsp: add prometheus exporting of all metrics by Ian Cottrell · 4 years, 10 months ago
  8. 75aaaba internal/lsp: reduce trace package to minimal StartSpan for now by Ian Cottrell · 4 years, 11 months ago
  9. 6156d14 internal/lsp: add the metrics package by Ian Cottrell · 4 years, 10 months ago
  10. 01b81f4 internal/lsp: support hover for *ast.ImportSpec by Henry Wong · 4 years, 10 months ago
  11. 5f93517 internal/lsp: stop making background contexts everywhere by Ian Cottrell · 4 years, 10 months ago
  12. 2868181 digraph: clean up docs, usage, copyright by Jean de Klerk · 4 years, 11 months ago
  13. 5548466 internal/lsp: update version and go.mod by Rebecca Stambler · 4 years, 10 months ago
  14. 831012c internal/lsp/debug: increase gopls version before tagging new version by Rebecca Stambler · 4 years, 10 months ago
  15. 7b25e35 internal/lsp: rename identifiers in test packages by Suzy Mueller · 4 years, 10 months ago
  16. f82b303 internal/lsp: add new stats library by Ian Cottrell · 4 years, 10 months ago
  17. 75a6f91 internal/lsp: add the new form of the telemetry tagging package by Ian Cottrell · 4 years, 10 months ago
  18. 8962968 internal/lsp: add the worker package by Ian Cottrell · 4 years, 10 months ago
  19. 4f9eeaf internal/lsp: add documentation to completion items by Rebecca Stambler · 4 years, 11 months ago
  20. e491332 internal/lsp: compare names when finding references by Suzy Mueller · 4 years, 10 months ago
  21. d255de4 internal/lsp: don't refresh metadata when context canceled by Muir Manders · 4 years, 10 months ago
  22. 07655f7 internal/lsp: return an error when renaming a builtin by Suzy Mueller · 4 years, 10 months ago
  23. c885524 go/packages: add documentation on the driver protocol. by Michael Matloob · 4 years, 10 months ago
  24. c93f28b internal/lsp: check no errs for assignability rename by Suzy Mueller · 4 years, 11 months ago
  25. dd7c717 internal/lsp: remove the unused function 'markupContent'. by Henry Wong · 4 years, 10 months ago
  26. 60762fc internal/lsp: fix test failure introduced in CL 185058 by Paul Jolly · 4 years, 10 months ago
  27. 72ffa07 internal/span: handle character values beyond end of line in FromUTF16Column by Paul Jolly · 4 years, 11 months ago
  28. 2214986 internal/lsp/fuzzy: add fuzzy matching library by Rebecca Stambler · 4 years, 11 months ago
  29. 719fbf7 internal/lsp: move function signature into detail instead of label by Rebecca Stambler · 4 years, 11 months ago
  30. 504de27 internal/lsp: connect memoize actions to their callers by Ian Cottrell · 4 years, 11 months ago
  31. 4457e4c internal/lsp: add some trace spans to important functions by Ian Cottrell · 5 years ago
  32. abb7e64 internal/lsp: include declaration for references by Suzy Mueller · 4 years, 11 months ago
  33. 063514c internal/lsp/cmd: replace time.Tick with time.After by Jonathan Amsterdam · 4 years, 11 months ago
  34. a00916d internal/lsp: fix deadlocks loading lots of files at once by Muir Manders · 4 years, 11 months ago
  35. 1c78e26 internal/lsp: add configuration for hover levels by Rebecca Stambler · 4 years, 11 months ago
  36. 9d59f9e internal/lsp: improve completion support for untyped constants by Muir Manders · 4 years, 11 months ago
  37. 44aeb8b cmd/present: correct function reference. by Johan Brandhorst · 4 years, 11 months ago
  38. 7e72c71 internal/lsp: hide signature help in function literals by Rebecca Stambler · 4 years, 11 months ago
  39. f80f671 internal/lsp: support renaming import specs by Suzy Mueller · 4 years, 11 months ago
  40. 9bea2ec internal/imports: refactor to split finding and applying fixes by Suzy Mueller · 4 years, 11 months ago
  41. 38ae2c8 internal/lsp, internal/imports: use the internal goimports library by Rebecca Stambler · 4 years, 11 months ago
  42. e47c3d9 internal/lsp: check file content on disk when opening by Rebecca Stambler · 4 years, 11 months ago
  43. 58bb5bb internal/lsp: find references in test packages by Suzy Mueller · 4 years, 11 months ago
  44. e750c41 internal/lsp: handle the context.only parameter for code actions by Rebecca Stambler · 4 years, 11 months ago
  45. 30f1cf7 internal/lsp: improve completion support for type conversions by Muir Manders · 4 years, 11 months ago
  46. 970b2b0 internal/lsp: fix bug where gopls hangs on manually typed imports by Rebecca Stambler · 4 years, 11 months ago
  47. fb37f6b internal/lsp: fix deadlock in type-checking by Rebecca Stambler · 4 years, 11 months ago
  48. 59bec04 internal/lsp: clear diagnostics for files on close, even with errors by Rebecca Stambler · 4 years, 11 months ago
  49. d5de6b6 tools: update go.mod by Rebecca Stambler · 4 years, 11 months ago
  50. 6cfa556 internal/lsp: check ident exists for comment rename by Suzy Mueller · 4 years, 11 months ago
  51. 86796bd internal/lsp: update version by Rebecca Stambler · 4 years, 11 months ago
  52. e9dfff8 gopls: update go.mod file by Rebecca Stambler · 4 years, 11 months ago
  53. af4a5fc internal/lsp: fix bug in missing imports tracking by Rebecca Stambler · 4 years, 11 months ago
  54. 6cdbf07 internal/lsp: new requests.ts to generate new versions of tsclient.go and tsserver.go by pjw · 4 years, 11 months ago
  55. 212fb13 internal/lsp: match completions case-insensitively by Rebecca Stambler · 4 years, 11 months ago
  56. 85b1a4b internal/jsonrpc2: add some extra comments by Ian Cottrell · 4 years, 11 months ago
  57. 94c5763 internal/lsp: handle err in formatRange by Rebecca Stambler · 4 years, 11 months ago
  58. 19ff4ff go/packages: avoid loading some packages in when computing overlays by Michael Matloob · 5 years ago
  59. aac0b97 go/packages: fix bug in contains for ad-hoc packages by Michael Matloob · 4 years, 11 months ago
  60. 4298585 internal/lsp: provide deep completion candidates by Muir Manders · 4 years, 11 months ago
  61. 9947fec internal/lsp: modify check for a missing package by Rebecca Stambler · 4 years, 11 months ago
  62. 1a55b15 internal/lsp/source: move the common path to the left by Edward Muller · 4 years, 11 months ago
  63. ba023a1 Revert "internal/lsp: modify check for a missing package" by Rebecca Stambler · 4 years, 11 months ago
  64. 55ee3a4 internal/lsp: modify check for a missing package by Rebecca Stambler · 4 years, 11 months ago
  65. 4e38253 internal/span: catch potential panics in go/token by Rebecca Stambler · 4 years, 11 months ago
  66. 043e3d9 internal/lsp: fix race condition in type-checking by Rebecca Stambler · 4 years, 11 months ago
  67. 0707a68 all: go mod tidy all modules under x/tools by Paul Jolly · 4 years, 11 months ago
  68. 4874f86 internal/jsonrpc2: change the concurrency strategy by Ian Cottrell · 5 years ago
  69. 619de4e internal/jsonrpc2: refactor to enable a more advanced request by Ian Cottrell · 5 years ago
  70. a6ef77d internal/jsonrpc2: add telemetry to the rpc system by Ian Cottrell · 5 years ago
  71. 47ea215 internal/lsp: propagate context.Canceled when type checking by Muir Manders · 4 years, 11 months ago
  72. 5d636af internal/lsp: improve completion support for type assertions by Muir Manders · 4 years, 11 months ago
  73. a575db7 go/packages: check error in addNeededOverlayPackages by Rebecca Stambler · 4 years, 11 months ago
  74. e8e6be9 internal/lsp: plumb suggested fixes through the LSP by Michael Matloob · 5 years ago
  75. 7ef8a99 internal/lsp: enable incrementalSync by default by Rebecca Stambler · 5 years ago
  76. cd2ed85 internal/lsp: fix panic in computing file version by Rebecca Stambler · 4 years, 11 months ago
  77. cf32dd8 go/analysis/doc: add doc about suggested_fixes. by Michael Matloob · 5 years ago
  78. d1f6565 internal/lsp/source: don't panic compiling regex by Edward Muller · 5 years ago
  79. 3cbd95d internal/lsp: support a file belonging to multiple packages by Rebecca Stambler · 5 years ago
  80. 252024b internal/lsp: separate refactorings out of memoization CL by Rebecca Stambler · 5 years ago
  81. a101b04 cmd/present: use unique key for destSlide in local store by Daniela Petruzalek · 5 years ago
  82. 7f22187 go/loader: document that package is deprecated by Dmitri Shuralyov · 5 years ago
  83. 663943a go/packages: fix mistake for ad-hoc packages by Rebecca Stambler · 5 years ago
  84. 64633d5 internal/lsp: add telemetry stubs by Ian Cottrell · 5 years ago
  85. 70d3714 internal/lsp: update doc comments on rename by Suzy Mueller · 5 years ago
  86. 8ea4f8e refactor/rename: remove extraneous space by Agniva De Sarker · 5 years ago
  87. 6e04913 internal/lsp: fix bug in creating token.Files by Rebecca Stambler · 5 years ago
  88. 1fa5683 internal/lsp: check for conflicts on rename by Suzy Mueller · 5 years ago
  89. 494e18b internal/lsp: send client expected rename provider by Suzy Mueller · 5 years ago
  90. 4310333 internal/lsp: fix function value completions by Muir Manders · 5 years ago
  91. e0e20f2 go/packages: trim errors returned by go list by Michael Matloob · 5 years ago
  92. 4adf7a7 internal/lsp: add identifier renaming by Suzy Mueller · 5 years ago
  93. 22e91af internal/lsp: apply type modifiers to completion candidate by Muir Manders · 5 years ago
  94. b76e30f internal/lsp: fix references for type switch vars by Suzy Mueller · 5 years ago
  95. 8b2b8cf internal/lsp: add a field on the package to store diagnostics by Michael Matloob · 5 years ago
  96. c152035 go/packages: support test files in overlays by Michael Matloob · 5 years ago
  97. bf5f34b internal/lsp: remove the redundant `Server.Run()` call. by Henry Wong · 5 years ago
  98. 04b924a internal/lsp: enable textDocument/didSave notifications by Rebecca Stambler · 5 years ago
  99. ab136c9 internal/lsp: switching debug pages to not use the default mux by Ian Cottrell · 5 years ago
  100. fdf1049 internal/lsp: determine diagnostics to show per-file, not per-package by Rebecca Stambler · 5 years ago