1. 003c81d internal/diff: eliminate duplicate code with generics by qiulaidongfeng · 4 days ago master
  2. 5e672e2 gopls/internal/lsp/source: add test for rename spurious shadowing by Alan Donovan · 3 weeks ago
  3. 9dce7c1 Revert "gopls/internal/server: rewrite the server diagnostic tracking" by Robert Findley · 4 days ago
  4. c8cb6a3 gopls/doc: add a note updating the original design doc by Rob Findley · 5 days ago
  5. 184d2a7 gopls/internal/server: rewrite the server diagnostic tracking by Rob Findley · 7 days ago
  6. 625a693 gopls/internal/lsp/cache: move gc_details toggle state to the snapshot by Rob Findley · 7 days ago
  7. 7e4a1ff internal/lsp/command: allow //go:generate command access network by rogeryk · 7 days ago
  8. c7cadca gopls/internal/cmd: remove gopls.run_vulncheck example by Alan Donovan · 6 days ago
  9. 79d4e32 gopls/internal/lsp/cache/parsego: clamp positions when fixing statements by Rob Findley · 6 days ago
  10. 58556d1 gopls/internal/lsp/protocol/generate: restore indentation by Alan Donovan · 6 days ago
  11. c4f958a gopls/internal/cmd: add 'execute' command by Alan Donovan · 7 days ago
  12. d146c60 gopls/internal/test/marker: move ExitIfSmallMachine back to TestMain by Rob Findley · 7 days ago
  13. b74ea80 gopls/internal/lsp/source/completion: support more postfix completion for map and slice (len, for, forr) by rogeryk · 7 days ago
  14. ca243bd gopls/internal/server: simplify snapshot diagnostics by Rob Findley · 8 days ago
  15. c0305a8 gopls/internal/lsp/server: simplify logic for diagnosing changed files by Rob Findley · 8 days ago
  16. ee21c63 gopls/internal/test: move the tests by Alan Donovan · 8 days ago
  17. 83512c4 internal/lsp/source/completion/snippet: move from lsp/snippet by Alan Donovan · 8 days ago
  18. c21f267 gopls/internal/lsp: remove lsp path segment by Alan Donovan · 8 days ago
  19. 5995d31 gopls/internal/util: more renamings by Alan Donovan · 8 days ago
  20. 8c1b662 gopls/internal/analysis: rename lsp/analysis -> analysis by Alan Donovan · 8 days ago
  21. d599a86 gopls: move marker tests to internal/test/marker by Alan Donovan · 8 days ago
  22. 6dd3b2b gopls/internal/server: superficial clean up of diagnostics by Rob Findley · 8 days ago
  23. 5fb3132 gopls/internal/lsp: delete dead code by Alan Donovan · 8 days ago
  24. 1b1e4da internal/imports: remove duplicate unused imports by Sean Hildebrand · 2 years, 8 months ago
  25. 42c4470 gopls/protocol/generate: files to generate lsp stubs by Peter Weinberger · 11 days ago
  26. f291bf8 gopls: update lsp stubs by Peter Weinberger · 4 weeks ago
  27. db5acf6 gopls/internal/util: move lru,frob,bug,{ast,types,path}util here by Alan Donovan · 9 days ago
  28. 147b88d internal/server: factor protocol.NonNilSlice by Alan Donovan · 9 days ago
  29. 6e052bb gopls/internal/server: rename from lsp by Alan Donovan · 9 days ago
  30. 30c5d24 gopls/internal/lsp/cache/metadata: rename Metadata to Package by Rob Findley · 9 days ago
  31. 8cd8121 gopls/internal/regtest: avoid file segments ending in a period by Alan Donovan · 10 days ago
  32. c8019b9 gopls/internal/lsp/cache: move ignoreFilter onto View by Rob Findley · 10 days ago
  33. f930faf gopls/internal/lsp: remove analysisMode, and other unused params by Rob Findley · 10 days ago
  34. c04fbc0 gopls/internal/lsp: cleanups to view logic by Alan Donovan · 10 days ago
  35. 64f8a68 gopls: remove unnecessary conversions by Rob Findley · 9 days ago
  36. 12b4de1 gopls/internal/lsp/source: fix hover for objects in unsafe by Rob Findley · 2 weeks ago
  37. 4cbc053 gopls/internal/lsp: invert the import between cache and source by Rob Findley · 10 days ago
  38. ad85a67 gopls/internal/lsp/source: eliminate AnalyzerErrorKind by Rob Findley · 2 weeks ago
  39. 2c02506 gopls/internal/lsp/cache: clean up more references to the source package by Rob Findley · 2 weeks ago
  40. 0454d64 gopls/internal/lsp/source/typerefs: move to ../cache/typerefs by Rob Findley · 2 weeks ago
  41. d2ba90b gopls/internal/lsp/source/methodsets: move to ../cache/methodsets by Rob Findley · 2 weeks ago
  42. e3785e8 gopls/internal/lsp/source/xrefs: move to ../cache/xrefs by Rob Findley · 2 weeks ago
  43. ef6cba8 gopls/internal/lsp/cache: move parsing types / algorithm to parsego by Rob Findley · 2 weeks ago
  44. b9a0354 gopls/internal/lsp/cache: split metadata related types into a package by Rob Findley · 2 weeks ago
  45. 87aa71c gopls/internal/lsp/cache: move load diagnostics to packageHandle by Rob Findley · 2 weeks ago
  46. b405134 gopls/internal/telemetry/cmd/stacks: skip gopls@devel by Alan Donovan · 11 days ago
  47. 73e70de gopls/internal/lsp: factor showMessage calls by Alan Donovan · 4 weeks ago
  48. 1896879 gopls: enable telemetry uploading only with 'serve' by Hana (Hyang-Ah) Kim · 10 days ago
  49. eee280c gopls/internal/lsp/protocol: reject non-'file' scheme DocumentURIs by Alan Donovan · 3 weeks ago
  50. 72ee4f8 gopls/internal/lsp/source/extract: don't assume Scope.Pos by Alan Donovan · 10 days ago
  51. 781b218 gopls/internal/lsp/source: move NodeContains into the astutil pkg by Rob Findley · 2 weeks ago
  52. 2d18617 gopls/internal/lsp/cache: clean up unnecessary type checking indirection by Rob Findley · 6 weeks ago
  53. 98d026b go/analysis/analysistest: allow End=0 (meaning End=Pos) in RunWithSuggestedFixes by Uffy · 2 weeks ago
  54. 67f59a0 gopls/internal/lsp/cache: don't rebuild filters for each modcache dir by Rob Findley · 2 weeks ago
  55. a9ef4cf go.mod: update golang.org/x dependencies by Gopher Robot · 11 days ago v0.16.0
  56. d9b9452 gopls/internal/lsp/cache: move quick-fix bundling logic to the cache pkg by Rob Findley · 2 weeks ago
  57. 1733061 go/analysis/passes/testinggoroutine: report by enclosing regions by Tim King · 4 weeks ago
  58. b19be0f gopls/internal/cmd/help_test.go: document by Alan Donovan · 2 weeks ago
  59. daa4aa5 gopls/internal/lsp/source: stubmethods: fix out-of-bounds index by Alan Donovan · 3 weeks ago
  60. a586d0d go/types/internal/play: show more types.Scope detail by Alan Donovan · 2 weeks ago
  61. 53ad329 gopls/internal/lsp/source: move edit logic into the protocol package by Rob Findley · 2 weeks ago
  62. 3c677e3 gopls/internal/lsp/cache: move SuggestedFixFromCommand into cache by Rob Findley · 2 weeks ago
  63. ab6af7d gopls/internal/lsp/source: extract InDir to a new pathutil package by Rob Findley · 2 weeks ago
  64. e7d61d9 gopls/internal/lsp/cache: simplify named error values by Rob Findley · 2 weeks ago
  65. 3a915e4 gopls/internal/lsp/cache: use local aliases for all source objects by Rob Findley · 3 weeks ago
  66. be332ea gopls/internal/lsp/cache: avoid problematic use of goCommandInvocation by Rob Findley · 3 weeks ago
  67. dfa5cbb gopls/internal/lsp/cache: remove workspaceMode by Rob Findley · 3 weeks ago
  68. a98c076 gopls: remove the "tempModFile" setting by Rob Findley · 3 weeks ago
  69. 3510b4f gopls/internal/lsp: simplify mod update commands by Rob Findley · 3 weeks ago
  70. fdf06f2 gopls: simplify the Snapshot and View interfaces by Rob Findley · 3 weeks ago
  71. 8966034 gopls/internal/lsp/cache: export Snapshot by Rob Findley · 3 weeks ago
  72. bd215c0 gopls/internal/lsp/source: remove View.Snapshot by Rob Findley · 3 weeks ago
  73. fdce3cd gopls: remove the "chattyDiagnostics" setting by Rob Findley · 3 weeks ago
  74. 6b2c993 gopls: remove the LiteralCompletions option by Rob Findley · 3 weeks ago
  75. cc42fd3 gopls/internal/lsp/cache: move go.work parsing into the view by Rob Findley · 3 weeks ago
  76. a5e8bb0 Revert "gopls/internal/lsp/source: fix rename spurious shadowing error" by Alan Donovan · 3 weeks ago
  77. 2529481 gopls/internal/lsp: eliminate server code generation by Alan Donovan · 3 weeks ago
  78. e0a64c2 gopls/internal/lsp/source: fix rename spurious shadowing error by Alan Donovan · 5 months ago
  79. 00ec6da gopls/test: eliminate, by moving tests to more appropriate places by Alan Donovan · 3 weeks ago
  80. 42d9779 gopls: move settings to a settings package by Rob Findley · 3 weeks ago
  81. c823488 gopls: move file-related types to a 'file' package by Rob Findley · 3 weeks ago
  82. 98b4b14 gopls/internal/lsp/source: make source.Analyzer pure configuration by Rob Findley · 3 weeks ago
  83. 80a4166 gopls/internal/lsp/source: fix panic in definition(error.Error) by Alan Donovan · 3 weeks ago
  84. 00a4006 gopls/internal/lsp: remove redundant conversions by Alan Donovan · 3 weeks ago
  85. 1b54dd7 gopls/internal/lsp/fake: inline fake.toURI away by Alan Donovan · 3 weeks ago
  86. 553e9d1 gopls/internal/lsp/protocol: delete $GOROOT hack in URIFromPath by Alan Donovan · 3 weeks ago
  87. 1cab127 gopls/internal/lsp/protocol: rename URI.Filename -> Path by Alan Donovan · 3 weeks ago
  88. 21a46d4 gopls/internal/lsp/protocol: inline .SpanURI() away by Alan Donovan · 3 weeks ago
  89. 27abf64 gopls/internal/lsp/protocol: inline URIFromSpanURI away by Alan Donovan · 3 weeks ago
  90. ccacebc gopls/internal/lsp/span: inline URI away by Alan Donovan · 3 weeks ago
  91. 369d0ee gopls/internal/span: inline URIFromPath away by Alan Donovan · 3 weeks ago
  92. e162395 gopls/internal/telemetry/cmd/stacks: create GH issues from telemetry by Alan Donovan · 3 weeks ago
  93. 057c099 gopls/internal/cmd: remove "span" import, make Span private by Alan Donovan · 3 weeks ago
  94. 979df5b gopls/internal/span: identify span.URI and protocol.DocumentURI by Alan Donovan · 3 weeks ago
  95. 65d7356 go/analysis/internal/checker: allow End=0 (meaning End=Pos) in fix by Alan Donovan · 3 weeks ago
  96. 2bdbb88 go/analysis/internal/checker: clean up tests by Alan Donovan · 3 weeks ago
  97. 5025441 gopls/internal/lsp: add code action for conversion between raw and interpreted string by rogeryk · 3 weeks ago
  98. 048e15e gopls/internal/lsp/cache: rename workspaceInformation to viewDefinition by Rob Findley · 4 weeks ago
  99. 1db3c37 gopls/internal/lsp/cache: remove unused Session.ModifyFiles by Rob Findley · 4 weeks ago
  100. 35549c6 gopls/internal/lsp/cache: move upgrades and vulns onto the snapshot by Rob Findley · 4 weeks ago