1. c901190 internal/lsp/source/genapijson: add 'gopls_' prefix to commands by Hana · 3 years, 7 months ago
  2. a5d9e45 internal/lsp/source: be consistent about command identifiers by Rob Findley · 3 years, 7 months ago
  3. b29caf7 internal/lsp/source: include setting name in all settings errors by Heschi Kreinick · 3 years, 7 months ago
  4. 828e89d internal/lsp: fix env setting type by Heschi Kreinick · 3 years, 7 months ago
  5. 6e6f73a internal/lsp: fix mismatches between doc and settings by Heschi Kreinick · 3 years, 7 months ago
  6. 1610a49 internal/lsp/source/completion: use a minimum budget of 10ms for shallow completions by Danish Dua · 3 years, 7 months ago
  7. d162461 go/analysis/passes/asmdecl: add support for ABI selector clauses by Than McIntosh · 3 years, 7 months ago
  8. 64a9e34 internal/imports: dedupe import paths for standard library packages by Danish Dua · 3 years, 7 months ago
  9. c16b75f internal/imports: bump relevance for modules with higher major versions by Danish Dua · 3 years, 7 months ago
  10. 0112737 gopls/internal/regtest: add a test for switching from modules to GOPATH by Rebecca Stambler · 3 years, 7 months ago
  11. d88ec18 go/analysis: add IgnoredFiles, check ignored files in buildtag check by Russ Cox · 3 years, 7 months ago
  12. 67cabf8 go/loader: delete example_test.go by Russ Cox · 3 years, 7 months ago
  13. 8c26973 gopls: add "go test" code action by Pontus Leitzler · 3 years, 7 months ago
  14. 2db1cd7 internal/lsp: extract mod errors in load and treat them like diagnostics by Rebecca Stambler · 3 years, 7 months ago
  15. ec925d8 gopls/internal/regtest: add a failing test for swig by Rebecca Stambler · 3 years, 7 months ago
  16. 5bd0538 internal/lsp: move the workspaceMode into the snapshot by Rebecca Stambler · 3 years, 7 months ago
  17. ed2f502 internal/lsp/semantic.go: generate semantic tokens by Peter Weinbergr · 3 years, 7 months ago
  18. 6e5c6d7 internal/lsp: handle nil pointer in semantic tokens by Rebecca Stambler · 3 years, 7 months ago
  19. fcf8212 internal/lsp/source: handle a possible nil pointer in call hierarchy by Rebecca Stambler · 3 years, 7 months ago
  20. 96877f2 internal/lsp, gopls: require a "gopls_" prefix on all commands by Rebecca Stambler · 3 years, 7 months ago
  21. 9ab7e51 internal/lsp: don't show blank identifiers in outline by Rebecca Stambler · 3 years, 7 months ago
  22. 7ddb464 internal/lsp: add "type " to hover messages for structs/interfaces/etc by Rebecca Stambler · 3 years, 7 months ago
  23. d01b322 internal/lsp/cache: extract goimports code by Heschi Kreinick · 3 years, 7 months ago
  24. 4c6f507 gopls/doc: use enum value docstrings, if they exist by Rob Findley · 3 years, 7 months ago
  25. ffec978 internal/lsp: handle major versions above v0/v1 in workspace module mode by Rebecca Stambler · 3 years, 7 months ago
  26. 03e951c internal/lsp/source: add an experimental new cache key for packages by Rob Findley · 3 years, 7 months ago
  27. 9df6960 internal/lsp: don't pass build flags to `go mod` commands by Rebecca Stambler · 3 years, 7 months ago
  28. 0806396 internal/lsp: don't show an error for "allExperiments" in (options).set by Rebecca Stambler · 3 years, 7 months ago
  29. d5f20aa gopls: add regtest mode for experiments, like workspace module tests by Rebecca Stambler · 3 years, 7 months ago
  30. 45061ab internal/lsp: add support for an "enable all experiments" settings by Rebecca Stambler · 3 years, 7 months ago
  31. a00137c internal/lsp: default to workspace module mode even with vendor dirs by Rebecca Stambler · 3 years, 7 months ago
  32. 454bc3d internal/lsp/source: show references to interface methods by Danish Dua · 3 years, 7 months ago
  33. 23a3aa1 internal/lsp: improve handling of files not in views by Heschi Kreinick · 3 years, 7 months ago
  34. 567bb5a go/analysis/analysistest: fix issue in RunWithSuggestedFixes on a package with tests by Ben Kraft · 3 years, 9 months ago
  35. 90a82dd internal/lsp/cache: actually remove the view's modURI and sumURI by Rebecca Stambler · 3 years, 7 months ago
  36. 576e169 internal/lsp: fix hover for builtin error method (Error) by Rebecca Stambler · 3 years, 7 months ago
  37. 1ccce62 internal/lsp/cache: prevent version from including line break by Dan Kortschak · 3 years, 7 months ago
  38. 9854aba internal/lsp: unconditionally create changedFiles map by Rebecca Stambler · 3 years, 7 months ago
  39. ecd9fd2 internal/lsp/source: ignore empty package names for completion by Danish Dua · 3 years, 7 months ago
  40. 39ee293 gopls: add test for `go mod tidy` diagnostics in multiple modules by Rebecca Stambler · 3 years, 7 months ago
  41. 76a79a6 internal/lsp/source: factor out enum options pattern by Rob Findley · 3 years, 7 months ago
  42. 7e5cd54 internal/lsp/source: improve documentation for symbolStyle by Rob Findley · 3 years, 7 months ago
  43. 08f1973 gopls/internal/regtest: only run in singleton mode by Rob Findley · 3 years, 7 months ago
  44. 2268388 internal/lsp: fix go.mod creation without experimental workspace module by Rebecca Stambler · 3 years, 7 months ago
  45. 8445f4f internal/lsp: add experimental support for multi-phase diagnostics by Rob Findley · 3 years, 8 months ago
  46. 0d28ed0 gopls: add a test that mirrors govim's -mod=readonly test by Rebecca Stambler · 3 years, 7 months ago
  47. b5b8742 internal/lsp/source: refactor c.item to support deepSearch in all cases by Danish Dua · 3 years, 7 months ago
  48. 4e032a7 internal/lsp: fix and add a test for non-workspace module mode by Rebecca Stambler · 3 years, 7 months ago
  49. dc8b4ba internal/lsp: fix two more staticcheck warnings by Ainar Garipov · 3 years, 7 months ago
  50. af0a1b5 internal/lsp: fix staticcheck warning by Rebecca Stambler · 3 years, 7 months ago
  51. 41c411d internal/lsp/testdata: remove diagnostic from percent package by Bryan C. Mills · 3 years, 7 months ago
  52. 77e61d3 internal/lsp/source: remove unused Session method by Heschi Kreinick · 3 years, 7 months ago
  53. 1e3611d internal/lsp: remove logic for re-creating a view when a go.mod changes by Rebecca Stambler · 3 years, 7 months ago
  54. 43ebab8 gopls/doc: fix section rewriting by Rob Findley · 3 years, 7 months ago
  55. e57f6d4 internal/lsp: move hasValidBuildConfiguration into the snapshot by Rebecca Stambler · 3 years, 7 months ago
  56. 2e5f0cf internal/lsp: remove all but one use of the view's modURI field by Rebecca Stambler · 3 years, 7 months ago
  57. a6f32d1 gopls/internal/regtest: allow cleanup to fail on windows by Rob Findley · 3 years, 7 months ago
  58. a44386f internal/lsp/source/completion: use c.matcher for comments by Danish Dua · 3 years, 7 months ago
  59. 66e72d0 internal/lsp: print the go version only once the view is created by Rebecca Stambler · 3 years, 7 months ago
  60. c8c0a1c internal/lsp/semantic.go: add the skeleton for supporting semantic tokens by Peter Weinbergr · 3 years, 7 months ago
  61. bf155c1 internal/lsp: use published diagnostics instead of reports in lsp_test by Rebecca Stambler · 3 years, 7 months ago
  62. bce87a7 internal/lsp/source/completion: remove unused contexts by Danish Dua · 3 years, 7 months ago
  63. c43c25c internal/lsp/source: run deep completions before unimported completions by Danish Dua · 3 years, 7 months ago
  64. f1e51e6 internal/lsp: stop using modURI as much as possible by Rebecca Stambler · 3 years, 7 months ago
  65. fc8742f cmd/bundle: expand test coverage to all modes by Dmitri Shuralyov · 3 years, 8 months ago
  66. 5272f30 gopls: fix various staticcheck errors by Rob Findley · 3 years, 7 months ago
  67. ffa3839 cmd/bundle: use caller's module version via go/packages by Filippo Valsorda · 4 years, 9 months ago
  68. d7fc70a gopls/internal/regtest: always await InitialWorkspaceLoad by Rob Findley · 3 years, 7 months ago
  69. a0ef9b6 internal/lsp: prepare for deletion of view.modURI by Rebecca Stambler · 3 years, 7 months ago
  70. 19e0367 internal/lsp/cache: use gopls.mod for the workspace module if it exists by Rob Findley · 3 years, 7 months ago
  71. 50ab967 internal/lsp/source: add additional generated docs by Heschi Kreinick · 3 years, 7 months ago
  72. 42b62fc gopls/internal/regtest: fix data race when printing logs by Rob Findley · 3 years, 7 months ago
  73. 5d1fdd8 internal/lsp: allow multiple go.mod files in a view by Rebecca Stambler · 3 years, 7 months ago
  74. e843550 internal/lsp: run marker tests in multi-module mode by Heschi Kreinick · 3 years, 7 months ago
  75. 4c77dbd internal/lsp: fix race condition caused by config in `go mod tidy` by Rebecca Stambler · 3 years, 7 months ago
  76. 34b80a0 gopls/doc: update and expand the nvim documentation by Ainar Garipov · 3 years, 7 months ago
  77. 0eae6ac internal/lsp: add a test for gc annotation details code lens by Rebecca Stambler · 3 years, 7 months ago
  78. 8d73f17 internal/lsp: move package selection to before type checking by Danish Dua · 3 years, 7 months ago
  79. 8a9a893 internal/lsp/cache: don't set tempModFile is view's modURI is empty by Rebecca Stambler · 3 years, 7 months ago
  80. 0f1c539 internal/lsp: show orphaned file warnings as diagnostics by Rebecca Stambler · 3 years, 7 months ago
  81. 7b6ac5b internal/lsp/cache: slightly more useful comment by Heschi Kreinick · 3 years, 7 months ago
  82. 24570c0 internal/lsp: handle initial workspace load failure per module by Rebecca Stambler · 3 years, 8 months ago
  83. 04afef3 internal/lsp: don't search for workspace modules by default by Rebecca Stambler · 3 years, 7 months ago
  84. 7bb30d1 internal/lsp: fix go generate command for subdirs by Rob Findley · 3 years, 7 months ago
  85. 06f3a46 gopls/internal/regtest: add benchmarks for completions by Danish Dua · 3 years, 7 months ago
  86. 463111b internal/lsp: add a command to generate the gopls.mod file by Rob Findley · 3 years, 8 months ago
  87. 03f0cc1 internal/lsp: interpolate variables in the sandbox by Rob Findley · 3 years, 8 months ago
  88. ba800b1 internal/lsp: ignore errors when finding workspace modules by Rebecca Stambler · 3 years, 7 months ago
  89. f5e916c internal/lsp/source/completion: move search path to candidate by Danish Dua · 3 years, 7 months ago
  90. a1f7ab6 internal/lsp/source/completion: move deep search to end of completion by Danish Dua · 3 years, 7 months ago
  91. 82fe25c gopls/doc: improve enum value documentation by Heschi Kreinick · 3 years, 7 months ago
  92. aeb8e36 internal/lsp: remove multi-module support in tests by Heschi Kreinick · 3 years, 7 months ago
  93. fa01252 all: replace 'the the ' with 'the ' by phillc · 3 years, 7 months ago
  94. a20a5e7 internal/lsp: rewrite createView to populate fields independently by Rebecca Stambler · 3 years, 8 months ago
  95. 4aa5c68 internal/lsp: remove multi-module test cases by Heschi Kreinick · 3 years, 7 months ago
  96. 0f52b63 internal/lsp/tests: use NeedsGo1Point by Heschi Kreinick · 3 years, 7 months ago
  97. ccabf82 internal/lsp/cache: populate URI on files with errors by Heschi Kreinick · 3 years, 7 months ago
  98. d647fc2 cmd/benchcmp: mention deprecation in docs by Jiayu Yi · 3 years, 8 months ago
  99. 78fed78 internal/lsp: handle modifications to the workspace module by Rebecca Stambler · 3 years, 8 months ago
  100. e94ab72 internal/lsp/source/completion: improve import suggestion labels by Danish Dua · 3 years, 8 months ago