1. e7d61d9 gopls/internal/lsp/cache: simplify named error values by Rob Findley · 1 year, 2 months ago
  2. 3510b4f gopls/internal/lsp: simplify mod update commands by Rob Findley · 1 year, 2 months ago
  3. fdf06f2 gopls: simplify the Snapshot and View interfaces by Rob Findley · 1 year, 2 months ago[Renamed (83%) from gopls/internal/lsp/source/view.go]
  4. bd215c0 gopls/internal/lsp/source: remove View.Snapshot by Rob Findley · 1 year, 2 months ago
  5. 42d9779 gopls: move settings to a settings package by Rob Findley · 1 year, 2 months ago
  6. c823488 gopls: move file-related types to a 'file' package by Rob Findley · 1 year, 2 months ago
  7. 98b4b14 gopls/internal/lsp/source: make source.Analyzer pure configuration by Rob Findley · 1 year, 2 months ago
  8. ccacebc gopls/internal/lsp/span: inline URI away by Alan Donovan · 1 year, 2 months ago
  9. 35549c6 gopls/internal/lsp/cache: move upgrades and vulns onto the snapshot by Rob Findley · 1 year, 3 months ago
  10. 8b89cfa gopls/internal/lsp/cache: remove forceReloadMetadata from clone by Rob Findley · 1 year, 3 months ago
  11. 24c5a47 gopls/internal/lsp/cache: make options immutable on the View by Rob Findley · 1 year, 3 months ago
  12. 6fcd778 gopls/internal/lsp: add code actions to remove unused parameters by Rob Findley · 1 year, 4 months ago
  13. cf5aad9 gopls: update to use the new golang.org/x/vuln API by Hana (Hyang-Ah) Kim · 1 year, 5 months ago
  14. 1889c0e gopls/internal/lsp/cache: simplify file change propagation by Robert Findley · 1 year, 5 months ago
  15. 5fc00b4 gopls/internal: move Options and FileKind from View to Snapshot by Rob Findley · 1 year, 5 months ago
  16. bacac14 gopls/internal/lsp/source: Add SuggestedFix for embeddirective Analyzer by Viktor Blomqvist · 1 year, 7 months ago
  17. c6e02e3 gopls/internal/lsp/source: highlight deprecated symbols by Hana (Hyang-Ah) Kim · 1 year, 7 months ago
  18. db5406b gopls/internal/lsp: don't recompute diagnostics during code actions by Robert Findley · 1 year, 6 months ago
  19. ebb9ee3 gopls/internal/lsp/cache: UX improvements for analysis by Rob Findley · 1 year, 6 months ago
  20. eaebeac gopls/internal/lsp/source/completion: avoid duplicates from variants by Alan Donovan · 1 year, 7 months ago
  21. b71392a gopls/internal/lsp/cache: reduce importing in analysis by Alan Donovan · 1 year, 7 months ago
  22. e106694 gopls/internal/lsp: bundle certain quick-fixes with their diagnostic by Rob Findley · 1 year, 8 months ago
  23. e5c8d4d gopls/internal/lsp/cache: unexport ValidBuildConfiguration by Rob Findley · 1 year, 8 months ago
  24. a13793e gopls/internal/lsp: add quick-fixes to manage the go.work file by Rob Findley · 1 year, 9 months ago
  25. 1c9fe3f gopls: improve diagnostics for orphaned files by Rob Findley · 1 year, 9 months ago
  26. d799eba gopls: additional instrumentation during goimports by Rob Findley · 1 year, 9 months ago
  27. 90e9c65 gopls/internal/lsp/cache: skip type errors after parse errors by Alan Donovan · 1 year, 9 months ago
  28. 0809ec2 gopls/internal/lsp/source: document {All,Workspace}Metadata by Alan Donovan · 1 year, 9 months ago v0.9.0
  29. 8e9b185 gopls/internal/lsp/source: add the "symbolScope" option by Rob Findley · 1 year, 9 months ago
  30. 165099b all: remove repeated definite articles by cui fliter · 1 year, 9 months ago
  31. d59a28f gopls/internal/lsp/source: references: restrict search to workspace packages by Alan Donovan · 1 year, 9 months ago
  32. e8f417a gopls/internal/lsp/cache: cleanups to active packages by Alan Donovan · 1 year, 9 months ago
  33. 4e3238a gopls/internal/lsp/cache: break metadata cycles by Alan Donovan · 1 year, 9 months ago
  34. 660614b gopls/internal/lsp/source: more ITV filtering by Alan Donovan · 1 year, 9 months ago
  35. b35949e gopls/internal/lsp/source: filter intermediate test variants by Alan Donovan · 1 year, 9 months ago
  36. ed3ff1b gopls/internal/lsp: finish debouncing on context cancellation by Rob Findley · 1 year, 9 months ago
  37. 54c806f gopls/internal/lsp: eliminate more uses of Span by Alan Donovan · 1 year, 10 months ago
  38. 83c1ba1 gopls/internal/lsp/cache: fix two crashes when parsed file overflows by Robert Findley · 1 year, 10 months ago
  39. 6e5f425 gopls/mod: show hint for discordant module versions by Peter Weinberger · 2 years ago
  40. e5f7ae1 go/analysis: add Analyser.URL and Diagnostic.URI fields by Alan Donovan · 1 year, 10 months ago
  41. 912861f gopls/internal/lsp/cache: skip object resolution during parsing by Robert Findley · 1 year, 11 months ago
  42. 36ed0b1 gopls/internal/lsp/source: rename snapshot.GetFile to ReadFile by Alan Donovan · 1 year, 11 months ago
  43. 786752b gopls/internal/lsp/source: rename FileHandle.Read to Content by Alan Donovan · 1 year, 11 months ago
  44. f477bf4 gopls/internal/lsp/source/completion: avoid Snapshot.CachedPackages by Alan Donovan · 1 year, 11 months ago
  45. 21d2256 gopls/internal/lsp/cache: make type-checking incremental by Robert Findley · 1 year, 11 months ago
  46. 902ee93 gopls/internal/lsp/source: remove 2nd last call to CachedImportPaths by Alan Donovan · 1 year, 11 months ago
  47. e5b9948 gopls/internal/lsp/source: use metadata files for workspace symbols by Robert Findley · 2 years ago
  48. ad4fc28 gopls/internal/lsp/cache: pre-compute load diagnostics by Robert Findley · 2 years ago
  49. d4c13e6 gopls/internal/lsp/source: eliminate Snapshot.FileSet by Robert Findley · 2 years ago
  50. 64f9d62 gopls/internal/lsp/source/rename: use incremental algorithm by Alan Donovan · 2 years ago
  51. c8e8b3b gopls/internal/lsp: eliminate source.RelatedInformation by Robert Findley · 2 years ago
  52. 6b6857a gopls: fix typos in comments and doc by Oleksandr Redko · 2 years ago
  53. 66f8f71 gopls/internal/lsp/source: use syntax alone in FormatVarType by Robert Findley · 2 years ago
  54. 86fdadc gopls/internal/lsp/safetoken: delete safetoken.Range by Alan Donovan · 2 years ago
  55. bd5dfbb all: fix some comments by cui fliter · 2 years ago
  56. 2683128 gopls/internal/lsp: differentiate govulncheck/vulncheck imports diags by Hana (Hyang-Ah) Kim · 2 years ago
  57. 87d00e6 gopls/internal/lsp: separate some requests from source.Identifier by Robert Findley · 2 years ago
  58. 6f65213 gopls/internal/lsp/protocol: Mapper.NodeMappedRange by Alan Donovan · 2 years ago
  59. f10e7d5 gopls/internal/lsp/cache: remove package dependence on packages.Config by Robert Findley · 2 years ago
  60. deeb64b gopls/internal/lsp/source/xrefs: allow Lookup of a set by Alan Donovan · 2 years ago
  61. c4c6aa6 internal/lsp/cache: don't panic in Snapshot on a shutdown view by Robert Findley · 2 years ago
  62. a7f033a gopls/internal/lsp: consolidate the FileHandle API by Robert Findley · 2 years ago
  63. 2fa6ca1 gopls/internal/lsp/source/impls: a new "implementations" index by Alan Donovan · 2 years, 1 month ago
  64. 8087911 gopls: remove the experimentalWorkspaceModule mode by Robert Findley · 2 years, 1 month ago
  65. 7765567 gopls/internal/lsp/source: minor clarifications by Alan Donovan · 2 years ago
  66. b798934 gopls/internal/lsp/protocol: cleanups and docs for Mapper by Alan Donovan · 2 years ago
  67. a24944e gopls/internal/lsp/protocol: rename s/ColumnMapper/Mapper/ by Alan Donovan · 2 years ago
  68. 55935f4 gopls/internal/span: simplify Span by Alan Donovan · 2 years, 1 month ago
  69. 6a3bc37 gopls/internal/lsp/protocol: reimplement ColumnMapper line logic by Alan Donovan · 2 years, 1 month ago
  70. 2be9d05 gopls/internal/lsp/source/xrefs: a new reference index by Alan Donovan · 2 years, 1 month ago
  71. 0362cea gopls/internal/lsp/lsppos: delete TokenMapper by Alan Donovan · 2 years, 1 month ago
  72. 36bd3db gopls/internal/lsp/protocol: move MappedRange by Alan Donovan · 2 years, 1 month ago
  73. 1fe76af gopls/internal/lsp/source: MappedRange cleanup by Alan Donovan · 2 years, 1 month ago
  74. 02bea03 gopls/internal/lsp/protocol: simplify ColumnMapper by Alan Donovan · 2 years, 1 month ago
  75. 224a61b gopls/internal/lsp/source: delete Snapshot.WriteEnv method by Alan Donovan · 2 years, 1 month ago
  76. ae4ff82 gopls/internal/lsp/source: delete GetTypedFile by Alan Donovan · 2 years, 1 month ago
  77. fe6b300 gopls/internal/lsp/source: eliminate Snapshot.Package{,s}ForFile by Alan Donovan · 2 years, 1 month ago
  78. 44395ff gopls/internal/lsp/source: avoid unnecessary transitive rdeps by Alan Donovan · 2 years, 1 month ago
  79. 61e2d3f gopls/internal/lsp/cache: a new analysis driver by Alan Donovan · 2 years, 3 months ago
  80. 9bc5dce gopls/internal/lsp/cache: simplify DiagnosePackage by Alan Donovan · 2 years, 1 month ago
  81. 0d2045b gopls/internal/lsp: document analysis-related functions by Alan Donovan · 2 years, 2 months ago
  82. b2b9dc3 gopls/internal/lsp/cache: reduce type-checking in renameImports by Alan Donovan · 2 years, 1 month ago
  83. 763a030 gopls/internal/lsp/cache: delete Snapshot.KnownPackages by Alan Donovan · 2 years, 1 month ago
  84. 18f76ec gopls/internal/lsp: split ActivePackages by Alan Donovan · 2 years, 2 months ago
  85. d7dfffd gopls/internal/lsp: eliminate more unnecessary typechecking by Alan Donovan · 2 years, 2 months ago
  86. 09ae2d5 gopls/internal/lsp/source: KnownPackagePaths: avoid loading by Alan Donovan · 2 years, 2 months ago
  87. 1dcc423 gopls/internal/lsp/cache: split metadata and loading in PackagesForFile by Alan Donovan · 2 years, 2 months ago
  88. bf5db81 gopls/internal/lsp/cache: improve ad-hoc warning for nested modules by Robert Findley · 2 years, 2 months ago
  89. e8a70a5 gopls/internal/lsp: remove access to mutable session state from the view by Robert Findley · 2 years, 2 months ago
  90. ff22fab gopls/internal/lsp/cache: eliminate obsolete invalidation step by Alan Donovan · 2 years, 2 months ago
  91. 4c3cb1e internal/gocommand: add GoVersionString by Hana (Hyang-Ah) Kim · 2 years, 2 months ago
  92. 9519368 gopls/internal/lsp/mod: add the vulncheck diagnostics mode by Hana (Hyang-Ah) Kim · 2 years, 2 months ago
  93. d39685a gopls/internal/lsp/source: Package clarifications by Alan Donovan · 2 years, 2 months ago
  94. 4ce4f93 gopls/internal/lsp: add gopls.fetch_vulncheck_result by Hana (Hyang-Ah) Kim · 2 years, 2 months ago
  95. 85bf7a8 gopls/internal/lsp/source: eliminate Metadata interface by Alan Donovan · 2 years, 2 months ago
  96. 2592a85 gopls/internal/lsp: simplify KnownPackages by Alan Donovan · 2 years, 2 months ago
  97. 0c71b56 gopls/internal/lsp: fix diagnostic suppression when folders change by Robert Findley · 2 years, 2 months ago
  98. 13648cd gopls/internal/lsp/cache: use Package.FileSet where possible by Alan Donovan · 2 years, 3 months ago
  99. 3c3713e gopls/internal/lsp/cache: use typed strings (PackagePath et al) throughout by Alan Donovan · 2 years, 2 months ago
  100. bc08991 gopls: sync golang.org/x/vuln@3af8368ee4fe by Hana (Hyang-Ah) Kim · 2 years, 3 months ago