1. fe324ac all: tidy with -compat=1.18 by Dmitri Shuralyov · 1 year, 6 months ago
  2. b5e55d1 go/analysis/analysistest: give better hint in SuggestedFix assertion by Alan Donovan · 1 year, 7 months ago v0.13.0
  3. a807ccf go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 6 months ago
  4. 21090a2 gopls/internal/lsp/cache: use persistent.Set in a couple places by Robert Findley · 1 year, 7 months ago
  5. 38b898b internal/persistent: add Set by Robert Findley · 1 year, 7 months ago
  6. 44f7796 gopls: add and enable the slog analyzer by Robert Findley · 1 year, 7 months ago
  7. 2c6ba93 gopls: tidy for 1.17+ by Robert Findley · 1 year, 7 months ago
  8. 5a96569 gopls/internal/lsp/cmd: don't use x/exp/slices by Robert Findley · 1 year, 7 months ago
  9. 77c6ac6 gopls/internal/telemetry: don't schedule the next upload by Hana (Hyang-Ah) Kim · 1 year, 7 months ago
  10. 010e045 internal/persistent: use generics by Robert Findley · 1 year, 7 months ago
  11. a1a928d gopls: remove dead code by Alan Donovan · 1 year, 7 months ago
  12. 7663a40 internal/cmd/deadcode: add -generated flag by Alan Donovan · 1 year, 7 months ago
  13. ea5e7c6 gopls/internal/lsp/cache: delete unused mustEncode by Rob Findley · 1 year, 7 months ago
  14. cb85f8f gopls/internal/lsp/cmd: consolidate editing flags by Alan Donovan · 1 year, 10 months ago
  15. 63c7da0 gopls: more 1.18 cleanup; use strings.Cut and os functions by Rob Findley · 1 year, 7 months ago
  16. 5fc00b4 gopls/internal: move Options and FileKind from View to Snapshot by Rob Findley · 1 year, 7 months ago
  17. 1bfa8e3 gopls: update uses of deprecated ioutil APIs by Rob Findley · 1 year, 7 months ago
  18. 914b218 gopls/internal/lsp/analysis/unusedparams: document the blank identifier by Rob Findley · 1 year, 7 months ago
  19. 8234134 gopls/internal/lsp/frob: add defensive header by Alan Donovan · 1 year, 7 months ago
  20. e3671fc internal/telemetry: unconditionally trigger upload logic by Hana (Hyang-Ah) Kim · 1 year, 7 months ago
  21. 9658d2e internal/refactor/inline: NeedGoPackages in test by Alan Donovan · 1 year, 7 months ago
  22. 5e8d21a gopls/internal/lsp/source: implement refactor.inline code action by Alan Donovan · 1 year, 7 months ago
  23. edda81f internal/refactor/inline: an inliner for Go source by Alan Donovan · 1 year, 8 months ago
  24. 2926c1f gopls/internal/telemetry: log timestamp when test fails by Hana (Hyang-Ah) Kim · 1 year, 7 months ago
  25. cd22603 go/analysis/unitchecker: NeedGoPackages in ExampleSeparateAnalysis by Alan Donovan · 1 year, 7 months ago
  26. 2191a27 gopls/internal/lsp/frob: fix build breakage by Alan Donovan · 1 year, 7 months ago
  27. 5fb106a internal/testenv: simplify 'go build' support check by Bryan C. Mills · 1 year, 7 months ago
  28. c51e3f7 gopls/internal/lsp/frob: make API generic by Alan Donovan · 1 year, 8 months ago
  29. 7e1bfe8 go/analysis/unitchecker: Example of separate analysis by Alan Donovan · 1 year, 8 months ago
  30. 39bfef4 gopls: update x/telemetry dependency by Hana (Hyang-Ah) Kim · 1 year, 7 months ago
  31. c28af0a gopls/internal/lsp/debug: remove hard-coded version by Rob Findley · 1 year, 7 months ago
  32. 0a044c0 gopls/doc: update tests that fail on Kokoro to run at Go 1.21+ by Rob Findley · 1 year, 7 months ago
  33. 7b7b9a1 gopls/internal/telemetry: write counter unconditionally and run upload by Hana (Hyang-Ah) Kim · 1 year, 7 months ago
  34. 8fd71c0 gopls/internal/lsp/mod: remove TestModfileRemainsUnchanged by Robert Findley · 1 year, 7 months ago
  35. 2e5fc54 gopls/internal/regtest/codelens: avoid a race in TestUpgradeCodelens by Rob Findley · 1 year, 7 months ago
  36. 6eca6df gopls/doc: include stderr output from 'go list' in pkgDir errors by Bryan C. Mills · 1 year, 7 months ago
  37. c38e6b0 gopls/internal/lsp: add testing support for the new zero builtin by Rob Findley · 1 year, 7 months ago
  38. ff7f2b9 gopls/internal/lsp/source completion: don't suggest untyped conversions by Robert Findley · 1 year, 7 months ago
  39. 9425c2e gopls/internal/lsp/source: fix implementations query on error type by Robert Findley · 1 year, 7 months ago
  40. 5913c02 gopls/internal/lsp/source: add a test for local types stubbing by Robert Findley · 1 year, 7 months ago
  41. a46a10f gopls: stubbed methods shouldn't qualify the current package by toad · 1 year, 7 months ago
  42. 1517d1a gopls/internal/lsp/source: fix renaming instantiated fields by Robert Findley · 1 year, 7 months ago
  43. 9f2e103 all: gofmt format by cui fliter · 1 year, 7 months ago
  44. b225aa0 internal/typeparams: run go generate by Ian Lance Taylor · 1 year, 7 months ago
  45. 0286c38 gopls/internal/lsp: switch default diff to "new" by Robert Findley · 1 year, 7 months ago
  46. a80931d gopls/telemetry: accept vscode-insiders as a known editor by Peter Weinberger · 1 year, 7 months ago
  47. 64e9248 gopls/internal/lsp/source/completion: add ifnotnil postfix snippet by Nicholas Cheng · 1 year, 8 months ago
  48. 74c255b gopls/internal/lsp/cache: avoid dependency on StdSizes by Cuong Manh Le · 1 year, 7 months ago
  49. fa12f34 go/packages: avoid unnecessary dependency on StdSizes by Cuong Manh Le · 1 year, 7 months ago
  50. f4c8627 gopls: fix raciness related to TestOrphanedFiles by Robert Findley · 1 year, 7 months ago
  51. 6290d8a go/analysis/passes/copylock: ignore parens on rhs by Tim King · 1 year, 7 months ago
  52. 6b4d1de gopls/internal/lsp: avoid duplicate type checking following invalidation by Rob Findley · 1 year, 8 months ago
  53. 47c5305 gopls/internal/regtest/bench: skip oracle didSave test by Robert Findley · 1 year, 7 months ago
  54. 053d3c4 gopls/telemetry: test that telemetry counters are written by Hana (Hyang-Ah) Kim · 1 year, 8 months ago
  55. 5027187 gopls/internal/regtest/bench: enable oracle benchmarks with -short by Robert Findley · 1 year, 7 months ago
  56. 59fd05d go/types/objectpath: remove use of linkname for gopls back doors by Robert Findley · 1 year, 7 months ago
  57. 582ef29 gopls/internal/protocol: remove // line comments from tsprotocol.go by Peter Weinberger · 1 year, 7 months ago
  58. 9abb02c gopls/internal/regtest/bench: add an oracle completion benchmark by Rob Findley · 1 year, 7 months ago
  59. 33da5c0 gopls/internal/telemetry: record Go version used in each view by Hana (Hyang-Ah) Kim · 1 year, 8 months ago
  60. 732ad6f internal/imports: update stdlib index for Go 1.21.0 by Gopher Robot · 1 year, 7 months ago
  61. f42bca8 refactor/satisfy: (re)allow composite lits of pointer type by Robert Findley · 1 year, 7 months ago
  62. 229f848 gopls/internal/lsp/source: enable new defers analyzer by Alan Donovan · 1 year, 9 months ago v0.12.0
  63. 2dc7eba go/analysis: use parser.SkipObjectResolution by Daniel Martí · 1 year, 7 months ago
  64. f91c023 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 8 months ago
  65. e0783a8 internal/gcimporter: remove bug report on objectpath failure by Robert Findley · 1 year, 8 months ago
  66. 75f6f9c gopls/internal/bug: add gopls/bug telemetry counter by Hana (Hyang-Ah) Kim · 1 year, 8 months ago
  67. 4b271f9 gopls: add gopls/client telemetry counters by Hana (Hyang-Ah) Kim · 1 year, 8 months ago
  68. d0b18e2 go/analysis/passes/copylock: fix infinite recursion by Robert Findley · 1 year, 8 months ago
  69. 5b4d426 gopls/internal/hooks: clean language version before passing to gofumpt by Robert Findley · 1 year, 8 months ago
  70. 2160c5f gopls/internal/lsp/analysis: fix stubmethods with variadic parameters by Robert Findley · 1 year, 8 months ago
  71. 3d20bbe internal/gcimporter: add a missing return if objectpath fails by Robert Findley · 1 year, 8 months ago
  72. c16d0be cmd/gonew: add new tool for starting a module by copying one by Russ Cox · 1 year, 8 months ago v0.11.1
  73. 304e203 internal/edit: copy cmd/internal/edit by Russ Cox · 1 year, 8 months ago
  74. 82861e0 gopls/internal/lsp/source: reinstate equalOrigin for references check by Rob Findley · 1 year, 8 months ago
  75. 1561060 gopls/internal/lsp/source: fix incorrect 'origin' logic for named types by Rob Findley · 1 year, 8 months ago
  76. fe58b07 gopls/internal/lsp/source: fix renaming of type parameters by Rob Findley · 1 year, 8 months ago
  77. 3a3c169 gopls/internal/lsp/source: refresh embeddirective analyzer docs by Viktor Blomqvist · 1 year, 8 months ago
  78. 03562de refactor/satisfy/find: composite lits may have type parameter type by Rob Findley · 1 year, 8 months ago
  79. bacac14 gopls/internal/lsp/source: Add SuggestedFix for embeddirective Analyzer by Viktor Blomqvist · 1 year, 8 months ago
  80. 38606b3 gopls/internal/lsp/cache: keep analysis progress reports on one line by Rob Findley · 1 year, 8 months ago
  81. e8cdaf4 gopls/internal/lsp/cache: fast-path for type-checking active packages by Rob Findley · 1 year, 8 months ago
  82. da5abd3 gopls/internal/lsp/cache: fix use of time.NewTimer instead of NewTicker by Rob Findley · 1 year, 8 months ago
  83. b389785 gopls: fix tests that depend on log sequencing by Rob Findley · 1 year, 8 months ago
  84. 2ffc4dc all: fix some typos by cui fliter · 1 year, 8 months ago
  85. e66c3a5 gopls/internal/lsp/cache: use correct metadata in resolveImportGraph by Rob Findley · 1 year, 8 months ago
  86. 364bdd0 gopls/internal/lsp/cache: fix incorrect check for active package by Rob Findley · 1 year, 8 months ago
  87. c6e02e3 gopls/internal/lsp/source: highlight deprecated symbols by Hana (Hyang-Ah) Kim · 1 year, 8 months ago
  88. 07bfcd4 internal/gcimporter: another workaround for race to interface type set by Rob Findley · 1 year, 8 months ago
  89. db5406b gopls/internal/lsp: don't recompute diagnostics during code actions by Robert Findley · 1 year, 8 months ago
  90. 4810eda gopls/internal/lsp/cache: memoize active packages after every operation by Rob Findley · 1 year, 8 months ago
  91. fa093b2 gopls/internal/regtest/bench: add benchmarks for codeactions by Robert Findley · 1 year, 8 months ago
  92. d75c387 internal/facts: don't reexport imported facts unnecessarily by Alan Donovan · 1 year, 8 months ago
  93. 67ba599 gopls/internal/lsp/cache: fix boundary cond in parseCache age eviction by Rob Findley · 1 year, 8 months ago
  94. 478577b gopls/internal/lsp/cache: purge Analysis.Results earlier by Alan Donovan · 1 year, 8 months ago
  95. ac1b965 gopls/internal/lsp/cache: limit parallelism by Alan Donovan · 1 year, 8 months ago
  96. 4f74786 gopls/internal/lsp/cache: move purgeFuncBodies into the parse cache by Rob Findley · 1 year, 9 months ago
  97. 3577700 gopls/internal/lsp/cache: used time-based eviction in parseCache by Rob Findley · 1 year, 8 months ago
  98. 36f607b gopls/internal/lsp/frob: document another restriction by Alan Donovan · 1 year, 8 months ago
  99. 9b2c3f9 go/types/objectpath: avoid sorting methods for gopls by Rob Findley · 1 year, 8 months ago
  100. ebb9ee3 gopls/internal/lsp/cache: UX improvements for analysis by Rob Findley · 1 year, 8 months ago