1. fb3622a signature-generator: add Go func signature fuzzing tools by Than McIntosh · 2 years, 9 months ago
  2. 5d35a75 internal/jsonrpc2_v2: clarify documentation by Bryan C. Mills · 2 years, 4 months ago
  3. abc106c gopls/integration/govim: build gopls using go1.18rc1 by Robert Findley · 2 years, 4 months ago
  4. c2ddf3d internal/lsp: add quick fix for unsupported feature by Suzy Mueller · 2 years, 4 months ago
  5. 0e44f7a gopls/doc/advanced.md: correct commands for unstable version build by Hana · 2 years, 4 months ago
  6. acdddf6 go/ssa: allows right operand of a shift to be signed. by Tim King · 2 years, 4 months ago
  7. 9ffa3ad internal/lsp: Provide completions for test function definitions by pjw · 2 years, 4 months ago
  8. b7525f4 internal/lsp: hash go version into package key by Suzy Mueller · 2 years, 4 months ago
  9. 5210e0c gopls: wire in LangVersion and ModulePath for gofumpt formatting by Robert Findley · 2 years, 4 months ago
  10. e6ef770 go/types/typeutil: don't recurse into constraints when hashing tparams by Robert Findley · 2 years, 4 months ago
  11. 258e473 internal/lsp/source: disable the useany analyzer by default by Robert Findley · 2 years, 4 months ago
  12. b7d2949 internal/lsp: don't store diagnostics for builtin.go by Matheus Alcantara · 2 years, 4 months ago
  13. 4f21f7a gopls: update gofumpt to v0.3.0 by Daniel Martí · 2 years, 4 months ago
  14. 3e31058 internal/imports: update to permit multiple main modules by Michael Matloob · 2 years, 4 months ago
  15. 43f084e internal/typesinternal: update typesinternal for 1.18 by Suzy Mueller · 2 years, 4 months ago
  16. 897bd77 internal/gocommand: remove support for -workfile by Robert Findley · 2 years, 4 months ago
  17. e6a7e13 go/analysis/tools/internal/checker: add support for RunDespiteError by Zvonimir Pavlinovic · 2 years, 5 months ago
  18. adcfb65 internal/lsp/source: use the object as the hover source for type params by Robert Findley · 2 years, 4 months ago
  19. 411d040 internal/lsp/source: clean up the interface to hover information by Robert Findley · 2 years, 4 months ago
  20. 45aeaf7 internal/lsp/source: improve the heuristics for linkable identifiers by Robert Findley · 2 years, 4 months ago
  21. a317113 internal/lsp/source: fix hover on generic type declarations by Robert Findley · 2 years, 4 months ago
  22. 1f3875c internal/lsp/source: begin to refactor hovering with a HoverContext type by Robert Findley · 2 years, 4 months ago
  23. fd59bdf internal/lsp/source: adjust object position when formatting full AST by Robert Findley · 2 years, 4 months ago
  24. cda4201 internal/lsp/source: simplify Identifier.enclosing by Robert Findley · 2 years, 4 months ago
  25. 59f1f2c cmd/goyacc: reduce array sizes using smaller base types by Frediano Ziglio · 2 years, 6 months ago
  26. c677677 internal/lsp/cache: let Session.getGoEnv query GOWORK by Hana · 2 years, 4 months ago
  27. 9095d10 go/analysis/passes/tests: fix a missed rename from CL 374495 by Bryan C. Mills · 2 years, 4 months ago
  28. 70c3ea2 gopls,internal/lsp: Implement method stubbing via CodeAction by Marwan Sulaiman · 2 years, 9 months ago
  29. 2ff4db7 go/analysis/passes/tests: Check malformed fuzz target. by Nooras Saba · 2 years, 6 months ago
  30. 11109f6 go/ssa/ssautil: Initialize Instances field. by Tim King · 2 years, 4 months ago
  31. 33002ea go/loader: Initialize (types/Info).Instances field by Tim King · 2 years, 4 months ago
  32. be40034 internal/lsp: add support for formatting go.work files by Michael Matloob · 2 years, 5 months ago
  33. 2405dce internal/lsp: use placeholders with prepare rename by Suzy Mueller · 2 years, 8 months ago
  34. c6fca02 godoc: handle type parameters correctly in LinkifyText by aarzilli · 2 years, 5 months ago
  35. c0b9fb5 internal/lsp/analysis/undeclaredname: suppress impossible quick fixes by Heschi Kreinick · 2 years, 4 months ago
  36. 9b156ee internal/lsp/source: provide full documentation of builtin types by fzipp · 2 years, 5 months ago
  37. caecc2b internal/typeparams: add a generic form of types.AssignableTo by Robert Findley · 2 years, 5 months ago
  38. 164402d internal/lsp/cache: set types.Config.GoVersion by Heschi Kreinick · 2 years, 5 months ago
  39. 6aaba77 internal/lsp/debug: add go version to gopls version output by Hana · 2 years, 5 months ago
  40. 414ec9c internal/lsp: add ListImports by Heschi Kreinick · 2 years, 5 months ago
  41. d55d892 gopls/doc: how to request a particular gopls w/ sublime text by David Chase · 2 years, 5 months ago
  42. cf66aec gopls: update coc.nvim documentation for using go.work by Robert Findley · 2 years, 5 months ago
  43. 597b165 internal/lsp/cache: use -workfile on 1.18 by Robert Findley · 2 years, 5 months ago
  44. 8305295 gopls: recognize the go.work file type by Robert Findley · 2 years, 5 months ago
  45. 962260a internal/lsp/source: remove the unused source.DetectLanguage by Robert Findley · 2 years, 5 months ago
  46. 3e30e21 gopls: remove the workspace_metadata command by Robert Findley · 2 years, 5 months ago
  47. 25d2ab2 internal/lsp/cache: fixes for workspace invalidation by Robert Findley · 2 years, 5 months ago
  48. 8d915b1 internal/lsp/cache: simplify workspace construction by Robert Findley · 2 years, 5 months ago
  49. 77f5fa5 internal/lsp/cache: replace old go.work parser with x/mod by Robert Findley · 2 years, 5 months ago
  50. 4da8ceb internal/lsp/source: remove the unused UpdateUserModFile invocation flag by Robert Findley · 2 years, 5 months ago
  51. 727dfdb internal/lsp/source/completion: add conventional acronyms for type names by Shoshin Nikita · 2 years, 5 months ago
  52. c009ab4 internal/lsp/completion: the inserted text should be what is shown to the user by pjw · 2 years, 5 months ago
  53. eeb95ae gopls: make 'fastfuzzy' the default fuzzy matcher for workspace symbols by Robert Findley · 2 years, 5 months ago
  54. ea5e1dc internal/typeparams: add a helper to return the origin method by Robert Findley · 2 years, 5 months ago
  55. a739c97 internal/lsp/fake: retry ioutil.ReadFile on plan9 if it fails due to exclusive use by Bryan C. Mills · 2 years, 5 months ago
  56. 82366c6 internal/lsp/fake: in WriteFileData, retry writes that fail with ERROR_LOCK_VIOLATION on Windows by Bryan C. Mills · 2 years, 5 months ago
  57. f6067dc gopls: cleanup the main help pages by Ian Cottrell · 2 years, 7 months ago
  58. dfda270 gopls: use the = form in flag parameter printing rather than a space by Ian Cottrell · 2 years, 7 months ago
  59. 5ad7054 gopls: add long forms for all the 1 rune flags by Ian Cottrell · 2 years, 7 months ago
  60. 217a9fc gopls: take control of the flag printing by Ian Cottrell · 2 years, 7 months ago
  61. afd524f gopls: clean up the help text by Ian Cottrell · 2 years, 7 months ago
  62. ec9a7de gopls: write out the raw usage text by Ian Cottrell · 2 years, 7 months ago
  63. 461d130 internal/lsp: include receiver type parameters when completing receivers by pjw · 2 years, 5 months ago
  64. 263785d gopls: update dependencies post-release by Robert Findley · 2 years, 5 months ago
  65. 8e9bdc5 gopls: document that v0.7.5 is the final version to support Go 1.12 by Robert Findley · 2 years, 5 months ago
  66. 492cf3a doc: update the instruction to use beta2 by Hana · 2 years, 5 months ago
  67. 939c2c0 godoc/redirect: close HTTP response bodies in TestRedirect by Bryan C. Mills · 2 years, 5 months ago
  68. 0f0bbfd go/callgraph/vta: avoid panic on missing function definitions by Zvonimir Pavlinovic · 2 years, 5 months ago
  69. 845bb90 go/types/objectpath: update objectpath tests for TypeString changes by Robert Griesemer · 2 years, 5 months ago
  70. be5769c go/types/objectpath: update objectpath tests for TypeString changes by Robert Findley · 2 years, 5 months ago
  71. 135791d go/callgraph/vta: move test code to testdata/src by Zvonimir Pavlinovic · 2 years, 5 months ago
  72. fe74b5f internal/template: return available semantic tokens even on template error by pjw · 2 years, 5 months ago
  73. 772a399 internal/template: return a Source with template diagnostics by pjw · 2 years, 5 months ago
  74. c20fd7c internal/lsp/regtest: eliminate arbitrary timeouts by Bryan C. Mills · 2 years, 5 months ago v0.1.9
  75. 97de9ec cmd/fiximports: skip TestDryRun on plan9-arm by Bryan C. Mills · 2 years, 5 months ago
  76. 2cc1836 cmd/callgraph: skip TestCallgraph on the windows-arm64-10 builder by Bryan C. Mills · 2 years, 5 months ago
  77. 135972e gopls/internal/regtest/codelens: use the test's deadline instead of a hard-coded timeout by Bryan C. Mills · 2 years, 5 months ago
  78. 84f205d internal/typeparams/example: start adding a guide to generics for tools by Robert Findley · 2 years, 5 months ago
  79. 3c751cd passes/ifaceassert: supress typeparams reports by Tim King · 2 years, 5 months ago
  80. e7c9de2 internal/lsp/cache: remove unsynchronized write to snapshot.files by Robert Findley · 2 years, 5 months ago
  81. 3425967 gopls/internal/regtest/workspace: temporarily skip TestWatchReplaceTargets by Bryan C. Mills · 2 years, 5 months ago
  82. 9f83dd3 internal/lsp/source: use the real type parameter in snippet completions by Marwan Sulaiman · 2 years, 5 months ago
  83. 80963bc go/internal/gcimporter: support unique naming for blank type parameters by Robert Findley · 2 years, 5 months ago
  84. 25e1ac4 go/internal/gcimporter: remove the sanitizeName helper by Robert Findley · 2 years, 5 months ago
  85. 9134808 go/internal/gcimporter: add more assertions for generic import/export by Robert Findley · 2 years, 6 months ago
  86. ab35822 gopls/internal/regtest/completion: temporarily skip TestPostfixSnippetCompletion by Bryan C. Mills · 2 years, 5 months ago
  87. 7c251d6 internal/typeparams: improve the package documentation by Robert Findley · 2 years, 5 months ago
  88. 2762b18 internal/typeparams: simplify the IndexExpr API by Robert Findley · 2 years, 5 months ago
  89. a71de3f gopls/doc: fix inconsistent rendering of enum newlines by Robert Findley · 2 years, 7 months ago
  90. 523d859 internal/lsp/source: use the fastfuzzy matcher in experimental mode by Robert Findley · 2 years, 5 months ago
  91. 6299a6d internal/lsp/cache: keep going on per-file workspace symbol errors by Robert Findley · 2 years, 6 months ago
  92. 21ca3b3 internal/lsp/source: parse symbol queries when using fastfuzzy by Robert Findley · 2 years, 6 months ago
  93. 3737ecd internal/lsp/fuzzy: consider whole word matching in SymbolMatcher by Robert Findley · 2 years, 6 months ago
  94. a8c7459 internal/lsp: bring the LSP stubs up to date by pjw · 2 years, 5 months ago
  95. fddb0d5 internal/lsp/analysis/noresultvalues: update for CL 379116 error message change by Russ Cox · 2 years, 5 months ago
  96. f29bdf1 internal/lsp: add suggested fix for unusedparams analysis by Suzy Mueller · 2 years, 6 months ago
  97. 7424a4d internal/lsp/cache: fix check for excluded paths in locateTemplateFiles by Robert Findley · 2 years, 5 months ago
  98. 4e31bde internal/lsp/cache: avoid panic in mod diags with redundant requires by Robert Findley · 2 years, 6 months ago
  99. a222cdb gopls/internal/regtest: add regression tests for template diagnostics by Robert Findley · 2 years, 5 months ago
  100. c4cfc42 gopls: change the default value for templateExtensions to be empty by Robert Findley · 2 years, 6 months ago