1. c1dd25e gopls/internal/migrate.sh: a script to migrate internal/lsp to gopls/ by Robert Findley · 2 years, 7 months ago
  2. 83d7619 gopls : add a mention of staticcheck to settings documentation by Peter Weinberger · 2 years, 6 months ago
  3. eb8352e gopls/internal/govulncheck: sync x/vuln@62b0186 by Hana (Hyang-Ah) Kim · 2 years, 6 months ago
  4. 655abda gopls/internal/regtest: TestEditGoDirectiveWorkspace should fail eagerly by Robert Findley · 2 years, 6 months ago
  5. 33c1ddd tools/gopls/internal/regtest/diagnostics: handle new error message by Robert Griesemer · 2 years, 6 months ago
  6. 4ccc73c internal/lsp/tests: simplify comparison of markdown at go1.18 by Robert Findley · 2 years, 7 months ago
  7. 41c3a9b internal/lsp/analysis/fillreturns: be defensive w.r.t. type errors by Alan Donovan · 2 years, 7 months ago
  8. fe1a27b gopls/doc: make doc generation work regardless of the current directory by Robert Findley · 2 years, 7 months ago
  9. 7f23307 internal/lsp: limit diagnostics for upgrades to codelens go.mod file by Suzy Mueller · 2 years, 7 months ago
  10. e55fb40 internal/lsp/cache: clear shouldLoad IDs on load by Robert Findley · 2 years, 7 months ago
  11. 938e162 gopls/internal/regtest: unskip TestDeleteModule_Interdependent by Robert Findley · 2 years, 7 months ago
  12. e8507be gopls/internal/regtest/bench: replace -gopls_version with -gopls_commit by Rob Findley · 2 years, 7 months ago
  13. 8c83056 gopls/internal/regtest: unskip TestSumUpdateFixesDiagnostics by Robert Findley · 2 years, 7 months ago
  14. 5a26068 internal/lsp/source: remove utm_source from pkgsite links by Robert Findley · 2 years, 7 months ago
  15. 35f806b gopls/doc/workspace: correct grammar by Leonardo Henrique · 2 years, 7 months ago
  16. bebd890 go/analysis: remove stray print statement in the timeformat analyzer by Robert Findley · 2 years, 7 months ago
  17. 3807419 internal/lsp/cache: validate the range for critical errors in go files by Robert Findley · 2 years, 7 months ago
  18. b2156b5 gopls: update dependencies by Robert Findley · 2 years, 7 months ago
  19. 3950865 gopls/internal/regtest/bench: add a -gopls_version flag by Robert Findley · 2 years, 7 months ago
  20. 6fa767d internal/lsp: update documentation for directoryFilters setting and default value by Dylan Le · 2 years, 7 months ago
  21. 96d05aa gopls/internal/regtest: fix TestFailingDiagnosticClearingOnEdit by Robert Findley · 2 years, 7 months ago
  22. 4ff08b4 gopls: Improve auto-imports example for NeoVim LSP by Antoine Cotten · 2 years, 7 months ago
  23. 92d58ea internal/lsp/cache: register a file watcher for explicit GOWORK values by Robert Findley · 2 years, 7 months ago
  24. 98aef77 internal/lsp/cache: track explicit go.work files outside the workspace by Robert Findley · 2 years, 7 months ago
  25. fff6d6d internal/lsp: update the broken workspace message to mention go.work by Robert Findley · 2 years, 7 months ago
  26. 9b60852 gopls/internal/regtest: move TestMultipleModules_Warning to ./workspace by Robert Findley · 2 years, 7 months ago
  27. 06d96ee gopls/internal/regtest/bench: add a test for completion following edits by Robert Findley · 2 years, 8 months ago
  28. 81c7dc4 internal/lsp: polish vulncheck progress messages by Hana (Hyang-Ah) Kim · 2 years, 7 months ago
  29. 6c27717 internal/lsp/mod/code_lens: add "run govulncheck" codelens by Hana (Hyang-Ah) Kim · 2 years, 7 months ago
  30. 763f65c gopls/internal/regtest/misc: simplify shared edit tests by Robert Findley · 2 years, 7 months ago
  31. b5fd088 internal/lsp/command: replace VulncheckArgs Dir with URI by Hana (Hyang-Ah) Kim · 2 years, 7 months ago
  32. 01c9ff0 internal/lsp/cache: invalid packages should not be workspace packages by Robert Findley · 2 years, 7 months ago
  33. bd68922 internal/lsp: new options to disable certain kinds of semantic tokens by pjw · 2 years, 7 months ago
  34. bceee4b internal/lsp/command: let RunVulncheckExp call gopls vulncheck by Hana (Hyang-Ah) Kim · 2 years, 7 months ago
  35. 3e0a503 internal/lsp: use directoryFilters in import scanning by Robert Findley · 2 years, 7 months ago
  36. 87f47bb gopls/internal/regtest/bench: refactor and improve benchmarks by Robert Findley · 2 years, 8 months ago
  37. 371fc67 go/tools: add check for time formats with 2006-02-01 by Erik Dubbelboer · 2 years, 8 months ago
  38. d08f5dc gopls/internal/regtest: unskip all of TestModFileModification by Robert Findley · 2 years, 8 months ago
  39. 0d04f65 internal/lsp: re-send diagnostics on file events by Robert Findley · 2 years, 7 months ago
  40. d025cce internal/lsp/source: don't crash requesting gc_details for an empty file by Robert Findley · 2 years, 7 months ago
  41. 310ea71 gopls/internal/regtest: add a test that ignoring a file resolves errors by Robert Findley · 2 years, 7 months ago
  42. 21861e6 gopls/internal/regtest/bench: put feature benchmarks in their own file by Robert Findley · 2 years, 8 months ago
  43. bd3f524 internal/lsp: rename all the package names in the renamed package by Dylan Le · 2 years, 8 months ago
  44. 9580c84 internal/lsp: Check if user's editor support rename operation by Dylan Le · 2 years, 8 months ago
  45. d01bb2f internal/lsp/source: document the handling of GOPRIVATE for linkTarget by Robert Findley · 2 years, 8 months ago
  46. e02e98a internal/lsp/cache: allow network whenever reloading the workspace by Robert Findley · 2 years, 8 months ago
  47. f1bb5ca internal/lsp/cache: report a critical error when go.work is invalid by Robert Findley · 2 years, 8 months ago
  48. b3b5c13 internal/lsp/cache: invalidate packages with missing deps when files are added by Robert Findley · 2 years, 8 months ago v0.1.12
  49. 39a4e36 internal/lsp/regtest: only run /default tests with -short by Robert Findley · 2 years, 8 months ago
  50. f157068 internal/lsp/regtest: allow sharing memoized results across regtests by Robert Findley · 2 years, 8 months ago
  51. c83f42d internal/lsp: update inlay hints documentation to include go snippets by Suzy Mueller · 2 years, 8 months ago
  52. 8b47d4e all: update dependencies by Robert Findley · 2 years, 8 months ago
  53. 7600454 gopls: update dependencies by Robert Findley · 2 years, 8 months ago
  54. 005c07a gopls/internal/vulncheck: adjust logging by Hana (Hyang-Ah) Kim · 2 years, 9 months ago
  55. 178fdf9 gopls/internal/regtest: unskip Test_Issue38211 by Robert Findley · 2 years, 8 months ago
  56. 1cfe623 gopls/internal/regtest: unskip TestQuickFixEmptyFiles by Robert Findley · 2 years, 8 months ago
  57. 3d474c8 internal/lsp/diff: new diff implementation to replace go-diff by Peter Weinberger · 3 years ago
  58. a2a2477 gopls/internal/regtest: externalize shouldLoad tracking by Robert Findley · 2 years, 8 months ago
  59. 7b605f4 gopls/internal/vulncheck: pass go version to vulncheck config by Jamal Carvalho · 2 years, 8 months ago
  60. 126ef8f gopls/internal/govulncheck: sync x/vuln@b9a3ad9 by Jamal Carvalho · 2 years, 8 months ago
  61. a732e45 gopls: update golang.org/x/vuln by Jamal Carvalho · 2 years, 8 months ago
  62. 1a4e02f internal/lsp/analysis/unusedvariable: add analyzer by Francesco Renzi · 3 years ago
  63. 9b6c018 internal/lsp/cache: don't trim unexported struct fields by Alan Donovan · 2 years, 9 months ago
  64. 459e2b8 internal/lsp/progress: actually close over Context in WorkDoneWriter by Robert Findley · 2 years, 8 months ago
  65. 6e6f313 internal/lsp/regtest: simplify, consolidate, and document settings by Robert Findley · 2 years, 8 months ago
  66. 3db2cdc internal/lsp: wait for ongoing work to complete during server shutdown by Robert Findley · 2 years, 8 months ago
  67. 93bf1fc gopls: add range over channel postfix completion by Davide Masserut · 2 years, 9 months ago
  68. c77473f gopls: upgrade staticcheck to v0.3.2 by Robert Findley · 2 years, 9 months ago
  69. b84d509 gopls/doc: regenerate documentation by Alan Donovan · 2 years, 9 months ago
  70. e5b3324 internal/lsp: add InlayHint regtests by Suzy Mueller · 2 years, 9 months ago
  71. e1ec1f3 internal/imports: use a module resolver if GOWORK is set by Robert Findley · 2 years, 9 months ago
  72. 60ca636 internal/lsp: use camel case for inlay hint config fields by Jamal Carvalho · 2 years, 9 months ago
  73. 871637b internal/lsp: add settings for inlay hints and enable by Suzy Mueller · 2 years, 9 months ago
  74. a2de635 internal/lsp/cache: honor the go.work for computing workspace packages by Robert Findley · 3 years ago
  75. 59bd4fa internal/lsp: find references to package by Dylan Le · 2 years, 10 months ago
  76. d097bc9 gopls/internal/vulncheck: include nonaffecting vulnerability info by Hana (Hyang-Ah) Kim · 2 years, 9 months ago
  77. e8b9ff1 gopls/internal/govulncheck: sync x/vuln@4eb5ba4 by Hana (Hyang-Ah) Kim · 2 years, 9 months ago
  78. 27db7f4 gopls: update golang.org/x/vuln to latest @4eb5ba4 by Hana (Hyang-Ah) Kim · 2 years, 9 months ago
  79. a41fc98 internal/lsp/cache: use [256]byte Hash instead of hex digit string by Alan Donovan · 2 years, 9 months ago
  80. 697795d internal/lsp/regtest: don't run the connection on the test context by Rob Findley · 3 years, 7 months ago
  81. a3d129c internal/lsp/cache: extract module load errors when go.work is used by Robert Findley · 3 years ago
  82. 63dfc2d internal/lsp/cache: two minor optimizations by Alan Donovan · 2 years, 9 months ago
  83. 76325da internal/lsp/progress: detach context for all progress notifications by Robert Findley · 2 years, 10 months ago
  84. 1ff52e2 gopls/internal/vulncheck: use internal/govulncheck by Jonathan Amsterdam · 2 years, 10 months ago
  85. 2bb78cf internal/lsp: add missing bug reporting, and panic during marker tests by Robert Findley · 2 years, 10 months ago
  86. ccb1050 internal/lsp/cache: invalidate metadata when parsing issues resolve by Robert Findley · 2 years, 10 months ago
  87. 4dd2c74 internal/govulncheck: copy from x/vuln repo by Jonathan Amsterdam · 2 years, 10 months ago
  88. b62b00f internal/lsp: add an option to get notified of bug reports by Robert Findley · 3 years ago
  89. 44db4eb gopls/internal/regtests: add a test for bad go.work files by Robert Findley · 3 years ago
  90. 090b14e internal/lsp/regtest: make TestResolveImportCycle robust to error order by Robert Findley · 2 years, 10 months ago
  91. f918e87 gopls/internal/vulncheck: copy logic of govulncheck -html by Hana · 2 years, 10 months ago
  92. a518b79 gopls/internal/vulncheck: synchronize cache access by Hana · 2 years, 10 months ago
  93. ad497c6 internal/lsp/cmd: add -config option to gopls vulncheck by Hana · 2 years, 10 months ago
  94. 728485f gopls/internal/regtest: add a test for using staticcheck with generics by Robert Findley · 3 years ago
  95. 28c754d internal/lsp/analysis: analyzer for //go:embed directive by Nooras Saba · 2 years, 11 months ago
  96. d303668 internal/lsp/cache: use cached parsed files for symbols, if available by Robert Findley · 2 years, 10 months ago
  97. 72a884b gopls: update golang.org/x/vuln dependency by Hana · 2 years, 10 months ago
  98. 556c550 internal/lsp/cache: invalidate packages that have added files by Robert Findley · 2 years, 11 months ago
  99. 4a3fc21 internal/lsp: only linkify urls with http, https, and ftp schemes by Robert Findley · 3 years ago
  100. 559469a internal/lsp: render package documentation when hovering over a package import by Dylan Le · 2 years, 11 months ago