1. a3c22fc cmd/cover: delete package by Bryan C. Mills · 1 year, 5 months ago
  2. 98dcb0e cmd/cover: remove replace directive by Bryan C. Mills · 1 year, 3 months ago cmd/cover/v0.1.0-deprecated
  3. 7765567 gopls/internal/lsp/source: minor clarifications by Alan Donovan · 1 year, 3 months ago
  4. a7f7db3 cmd/cover: carve out deprecated command into its own module by Bryan C. Mills · 1 year, 3 months ago
  5. f9a10c0 Revert "cmd/cover: carve out deprecated command into its own module" by Bryan Mills · 1 year, 3 months ago
  6. e345d46 internal/gcimporter: fix export of invalid methods by Alan Donovan · 1 year, 3 months ago
  7. 4305a22 gopls/internal/lsp/cache: don't cache files if mtime is too recent by Robert Findley · 1 year, 3 months ago
  8. 227ee72 internal/regtest/misc: fail eagerly in TestRenameFileFromEditor by Robert Findley · 1 year, 3 months ago
  9. 43158af cmd/cover: carve out deprecated command into its own module by Bryan C. Mills · 1 year, 5 months ago
  10. b798934 gopls/internal/lsp/protocol: cleanups and docs for Mapper by Alan Donovan · 1 year, 3 months ago
  11. a24944e gopls/internal/lsp/protocol: rename s/ColumnMapper/Mapper/ by Alan Donovan · 1 year, 3 months ago
  12. 55935f4 gopls/internal/span: simplify Span by Alan Donovan · 1 year, 3 months ago
  13. 40a1c97 gopls/internal/lsp/lsppos: delete Mapper by Alan Donovan · 1 year, 3 months ago
  14. 6a3bc37 gopls/internal/lsp/protocol: reimplement ColumnMapper line logic by Alan Donovan · 1 year, 3 months ago
  15. 6e9a35d go/callgraph/cha: refactor callee construction by Tim King · 1 year, 3 months ago
  16. fef5b76 go/callgraph: fix slicing in callgraph_test.go by Tim King · 1 year, 3 months ago
  17. 2be9d05 gopls/internal/lsp/source/xrefs: a new reference index by Alan Donovan · 1 year, 4 months ago
  18. 0362cea gopls/internal/lsp/lsppos: delete TokenMapper by Alan Donovan · 1 year, 3 months ago
  19. 67baca6 go/callgraph/vta: optimize scc computation by Tim King · 1 year, 4 months ago
  20. 2eb6138 gopls/internal/lsp/filecache: use TempDir if UserCacheDir fails us by Alan Donovan · 1 year, 3 months ago
  21. 36bd3db gopls/internal/lsp/protocol: move MappedRange by Alan Donovan · 1 year, 3 months ago
  22. 16b3bf8 gopls/internal/lsp/cache: assume Go 1.16+ by Robert Findley · 1 year, 3 months ago
  23. 3856a5d internal/robustio: add Plan9 support to FileID by Alan Donovan · 1 year, 3 months ago
  24. 09cbc42 gopls/internal/lsp/fake: fix EOF bug in applyEdits by Alan Donovan · 1 year, 3 months ago
  25. 4ded35d gopls/internal/lsp/cache: use distinct types for mod and work parse keys by Robert Findley · 1 year, 3 months ago
  26. 107f43f gopls/completion: avoid duplicating text in test func completions by Peter Weinberger · 1 year, 4 months ago
  27. e225fd4 gopls/internal/lsp/mod: fix nil panic in go.mod hover by Alan Donovan · 1 year, 3 months ago
  28. 057ed3c gopls/internal/lsp/filecache: use os.Chtimes by Alan Donovan · 1 year, 3 months ago
  29. 1fe76af gopls/internal/lsp/source: MappedRange cleanup by Alan Donovan · 1 year, 3 months ago
  30. 02bea03 gopls/internal/lsp/protocol: simplify ColumnMapper by Alan Donovan · 1 year, 4 months ago
  31. a4455fe go/callgraph: adds benchmarks comparing algorithms by Tim King · 1 year, 4 months ago
  32. 7db99dd go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 4 months ago v0.5.0
  33. 1e0dff2 gopls/internal/regtest: avoid race in TestSwitchFromGOPATHToModuleMode by Robert Findley · 1 year, 4 months ago
  34. 0441b43 gopls/internal/lsp/cache: use specific mutexes for module data by Robert Findley · 1 year, 4 months ago
  35. 33071fb internal/robustio: move robustio by Tim King · 1 year, 4 months ago
  36. b01e7a4 gopls/internal/regtest/watch: don't run TestSwitchFromGOPATHToModuleMode by Robert Findley · 1 year, 4 months ago
  37. e417ea3 gopls: remove dead analysis code by Robert Findley · 1 year, 4 months ago
  38. 1a08d01 gopls/internal/lsp: update replace directives in go.mod for package renaming by Dung Le · 1 year, 4 months ago
  39. eac36cb gopls/internal/regtest: port experimental workspace tests to go.work by Robert Findley · 1 year, 4 months ago
  40. 224a61b gopls/internal/lsp/source: delete Snapshot.WriteEnv method by Alan Donovan · 1 year, 4 months ago
  41. 81e741e gopls/internal/lsp/safetoken: funnel more calls through this package by Alan Donovan · 1 year, 4 months ago
  42. 8367fb2 gopls/internal/regtest: await go.work changes in TestAddAndRemoveGoWork by Robert Findley · 1 year, 4 months ago
  43. 3b16059 gopls/internal/regtest: make BufferText strict by Robert Findley · 1 year, 4 months ago
  44. 0e1d013 gopls/internal/lsp/cache: recreate Views when their root changes by Robert Findley · 1 year, 4 months ago
  45. 2f31dd4 go/ssa,go/analysis/passes/nilness: refine when type param constants are nil by Tim King · 1 year, 4 months ago
  46. ae4ff82 gopls/internal/lsp/source: delete GetTypedFile by Alan Donovan · 1 year, 4 months ago
  47. fe6b300 gopls/internal/lsp/source: eliminate Snapshot.Package{,s}ForFile by Alan Donovan · 1 year, 4 months ago
  48. 26fc609 gopls/internal/lsp/cache: eliminate snapshot.containingPackages by Alan Donovan · 1 year, 4 months ago
  49. 85e6ad7 gopls/internal/lsp/safetoken: fix bug in Offset at EOF by Alan Donovan · 1 year, 4 months ago
  50. ef1ec5d gopls/internal/lsp/safetoken: fix error message by Alan Donovan · 1 year, 4 months ago
  51. 44395ff gopls/internal/lsp/source: avoid unnecessary transitive rdeps by Alan Donovan · 1 year, 4 months ago
  52. 6546d82 Revert "gopls/internal/regtest: harmless CL used for benchmark test" by Michael Pratt · 1 year, 4 months ago
  53. 3be0647 gopls/symbols: call source.Document symbols only for Go files by Peter Weinberger · 1 year, 4 months ago
  54. d462c83 gopls/internal/lsp: Replace input text when completing a definition by Viktor Blomqvist · 1 year, 5 months ago
  55. 7efffe1 gopls/internal/regtest: harmless CL used for benchmark test by Dung Le · 1 year, 4 months ago
  56. 1627e95 gopls/internal/lsp: more comment tweaks post-//line support by Alan Donovan · 1 year, 4 months ago
  57. 21f6100 internal/lsp/debug: fix broken template by Robert Findley · 1 year, 4 months ago
  58. 6ad27d0 gopls/internal/robustio: FileID, a portable file identifier by Alan Donovan · 1 year, 4 months ago
  59. 6df6eee internal/diff/lcs: optimize inner loop by Alan Donovan · 1 year, 6 months ago
  60. 57b1265 go/gcexportdata: drop support for go1.6 export data by Alan Donovan · 1 year, 4 months ago
  61. 099260e gopls/internal/lsp: followups to dropping line directives by Alan Donovan · 1 year, 4 months ago
  62. 61e2d3f gopls/internal/lsp/cache: a new analysis driver by Alan Donovan · 1 year, 6 months ago
  63. eb70795 gopls: ignore //line directives by Peter Weinberger · 1 year, 7 months ago
  64. b4dfc36 go/ssa: deref core type in emitLoad by Zvonimir Pavlinovic · 1 year, 4 months ago
  65. 1270fd7 gopls/internal/lsp: announce selectionRangeProvider capability by Hana (Hyang-Ah) Kim · 1 year, 4 months ago
  66. 9bc5dce gopls/internal/lsp/cache: simplify DiagnosePackage by Alan Donovan · 1 year, 4 months ago
  67. df35cd8 x/tools: drop support for Go toolchains older than go1.16 by Alan Donovan · 1 year, 4 months ago
  68. db9d10f go/gcexportdata: preallocate buffer to read into when size is known by Florian Zenker · 1 year, 4 months ago
  69. 0d2045b gopls/internal/lsp: document analysis-related functions by Alan Donovan · 1 year, 5 months ago
  70. b2b9dc3 gopls/internal/lsp/cache: reduce type-checking in renameImports by Alan Donovan · 1 year, 4 months ago
  71. 3cb82d5 go/ssa/interp: fix conversion of slice to named array by Matthew Dempsky · 1 year, 4 months ago
  72. 5899b6a gopls: upgrade dependencies following release by Robert Findley · 1 year, 4 months ago
  73. 763a030 gopls/internal/lsp/cache: delete Snapshot.KnownPackages by Alan Donovan · 1 year, 4 months ago
  74. cc0e696 gopls/internal/hooks: panic if diff consistency check fails by Alan Donovan · 1 year, 4 months ago
  75. 9ec8553 gopls/internal/lsp/source: emit interface stub methods at top level by Alan Donovan · 1 year, 4 months ago
  76. 444c8f6 gopls/internal/lsp/cache: only invalidate parsed files if they changed by Robert Findley · 1 year, 4 months ago
  77. 601ca6c gopls/internal/lsp/source: use correct token.File by Alan Donovan · 1 year, 4 months ago
  78. 95c9dce internal/lsp/mod: fix run_govulncheck codelens name by Hana (Hyang-Ah) Kim · 1 year, 4 months ago
  79. d72a64a gopls/internal/lsp: add selection range request by Robin Neatherway · 1 year, 4 months ago
  80. 18f76ec gopls/internal/lsp: split ActivePackages by Alan Donovan · 1 year, 4 months ago
  81. 84299a0 gopls/internal/lsp/cache: simplify ad-hoc package warning logic by Alan Donovan · 1 year, 4 months ago
  82. a3eef25 gopls/internal/lsp/cache: record parse keys when they're created by Robert Findley · 1 year, 4 months ago
  83. 3da7f1e gopls/hover: remove header tags from hover markdown by Peter Weinbergr · 1 year, 4 months ago
  84. a310bcb gopls/internal/lsp/source: eliminate getStubFile by Alan Donovan · 1 year, 4 months ago
  85. 3cba5a8 internal/gcimporter: port CL 424876 from std importer by Matthew Dempsky · 1 year, 4 months ago
  86. b0fdb78 gopls/internal/lsp/mod: add Reset vulncheck result codelens by Hana (Hyang-Ah) Kim · 1 year, 4 months ago
  87. 88ceb24 gopls/internal/lsp: perform analysis unconditionally by Alan Donovan · 1 year, 4 months ago
  88. 3f74d91 gopls/internal/lsp/cache: invalidate govulncheck results older than 1hr by Hana (Hyang-Ah) Kim · 1 year, 4 months ago
  89. 6b8674f gopls/internal/lsp/source: avoid typechecking in findRune by Alan Donovan · 1 year, 4 months ago
  90. d7dfffd gopls/internal/lsp: eliminate more unnecessary typechecking by Alan Donovan · 1 year, 4 months ago
  91. f3fb218 gopls/internal/lsp/fake: use robustio.RemoveAll in (*Workdir).RemoveFile by Bryan C. Mills · 1 year, 4 months ago
  92. 96ff41d gopls/internal/vulncheck: add TODO for the vulncheck diagnostics by Hana (Hyang-Ah) Kim · 1 year, 5 months ago
  93. 0f6c6f1 gopls: delete obsolete govulncheck code and stop gopls vulncheck -summary by Hana (Hyang-Ah) Kim · 1 year, 5 months ago
  94. c5343a6 gopls/internal/lsp/regtest: fix TestRunGovulncheckError2 by Hana (Hyang-Ah) Kim · 1 year, 5 months ago
  95. cb701f7 gopls/internal/lsp: avoid type-checking when computing hyperlinks by Alan Donovan · 1 year, 4 months ago
  96. d0f184d gopls/internal/lsp/source: avoid unnecessary calls to GetTypedFile by Alan Donovan · 1 year, 4 months ago
  97. 1e5efed gopls/internal/lsp/fake: simply use polling to simulate file watching by Robert Findley · 1 year, 4 months ago
  98. 838a165 gopls/internal/lsp/fake: eliminate the unnecessary fake.FileEvent by Robert Findley · 1 year, 4 months ago
  99. 09fb680 gopls/internal/lsp/fake: eliminate the unnecessary ChangeFilesOnDisk API by Robert Findley · 1 year, 4 months ago
  100. 09ae2d5 gopls/internal/lsp/source: KnownPackagePaths: avoid loading by Alan Donovan · 1 year, 5 months ago