1. deeb64b gopls/internal/lsp/source/xrefs: allow Lookup of a set by Alan Donovan · 2 years ago
  2. ce28f40 gopls/internal/regtest: add a test demonstrating confusion following an by Robert Findley · 2 years ago
  3. c4c6aa6 internal/lsp/cache: don't panic in Snapshot on a shutdown view by Robert Findley · 2 years ago
  4. a7f033a gopls/internal/lsp: consolidate the FileHandle API by Robert Findley · 2 years ago
  5. 2fa6ca1 gopls/internal/lsp/source/impls: a new "implementations" index by Alan Donovan · 2 years, 1 month ago
  6. 8087911 gopls: remove the experimentalWorkspaceModule mode by Robert Findley · 2 years, 1 month ago
  7. 5b300bd gopls/internal/lsp/cache: clean up view workspace information by Robert Findley · 2 years, 1 month ago
  8. 97d5de5 gopls/internal/cache: don't mark initialized after cancellation by Robert Findley · 2 years, 1 month ago
  9. 7765567 gopls/internal/lsp/source: minor clarifications by Alan Donovan · 2 years ago
  10. e345d46 internal/gcimporter: fix export of invalid methods by Alan Donovan · 2 years ago
  11. 4305a22 gopls/internal/lsp/cache: don't cache files if mtime is too recent by Robert Findley · 2 years ago
  12. b798934 gopls/internal/lsp/protocol: cleanups and docs for Mapper by Alan Donovan · 2 years ago
  13. a24944e gopls/internal/lsp/protocol: rename s/ColumnMapper/Mapper/ by Alan Donovan · 2 years ago
  14. 55935f4 gopls/internal/span: simplify Span by Alan Donovan · 2 years ago
  15. 2be9d05 gopls/internal/lsp/source/xrefs: a new reference index by Alan Donovan · 2 years, 1 month ago
  16. 0362cea gopls/internal/lsp/lsppos: delete TokenMapper by Alan Donovan · 2 years, 1 month ago
  17. 16b3bf8 gopls/internal/lsp/cache: assume Go 1.16+ by Robert Findley · 2 years ago
  18. 4ded35d gopls/internal/lsp/cache: use distinct types for mod and work parse keys by Robert Findley · 2 years, 1 month ago
  19. 02bea03 gopls/internal/lsp/protocol: simplify ColumnMapper by Alan Donovan · 2 years, 1 month ago
  20. 0441b43 gopls/internal/lsp/cache: use specific mutexes for module data by Robert Findley · 2 years, 1 month ago
  21. e417ea3 gopls: remove dead analysis code by Robert Findley · 2 years, 1 month ago
  22. 224a61b gopls/internal/lsp/source: delete Snapshot.WriteEnv method by Alan Donovan · 2 years, 1 month ago
  23. 81e741e gopls/internal/lsp/safetoken: funnel more calls through this package by Alan Donovan · 2 years, 1 month ago
  24. 0e1d013 gopls/internal/lsp/cache: recreate Views when their root changes by Robert Findley · 2 years, 1 month ago
  25. fe6b300 gopls/internal/lsp/source: eliminate Snapshot.Package{,s}ForFile by Alan Donovan · 2 years, 1 month ago
  26. 26fc609 gopls/internal/lsp/cache: eliminate snapshot.containingPackages by Alan Donovan · 2 years, 2 months ago
  27. 85e6ad7 gopls/internal/lsp/safetoken: fix bug in Offset at EOF by Alan Donovan · 2 years, 1 month ago
  28. 44395ff gopls/internal/lsp/source: avoid unnecessary transitive rdeps by Alan Donovan · 2 years, 1 month ago
  29. 099260e gopls/internal/lsp: followups to dropping line directives by Alan Donovan · 2 years, 1 month ago
  30. 61e2d3f gopls/internal/lsp/cache: a new analysis driver by Alan Donovan · 2 years, 3 months ago
  31. eb70795 gopls: ignore //line directives by Peter Weinberger · 2 years, 4 months ago
  32. 9bc5dce gopls/internal/lsp/cache: simplify DiagnosePackage by Alan Donovan · 2 years, 1 month ago
  33. 0d2045b gopls/internal/lsp: document analysis-related functions by Alan Donovan · 2 years, 2 months ago
  34. b2b9dc3 gopls/internal/lsp/cache: reduce type-checking in renameImports by Alan Donovan · 2 years, 1 month ago
  35. 763a030 gopls/internal/lsp/cache: delete Snapshot.KnownPackages by Alan Donovan · 2 years, 1 month ago
  36. 444c8f6 gopls/internal/lsp/cache: only invalidate parsed files if they changed by Robert Findley · 2 years, 1 month ago
  37. 18f76ec gopls/internal/lsp: split ActivePackages by Alan Donovan · 2 years, 1 month ago
  38. 84299a0 gopls/internal/lsp/cache: simplify ad-hoc package warning logic by Alan Donovan · 2 years, 1 month ago
  39. a3eef25 gopls/internal/lsp/cache: record parse keys when they're created by Robert Findley · 2 years, 1 month ago
  40. 3f74d91 gopls/internal/lsp/cache: invalidate govulncheck results older than 1hr by Hana (Hyang-Ah) Kim · 2 years, 1 month ago
  41. d7dfffd gopls/internal/lsp: eliminate more unnecessary typechecking by Alan Donovan · 2 years, 1 month ago
  42. 09ae2d5 gopls/internal/lsp/source: KnownPackagePaths: avoid loading by Alan Donovan · 2 years, 2 months ago
  43. 1dcc423 gopls/internal/lsp/cache: split metadata and loading in PackagesForFile by Alan Donovan · 2 years, 2 months ago
  44. bf5db81 gopls/internal/lsp/cache: improve ad-hoc warning for nested modules by Robert Findley · 2 years, 2 months ago
  45. 2ad6325 gopls/internal/lsp/cache: expand ImportPath!=PackagePath comment by Alan Donovan · 2 years, 2 months ago
  46. 4f69bf3 gopls/internal/lsp/cache: narrow reloadOrphanedFiles to open files by Robert Findley · 2 years, 2 months ago
  47. d444fa3 gopls/internal/lsp/cache: simplify canonical URI cache by Alan Donovan · 2 years, 2 months ago
  48. e0b516b gopls/internal/lsp/cache: invalidate metadata after vendor change by Alan Donovan · 2 years, 2 months ago
  49. 31d5843 gopls/internal/lsp/cache: fix re-entrant session locking by Robert Findley · 2 years, 2 months ago
  50. d54e12b gopls/internal/lsp: avoid I/O in URI comparison operations by Alan Donovan · 2 years, 2 months ago
  51. fe83ddb gopls/internal/lsp: move options off of the cache by Robert Findley · 2 years, 2 months ago
  52. e8a70a5 gopls/internal/lsp: remove access to mutable session state from the view by Robert Findley · 2 years, 2 months ago
  53. ff22fab gopls/internal/lsp/cache: eliminate obsolete invalidation step by Alan Donovan · 2 years, 2 months ago
  54. 4c3cb1e internal/gocommand: add GoVersionString by Hana (Hyang-Ah) Kim · 2 years, 2 months ago
  55. d39685a gopls/internal/lsp/source: Package clarifications by Alan Donovan · 2 years, 2 months ago
  56. 7cfde84 gopls/internal/vulncheck: add import info based vuln scanning by Hana (Hyang-Ah) Kim · 2 years, 2 months ago
  57. 7cda55e gopls/internal/lsp/cache: wire in mod vulnerability analysis by Robert Findley · 2 years, 2 months ago
  58. 19fb30d gopls/internal/lsp/cache: fix data race in Symbols by Alan Donovan · 2 years, 2 months ago
  59. 4ce4f93 gopls/internal/lsp: add gopls.fetch_vulncheck_result by Hana (Hyang-Ah) Kim · 2 years, 2 months ago
  60. 85bf7a8 gopls/internal/lsp/source: eliminate Metadata interface by Alan Donovan · 2 years, 2 months ago
  61. 2592a85 gopls/internal/lsp: simplify KnownPackages by Alan Donovan · 2 years, 2 months ago
  62. c7ed4b3 gopls/internal/lsp/cache: clean up tracking of GO111MODULE by Robert Findley · 2 years, 2 months ago
  63. 23056f6 internal/lsp/cache: clean up getOrLoadIDsForURI by Robert Findley · 2 years, 3 months ago
  64. 5a4eba5 internal/lsp/cache: remove support for invalid metadata by Robert Findley · 2 years, 3 months ago
  65. ce26db4 go/analysis: add Pass.TypeErrors field by Alan Donovan · 2 years, 5 months ago
  66. 0c71b56 gopls/internal/lsp: fix diagnostic suppression when folders change by Robert Findley · 2 years, 2 months ago
  67. 13648cd gopls/internal/lsp/cache: use Package.FileSet where possible by Alan Donovan · 2 years, 2 months ago
  68. 3c3713e gopls/internal/lsp/cache: use typed strings (PackagePath et al) throughout by Alan Donovan · 2 years, 2 months ago
  69. bc08991 gopls: sync golang.org/x/vuln@3af8368ee4fe by Hana (Hyang-Ah) Kim · 2 years, 2 months ago
  70. 6f99366 gopls/internal/lsp/cache: don't pass snapshot.fset to go/packages by Alan Donovan · 2 years, 2 months ago
  71. 39c2fd8 internal/lsp/cache: simplify importsState modfile hashing logic by Robert Findley · 2 years, 3 months ago
  72. 32e1cb7 gopls/internal/lsp: clarify control around diagnostics by Alan Donovan · 2 years, 3 months ago
  73. 051f03f gopls/internal/lsp/cache: remove unnecessary params by Alan Donovan · 2 years, 3 months ago
  74. 21f6127 gopls/internal/lsp/cache: add PkgPath->PackageID index to Metadata by Alan Donovan · 2 years, 3 months ago
  75. 6128030 gopls/internal: support renaming packages with int. test variants by Robert Findley · 2 years, 3 months ago
  76. 91311ab gopls/internal/lsp/cache: better import path hygiene by Alan Donovan · 2 years, 3 months ago
  77. b50d7ba gopls: minor cleanup of standalone package support by Robert Findley · 2 years, 3 months ago
  78. 502b93c gopls/internal/lsp: tolerate missing end position in RelatedInformation by Robert Findley · 2 years, 3 months ago
  79. 4818d9e Revert "gopls/internal/lsp/cache: disable strict analysis while we fix panics" by Robert Findley · 2 years, 3 months ago
  80. bc4e384 gopls/internal/lsp/cache: fix crash in analysis by Alan Donovan · 2 years, 3 months ago
  81. 9b5e55b gopls/internal/lsp/cache: disable strict analysis while we fix panics by Robert Findley · 2 years, 3 months ago
  82. 9ffaf69 gopls/internal/lsp/cache: minor analysis cleanups by Alan Donovan · 2 years, 3 months ago
  83. ffb862b gopls/internal/lsp/cache: remove stray print statement by Robert Findley · 2 years, 3 months ago
  84. b253314 gopls/internal/lsp/cache: add support for loading standalone main files by Robert Findley · 2 years, 3 months ago
  85. 3beecff gopls/internal/span: some cleanups by Alan Donovan · 2 years, 3 months ago
  86. 19a5504 gopls/internal/lsp: use the golang.org/x/vuln/exp/govulncheck by Hana (Hyang-Ah) Kim · 2 years, 4 months ago
  87. cd0288f internal/lsp/cache: invalidate analysis results on packages.Load by Robert Findley · 2 years, 6 months ago
  88. 906c733 gopls/internal/lsp/source: find references in test packages by Robert Findley · 2 years, 4 months ago
  89. f90d8ad all: fix a few function names on comments by cui fliter · 2 years, 3 months ago
  90. 8b1d1ec gopls/internal/lsp/cache: suppress panics during analysis by Alan Donovan · 2 years, 4 months ago
  91. 20c1ee7 gopls/internal/lsp: warn about Go versions that are too old by Robert Findley · 2 years, 4 months ago
  92. 709f108 gopls/internal/lsp/cache: suppress crashes in fact_purity analyzer by Alan Donovan · 2 years, 4 months ago
  93. a410e98 internal/diff: ToUnified may fail by Alan Donovan · 2 years, 4 months ago
  94. 26a95e6 gopls/internal/span: move internal/span into gopls by Alan Donovan · 2 years, 4 months ago
  95. f2c4579 internal/diff: avoid unnecessary allocations by Alan Donovan · 2 years, 4 months ago
  96. d96b238 internal/diff: simplify API, break span dependency by Alan Donovan · 2 years, 4 months ago
  97. 9856077 internal/diff: abolish errors by Alan Donovan · 2 years, 4 months ago
  98. b280e27 gopls/internal/lsp/cache: make IsIntermediateTestVariant a method by Robert Findley · 2 years, 4 months ago
  99. ff4ff8b gopls/internal/lsp/source: don't type-check in FindPackageFromPos by Robert Findley · 2 years, 4 months ago
  100. 2d32e15 gopls/internal/lsp/cache: in tests, show all stacks during analyzer crash by Alan Donovan · 2 years, 4 months ago