1. d56e4e4 internal/lsp/cache: set GO111MODULE=auto in 1.16 by Heschi Kreinick · 3 years, 7 months ago
  2. 3791637 all: fix tests in preparation for GO111MODULE=on by default by Jay Conrod · 3 years, 7 months ago
  3. d148ae1 internal/lsp/source/completion: convert deep completion to bfs by Danish Dua · 3 years, 7 months ago
  4. 0511c4c internal/imports: use ProcessEnv to filter files by Heschi Kreinick · 3 years, 7 months ago
  5. 75ebdcb gopls/internal/regtest: add expected ranges in completion tests by Danish Dua · 3 years, 7 months ago
  6. 60aba8a internal/lsp: always show errors from running commands by Rob Findley · 3 years, 7 months ago
  7. 63098cc internal/imports: don't set Context.WorkingDir, which was renamed by Jay Conrod · 3 years, 7 months ago
  8. 655488c internal/lsp: fix concurrency issues in view initialization by Rebecca Stambler · 3 years, 7 months ago
  9. c537a34 internal/lsp: pass options by reference instead of by value by Rebecca Stambler · 3 years, 7 months ago
  10. c9a70fc internal/lsp/cache: fix release tag parsing by Heschi Kreinick · 3 years, 7 months ago
  11. f128e62 internal/memoize: show key type in panics by Heschi Kreinick · 3 years, 7 months ago
  12. 587cf23 internal/lsp/mod: handle nil pointers in code lenses by Rebecca Stambler · 3 years, 7 months ago
  13. 56d9a0c cover: fix sorting of profile segment boundaries by Koichi Shiraishi · 3 years, 8 months ago
  14. c8d9e05 gopls/internal/regtest: simplify expectation return values by Rob Findley · 3 years, 7 months ago
  15. 6ec2cde internal/lsp/source: add some additional symbol downranking by Rob Findley · 3 years, 7 months ago
  16. e20053b gopls/internal/regtest: remove ExpectNow by Rob Findley · 3 years, 7 months ago
  17. 797bd0f gopls/internal/regtest: simplify regtest EditorConfig by Rob Findley · 3 years, 7 months ago
  18. cbbbe62 gopls/internal/regtest: add an InitialWorkspaceLoad expectation by Rob Findley · 3 years, 7 months ago
  19. bf5c620 gopls/internal/regtest: move expectations to their own file by Rob Findley · 3 years, 7 months ago
  20. f4cefd1 internal/lsp: enable multi-module workspace mode by default in tests by Rebecca Stambler · 3 years, 7 months ago
  21. 2db8f0f internal/lsp/cache: fix -mod=mod for workspace module setups by Heschi Kreinick · 3 years, 7 months ago
  22. 6498648 internal/lsp: check file kind before showing warning by Rebecca Stambler · 3 years, 7 months ago
  23. 3c2036f go/packages: support overlays for replaced modules by Rebecca Stambler · 3 years, 7 months ago
  24. 2b477fa tools, gopls: update Go versions in go.mod files to 1.12 by Rebecca Stambler · 3 years, 7 months ago
  25. 8f9ed77 go/packages: add roots for overlaid packages for all query types by Rebecca Stambler · 3 years, 7 months ago
  26. 17fc728 internal/lsp: handle staticcheck in code actions by Rebecca Stambler · 3 years, 7 months ago
  27. 2350fe8 internal/lsp/source: fix panic in addFieldItems by Rob Findley · 3 years, 7 months ago
  28. 97363e2 internal/lsp: handle staticcheck in didChangeConfiguration by Rebecca Stambler · 3 years, 7 months ago
  29. 6422fca report cycle when visiting a grey analyzer by Michaël Lévesque-Dion · 3 years, 8 months ago
  30. b43031a internal/lsp/cache: fix for default -mod=readonly by Heschi Kreinick · 3 years, 7 months ago
  31. 7ad463c gopls/internal/regtest: add a test for new symbols in test variants by Rebecca Stambler · 3 years, 7 months ago
  32. d49a6cb internal/lsp/protocol: add support for upcoming LSP 3.16 by Peter Weinbergr · 3 years, 7 months ago
  33. d179df3 internal/lsp/cache: automatically construct the workspace module by Rebecca Stambler · 3 years, 8 months ago
  34. 571a207 internal/lsp/source: fix duplicates in workspaceSymbols by Rob Findley · 3 years, 7 months ago
  35. 53e29e9 internal/lsp: show a warning message when opening an "orphaned" file by Rebecca Stambler · 3 years, 7 months ago
  36. d6107fe gopls/internal/regtest: skip failing test for go1.13 and below by Rob Findley · 3 years, 7 months ago
  37. b484961 x/gools/gopls: document settings for working on source distribution by Peter Weinbergr · 3 years, 8 months ago
  38. 44a2922 internal/lsp, go/packages: fix Go 1.15-related overlay bug by Rebecca Stambler · 3 years, 8 months ago
  39. 6a8222e gopls/doc: generate settings JSON, docs by Heschi Kreinick · 3 years, 8 months ago
  40. 201d438 internal/lsp: add more tests for package completion by Rebecca Stambler · 3 years, 8 months ago
  41. 12e1bf5 gopls/doc: add information about supported Go versions by Rebecca Stambler · 3 years, 8 months ago
  42. a4118eb internal/lsp: break up fillstruct testdata to make it more manageable by Rebecca Stambler · 3 years, 8 months ago
  43. 2e7746e internal/lsp: parse Go files through the new snapshot's cache in clone by Rebecca Stambler · 3 years, 8 months ago
  44. 27b65b4 gopls/doc: add memory usage info to troubleshooting guide by Rebecca Stambler · 3 years, 7 months ago
  45. 77fbfae internal/lsp: clean up some of the extract function code by Rebecca Stambler · 3 years, 8 months ago
  46. 93a3566 internal/lsp/cache: don't set an error by default in load by Rebecca Stambler · 3 years, 8 months ago
  47. acefd22 internal/lsp/source: move completion to its own package by Danish Dua · 3 years, 8 months ago
  48. ea3a2cd internal/lsp/source: support some fzf-like tokens in symbol matching by Rob Findley · 3 years, 8 months ago
  49. 242af25 internal/lsp/analysis: update fillreturns title by Rebecca Stambler · 3 years, 8 months ago
  50. 9786fa3 internal/lsp/source: fix go1.12 build (again) by Rob Findley · 3 years, 7 months ago
  51. 39188db internal/lsp: add support for RelatedInformation in diagnostics by Peter Weinbergr · 3 years, 8 months ago
  52. 93eecc3 internal/lsp: support for package completion in all files by Danish Dua · 3 years, 8 months ago
  53. af4cc2c gopls/internal/regtest: use gopls hooks and add a test for staticcheck by Rob Findley · 3 years, 8 months ago
  54. e2cc5a1 gopls/integration/regtest: move regtests to the gopls module by Rob Findley · 3 years, 8 months ago
  55. 76a6aac present: fix newline parsing for go present by Muhammad Hamza Farrukh · 3 years, 8 months ago
  56. 2364a5e playground/socket: remove the os cleanup from start method of process by Olivier Wulveryck · 3 years, 8 months ago
  57. cf78807 internal/lsp: reproduce and fix golang/go#41057 by Rebecca Stambler · 3 years, 8 months ago
  58. 36b1a88 internal/lsp/cache: use the right snapshot in ModUpgrade by Heschi Kreinick · 3 years, 8 months ago
  59. 5d67d6c internal/lsp: clean up some of the mod code lens code by Rebecca Stambler · 3 years, 8 months ago
  60. 5b9ef24 go/ssa: implement missing testing.testDeps SetPanicOnExit0 method by Bryan C. Mills · 3 years, 8 months ago
  61. d1954cc internal/lsp: run gopls as long as there is one folder with a file URI by Rebecca Stambler · 3 years, 8 months ago
  62. c304600 internal/lsp/regtest: reproduce edge cases when creating new files by Rebecca Stambler · 3 years, 8 months ago
  63. bf6e7d2 internal/span: remove check for nil content by Rebecca Stambler · 3 years, 8 months ago
  64. cf97e2b internal/lsp: add package completion suggestions by Danish Dua · 3 years, 8 months ago
  65. 80e1b03 internal/lsp/lsprpc: make the LSP forwarder exit error clearer by Rob Findley · 3 years, 8 months ago
  66. 6fbec87 internal/lsp: use -json for module upgrades by Rebecca Stambler · 3 years, 8 months ago
  67. 6e59e24 unusedresult.go: Include context.With* functions by Mark Dain · 3 years, 8 months ago
  68. fd8950f internal/lsp: add a test that reproduces golang/go#37069 by Rebecca Stambler · 3 years, 9 months ago
  69. 5a2aa26 all: update dependencies in tools and gopls modules by Rebecca Stambler · 3 years, 8 months ago
  70. 5deb263 internal/lsp/cache: don't invalidate metadata for new invalid imports by Rebecca Stambler · 3 years, 8 months ago
  71. 6c983e6 internal/lsp/fuzzy: fix return value on no match by Rob Findley · 3 years, 8 months ago
  72. 97019fc internal/lsp/source: remove dead code from completion by Danish Dua · 3 years, 8 months ago
  73. 3c805d2 internal/lsp/source: add some downranking for workspace symbols by Rob Findley · 3 years, 8 months ago
  74. 88346e9 internal/lsp: refactor workspace Symbol method by Robert Findley · 4 years ago
  75. 84ab570 internal/lsp: add completion suggestions for import statements by Danish Dua · 3 years, 8 months ago
  76. 06cc1d0 internal/lsp/regtest: add benchmarks for IWL and completion by Rob Findley · 3 years, 8 months ago
  77. 021d7c6 lsp/general.go: change error messages to give more context by Peter Weinbergr · 3 years, 8 months ago
  78. debfaf6 internal/lsp, go/packages: work-around invalid files in GOPATH mode by Rebecca Stambler · 3 years, 8 months ago
  79. 97606e3 godoc: fix panic in Presentation.ServeFile by Russ Cox · 3 years, 8 months ago
  80. 989ebae internal/lsp/source: do not allow extraction of an import spec by Rebecca Stambler · 3 years, 8 months ago
  81. df83f4e internal/lsp: fix builds and tests for go1.12+ by Rob Findley · 3 years, 8 months ago
  82. 17fd2f2 internal/lsp/regtest: add a workspace symbols benchmark by Rob Findley · 3 years, 8 months ago
  83. b85e56c internal/lsp/source: sort references and implementations results by Rebecca Stambler · 3 years, 8 months ago
  84. bc8aaaa internal/lsp: ignore period ('.') triggered completions in comments by Danish Dua · 3 years, 8 months ago
  85. f57a28c internal/lsp/source: use space character in markdown formatting by Rebecca Stambler · 3 years, 8 months ago
  86. 28d6951 internal/lsp/mod: handle nil pointer exception for empty go.mod files by Rebecca Stambler · 3 years, 8 months ago
  87. e0bf229 internal/lsp/source: fix completion on final line of a document by Danish Dua · 3 years, 8 months ago
  88. b72e8bb internal/lsp: use prefix matcher with comment completion by Danish Dua · 3 years, 8 months ago
  89. b303f43 internal/analysisinternal: add anonymous structs & interfaces to by Pontus Leitzler · 3 years, 8 months ago
  90. c024452 internal/lsp: don't panic if there are no suggested fixes by Pontus Leitzler · 3 years, 8 months ago
  91. 307de81 internal/lsp: do not log failed suggested fix for fillstruct to stderr by Pontus Leitzler · 3 years, 8 months ago
  92. 1e23e48 internal/lsp: improvements for command messages by Rob Findley · 3 years, 8 months ago
  93. 3366bbe internal/lsp/regtest: reproduce empty xtest bug by Heschi Kreinick · 3 years, 8 months ago
  94. 3509cdc internal/lsp: add ast fields to comment completion for declarations by Danish Dua · 3 years, 8 months ago
  95. daa6538 internal/lsp/source: fix panic in formatZeroValue for invalid type by Rob Findley · 3 years, 8 months ago
  96. 74543c4 internal/lsp/source: fix composite literal type name completion by Muir Manders · 3 years, 8 months ago
  97. c886c0b internal/lsp/lsprpc: quiet the handshaker during regtests by Rob Findley · 3 years, 8 months ago
  98. ed71c57 internal/lsp: consolidate progress reporting by Rob Findley · 3 years, 8 months ago
  99. 9ac8e33 internal/lsp/source: improve completion of printf operands by Muir Manders · 3 years, 9 months ago
  100. c8f3937 internal/lsp/source: fix unexported references of non-workspace packages by Heschi Kreinick · 3 years, 8 months ago