1. 7cc24c2 gopls: upgrade staticcheck to v0.3.0 by Robert Findley · 3 years ago
  2. 1f763df internal/lsp: add semantic tokens for arrows in declarations by pjw · 3 years ago
  3. 74cea6e internal/imports: ignore some line directives by Peter Weinberger · 3 years ago
  4. 37acb39 internal/lsp: run vulncheck in specified dir by Suzy Mueller · 3 years ago
  5. 4077921 all: fix spelling by Dan Kortschak · 3 years ago
  6. ff66cbe internal/lsp: remove unused parameters from moduleAtVersion by Dylan Le · 3 years ago
  7. 153e30b internal/lsp/lsprpc: only propagate explicit GOWORK when using remote by Pontus Leitzler · 3 years ago
  8. cda13e2 internal/lsp: fix incorrect line and start of semantic tokens by hiroebe · 3 years ago
  9. b9a4807 internal/gopathwalk: remove unnecessary call to os.Lstat by Charlie Vieth · 3 years ago
  10. 54af36e internal/lsp: handle invalid URL args in command params by Hana · 3 years ago
  11. 707beb0 internal/lsp/source: descend into fields and field lists in qualifyExpr by Robert Findley · 3 years ago
  12. 1e5ae83 internal/lsp/command: remove unnecessary json struct tag by Hana · 3 years ago
  13. b7db7eb internal/lsp/cmd: add vulncheck command by Hana · 3 years ago
  14. 78ff15e tools: fix some typos by cuishuang · 3 years ago
  15. 4adaded internal/lsp/source: handle empty strings in directoryFilters by Robert Findley · 3 years ago
  16. 2536df9 internal/lsp/source: include builtin name in hovered signature by Robert Findley · 3 years ago
  17. cd31eaa internal/lsp/command: add RunVulncheckExp by Hana · 3 years ago
  18. 4737f45 internal/lsp/command: add VulncheckArgs/Result types by Hana · 3 years ago
  19. 9814b1b gopls: update settings link to code lenses by Robert Findley · 3 years ago
  20. 1428e83 lsp/completion: fix bogus generic func conversion by Muir Manders · 3 years ago
  21. cbdab03 lsp/completion: fix bogus type param candidate by Muir Manders · 3 years ago
  22. 3a6cbd6 lsp/completion: improve completion for func type params by Muir Manders · 3 years ago
  23. 86b02b3 internal/lsp/cache: check for nil WorkFile.Go by Robert Findley · 3 years ago
  24. 5ea13d0 internal/lsp/source: move doc links to the bottom of hover by Robert Findley · 3 years ago
  25. 779dfa4 internal/lsp: invalidate package on go.mod change with go.work by Suzy Mueller · 3 years ago
  26. c7b0e9a internal/lsp/template: fix processing of multi-line tokens by Peter Weinbergr · 3 years ago
  27. e998cd2 internal/lsp: remove unused code by Hana · 3 years ago
  28. 877ec07 internal/lsp/cache: remove unused code by Hana · 3 years ago
  29. 85d68bc internal/lsp: update LSP stubs, including provisional InlayHints by pjw · 3 years ago
  30. fb5dfde internal/imports: update stdlib index for 1.18 by Heschi Kreinick · 3 years ago
  31. 77aa08b internal/completion: default to regular completion for f.Fuzz without f.Add by Peter Weinbergr · 3 years ago
  32. 6799a7a internal/lsp/source: canonicalize objects in reference/rename requests by Robert Findley · 3 years ago v0.1.10
  33. 54a569a internal/imports: use first quote when matching import path by Josh Humphries · 3 years ago
  34. ee31f70 internal/lsp: add completion for use directives by Michael Matloob · 3 years ago
  35. 622cf7b internal/lsp/cache: copy workFile when invalidating workspace by Michael Matloob · 3 years ago
  36. c773560 internal/lsp/cache: set GOWORK=off when mutating modfiles by Robert Findley · 3 years ago
  37. 613589d internal/lsp: more precise completions for *testing.F fuzz methods by Peter Weinberger · 3 years, 1 month ago
  38. b105aac internal/lsp: use regexp to add go mod edit -go quick fix by Suzy Mueller · 3 years ago
  39. 03d333a internal/lsp: add snippet completion for function type parameters by Robert Findley · 3 years ago
  40. b59c441 internal/lsp/cache: always consider go.work files for ws expansion by Robert Findley · 3 years ago
  41. e562276 internal/lsp: add hover for go.work use statements by Michael Matloob · 3 years ago
  42. 121d1e4 internal/lsp: report diagnostics on go.work files by Michael Matloob · 3 years ago
  43. 3ce7728 internal/lsp/source: support stubbing concrete type params by Marwan Sulaiman · 3 years ago
  44. 3286927 internal/lsp/cache: construct workspace even when go.work has error by Michael Matloob · 3 years ago
  45. 4a5e7f0 internal/lsp: correctly apply file edits for edit go directive by Suzy Mueller · 3 years ago
  46. ffa170d internal/jsonrpc2_v2: fix a racy map assignment in readIncoming by Bryan C. Mills · 3 years ago
  47. 5d35a75 internal/jsonrpc2_v2: clarify documentation by Bryan C. Mills · 3 years ago
  48. c2ddf3d internal/lsp: add quick fix for unsupported feature by Suzy Mueller · 3 years, 1 month ago
  49. 9ffa3ad internal/lsp: Provide completions for test function definitions by pjw · 3 years, 1 month ago
  50. b7525f4 internal/lsp: hash go version into package key by Suzy Mueller · 3 years ago
  51. 5210e0c gopls: wire in LangVersion and ModulePath for gofumpt formatting by Robert Findley · 3 years, 1 month ago
  52. 258e473 internal/lsp/source: disable the useany analyzer by default by Robert Findley · 3 years, 1 month ago
  53. b7d2949 internal/lsp: don't store diagnostics for builtin.go by Matheus Alcantara · 3 years, 1 month ago
  54. 3e31058 internal/imports: update to permit multiple main modules by Michael Matloob · 3 years, 1 month ago
  55. 43f084e internal/typesinternal: update typesinternal for 1.18 by Suzy Mueller · 3 years, 1 month ago
  56. 897bd77 internal/gocommand: remove support for -workfile by Robert Findley · 3 years, 1 month ago
  57. adcfb65 internal/lsp/source: use the object as the hover source for type params by Robert Findley · 3 years, 1 month ago
  58. 411d040 internal/lsp/source: clean up the interface to hover information by Robert Findley · 3 years, 1 month ago
  59. 45aeaf7 internal/lsp/source: improve the heuristics for linkable identifiers by Robert Findley · 3 years, 1 month ago
  60. a317113 internal/lsp/source: fix hover on generic type declarations by Robert Findley · 3 years, 1 month ago
  61. 1f3875c internal/lsp/source: begin to refactor hovering with a HoverContext type by Robert Findley · 3 years, 1 month ago
  62. fd59bdf internal/lsp/source: adjust object position when formatting full AST by Robert Findley · 3 years, 1 month ago
  63. cda4201 internal/lsp/source: simplify Identifier.enclosing by Robert Findley · 3 years, 1 month ago
  64. c677677 internal/lsp/cache: let Session.getGoEnv query GOWORK by Hana · 3 years, 1 month ago
  65. 70c3ea2 gopls,internal/lsp: Implement method stubbing via CodeAction by Marwan Sulaiman · 3 years, 6 months ago
  66. 2ff4db7 go/analysis/passes/tests: Check malformed fuzz target. by Nooras Saba · 3 years, 2 months ago
  67. be40034 internal/lsp: add support for formatting go.work files by Michael Matloob · 3 years, 1 month ago
  68. 2405dce internal/lsp: use placeholders with prepare rename by Suzy Mueller · 3 years, 4 months ago
  69. c0b9fb5 internal/lsp/analysis/undeclaredname: suppress impossible quick fixes by Heschi Kreinick · 3 years, 1 month ago
  70. 9b156ee internal/lsp/source: provide full documentation of builtin types by fzipp · 3 years, 1 month ago
  71. caecc2b internal/typeparams: add a generic form of types.AssignableTo by Robert Findley · 3 years, 1 month ago
  72. 164402d internal/lsp/cache: set types.Config.GoVersion by Heschi Kreinick · 3 years, 1 month ago
  73. 6aaba77 internal/lsp/debug: add go version to gopls version output by Hana · 3 years, 1 month ago
  74. 414ec9c internal/lsp: add ListImports by Heschi Kreinick · 3 years, 1 month ago
  75. 597b165 internal/lsp/cache: use -workfile on 1.18 by Robert Findley · 3 years, 1 month ago
  76. 8305295 gopls: recognize the go.work file type by Robert Findley · 3 years, 1 month ago
  77. 962260a internal/lsp/source: remove the unused source.DetectLanguage by Robert Findley · 3 years, 1 month ago
  78. 3e30e21 gopls: remove the workspace_metadata command by Robert Findley · 3 years, 1 month ago
  79. 25d2ab2 internal/lsp/cache: fixes for workspace invalidation by Robert Findley · 3 years, 1 month ago
  80. 8d915b1 internal/lsp/cache: simplify workspace construction by Robert Findley · 3 years, 1 month ago
  81. 77f5fa5 internal/lsp/cache: replace old go.work parser with x/mod by Robert Findley · 3 years, 1 month ago
  82. 4da8ceb internal/lsp/source: remove the unused UpdateUserModFile invocation flag by Robert Findley · 3 years, 1 month ago
  83. 727dfdb internal/lsp/source/completion: add conventional acronyms for type names by Shoshin Nikita · 3 years, 1 month ago
  84. c009ab4 internal/lsp/completion: the inserted text should be what is shown to the user by pjw · 3 years, 1 month ago
  85. eeb95ae gopls: make 'fastfuzzy' the default fuzzy matcher for workspace symbols by Robert Findley · 3 years, 1 month ago
  86. ea5e1dc internal/typeparams: add a helper to return the origin method by Robert Findley · 3 years, 2 months ago
  87. a739c97 internal/lsp/fake: retry ioutil.ReadFile on plan9 if it fails due to exclusive use by Bryan C. Mills · 3 years, 1 month ago
  88. 82366c6 internal/lsp/fake: in WriteFileData, retry writes that fail with ERROR_LOCK_VIOLATION on Windows by Bryan C. Mills · 3 years, 1 month ago
  89. f6067dc gopls: cleanup the main help pages by Ian Cottrell · 3 years, 3 months ago
  90. dfda270 gopls: use the = form in flag parameter printing rather than a space by Ian Cottrell · 3 years, 4 months ago
  91. 5ad7054 gopls: add long forms for all the 1 rune flags by Ian Cottrell · 3 years, 4 months ago
  92. 217a9fc gopls: take control of the flag printing by Ian Cottrell · 3 years, 4 months ago
  93. afd524f gopls: clean up the help text by Ian Cottrell · 3 years, 4 months ago
  94. ec9a7de gopls: write out the raw usage text by Ian Cottrell · 3 years, 4 months ago
  95. 461d130 internal/lsp: include receiver type parameters when completing receivers by pjw · 3 years, 2 months ago
  96. fe74b5f internal/template: return available semantic tokens even on template error by pjw · 3 years, 1 month ago
  97. 772a399 internal/template: return a Source with template diagnostics by pjw · 3 years, 1 month ago
  98. c20fd7c internal/lsp/regtest: eliminate arbitrary timeouts by Bryan C. Mills · 3 years, 2 months ago v0.1.9
  99. 135972e gopls/internal/regtest/codelens: use the test's deadline instead of a hard-coded timeout by Bryan C. Mills · 3 years, 2 months ago
  100. 84f205d internal/typeparams/example: start adding a guide to generics for tools by Robert Findley · 3 years, 2 months ago