1. f3f6b2c gopls/doc/release/v0.22.0.md: update release notes by Alan Donovan · 3 weeks ago master
  2. 1a69aa5 gopls/internal/settings: add embedlit analyzer by Madeline Kalil · 4 hours ago
  3. cd58e99 go/analysis/passes/modernize: publish modernizers by Madeline Kalil · 5 hours ago
  4. 5c70b1f gopls/internal/golang: return unmodified if interactivity is not needed by Hongxiang Jiang · 6 days ago
  5. 8dd5ac2 internal/typesinternal/typeindex: suppress test on js by Madeline Kalil · 25 hours ago
  6. 9719f4f all: fix some minor issues in the comments by cuishuang · 3 months ago
  7. 83e333a gopls/internal/golang: fix invalid comment on hover by Madeline Kalil · 4 days ago
  8. 215b5af go/analysis/passes/inline: fix bug renaming param type aliases by Alan Donovan · 5 days ago
  9. 30f43b2 gopls: actually don't emit shadowing modifier in the builtin pkg by Mateusz Poliwczak · 4 days ago
  10. 5847157 x/tools: go fix ./... by Alan Donovan · 4 days ago
  11. 52180d6 gopls/integration/misc: Test61208 flaky by Peter Weinberger · 4 days ago
  12. 4fc140a go/analysis/passes/modernize: fix slicesbackward unused value by Madeline Kalil · 7 days ago
  13. 397b80f internal/typesinternal/typeindex: support generic functions in index.Calls by Mateusz Poliwczak · 10 days ago
  14. 8a5f06e go/analysis/passes/modernize: stringscut: detect modifying use in all assignments by Madeline Kalil · 3 weeks ago
  15. 9561e2d go/analysis/passes/modernize: disable fmtappendf modernizer by Madeline Kalil · 7 days ago
  16. 21e1a67 gopls/internal/golang: ApplyFix: refine assertion by Alan Donovan · 7 days ago
  17. a448bbc x/tools/go/types/objectpath: fix TestOrdering by xieyuschen · 2 weeks ago
  18. 22a6425 go/analysis/passes/modernize: suppress stringsbuilder fixes in tests by Madeline Kalil · 7 days ago
  19. f5d3b66 internal/astutil: add UnparenCursor, UnparenEnclosingCursor by Mateusz Poliwczak · 11 days ago
  20. da29aa0 gopls/internal/golang/completion: fix completion after dot with no RHS typed by Hana Kim · 9 days ago
  21. 2d8078d gopls/internal/golang/completion: fix replacement range in invalid code by Hana Kim · 9 days ago
  22. a70df15 internal/gcimporter: skip TestIExportData_stdlib when GOROOT is in GOMODCACHE by Hana Kim · 10 days ago
  23. 4509733 go/ast/edge: don't panic on nil iface in Get by Mateusz Poliwczak · 11 days ago
  24. 262e2bd go/analysis/passes/modernize: add embedlit modernizer by Madeline Kalil · 3 weeks ago
  25. 6c0e699 go/ast/edge: update Kind const doc comments by Mateusz Poliwczak · 13 days ago
  26. b891353 gopls/internal/mcp: do not push instruction by default by Hana Kim · 2 weeks ago
  27. 093c2dd go/types/objectpath: optimize search to avoid quadratic time by Alan Donovan · 13 days ago
  28. f696b6b gopls/internal/protocol: add existence & kind to document uri by Hongxiang Jiang · 4 weeks ago
  29. e4c23f5 gopls/internal/server: update neovim source URL by Alan Donovan · 13 days ago
  30. d9c0b1d go/analysis/modernize: slicesbackward: skip fix for lvalue index exprs by Connor Szczepaniak · 2 weeks ago
  31. 19499e7 internal/gcimporter: copy CLs 766661 and 767521 to x/tools by Mark Freeman · 3 weeks ago
  32. 7799d73 gopls/internal/golang/completion: update comment for generic methods by Mark Freeman · 4 weeks ago
  33. 4086c79 gopls: don't emit shadowing modifier in the builtin pkg by Mateusz Poliwczak · 2 weeks ago
  34. 00da4bb internal/astutil: preserve [...] composite literals in PurgeFuncBodies by Rob Findley · 3 weeks ago
  35. 85bb374 go/analysis/passes/scannererr: report failure to check bufio.Scanner.Err by Alan Donovan · 5 months ago
  36. ba7a50e gopls/doc/design: add integrating interactive refactoring doc by Hongxiang Jiang · 3 weeks ago
  37. 52e847f gopls/internal/cache/methodsets: don't store positions of imported methods by Rob Findley · 3 weeks ago
  38. df6c285 gopls/internal/golang: pre-filter identifiers by name in localReferences by Rob Findley · 4 weeks ago
  39. 1f392cc gopls/internal/analysis/yield: use monotone flow for precision by Alan Donovan · 6 weeks ago
  40. 6f9ca2c gopls/internal/cache: set Pass.Module by Akihiro Suda · 3 weeks ago
  41. bbb5452 gopls/test/integation/misc: Add logging for flaky test by Peter Weinberger · 3 weeks ago
  42. ed120f5 internal/gcimporter: remove incorrect r.Bool() read by Mark Freeman · 4 weeks ago
  43. 90fb92e modernize/stringscut: simplify Split/SplitN[0] to strings.Cut by abhay1999 · 3 weeks ago
  44. a1fde62 go/analysis/passes/modernize: avoid invalid stringscut fixes in multi-assignments by dorbmon · 3 weeks ago
  45. b2d7a5d go/analysis/passes/modernize: fix stringsbuilder self-referencing bug by Madeline Kalil · 3 weeks ago
  46. 80ab561 internal/refactor/inline: analyze param and result type params by Mateusz Poliwczak · 5 weeks ago
  47. c427cad gopls/internal/cache: store analyzeSummary fields on analysisNode by Rob Findley · 4 weeks ago
  48. 4eb326e gopls/internal/util/frob: change Codec.Decode to return the value by Rob Findley · 4 weeks ago
  49. feab5c9 gopls/internal/cache: try pre func before getPackageHandles in forEachPackage by Rob Findley · 4 weeks ago
  50. 5923b29 gopls/internal/golang/hover: include doc comment for assign stmts by Madeline Kalil · 5 weeks ago
  51. 55fb96f gopls/doc/features: add documentation for implement interface by Hongxiang Jiang · 3 weeks ago
  52. 32ecccb gopls/doc/features: add interactive refactoring feature doc by Hongxiang Jiang · 4 weeks ago
  53. 8f5e25d gopls: remove trailing slash from replace directory path by Dmitri Shuralyov · 2 years, 11 months ago
  54. 03be674 gopls/internal/settings: rename from file uri to document uri by Hongxiang Jiang · 3 weeks ago
  55. 12d372a go/analysis/unitchecker: add Config.Module by Akihiro Suda · 4 weeks ago
  56. 746b959 x/tools: run slicesbackward analyzer by Alan Donovan · 4 weeks ago
  57. 737b7a8 gopls/internal/test/marker: send SIGABRT to stuck go commands by Alan Donovan · 4 weeks ago
  58. 22577d4 gopls: add test cases for embedded fields in struct literals by Hana Kim · 4 weeks ago
  59. f045b04 go/packages: improve error message for export data issues by Mark Freeman · 4 weeks ago
  60. 05c94c1 gopls/completion: prepend space when completing right after "//" before a declaration by abhay1999 · 4 weeks ago
  61. 70a4393 internal/modindex: fix clock race causing test flakes by Alan Donovan · 4 weeks ago
  62. 35c2de9 gopls/doc/release: add months to release notes by Alan Donovan · 4 weeks ago
  63. a2402e7 gopls/doc: simplify 'supported Go versions' section by Dmitri Shuralyov · 4 weeks ago
  64. bf6f737 gopls/doc: update go command version support description by Dmitri Shuralyov · 4 weeks ago
  65. 40fc9c0 gopls/internal/test/integragtion: remove obsolete Settings by Peter Weinberger · 5 weeks ago
  66. 2fd0e25 gopls: add shadowing semantic token modifier by Mateusz Poliwczak · 4 weeks ago
  67. 3dd188d go.mod: update golang.org/x dependencies by Gopher Robot · 4 weeks ago v0.44.0
  68. aebd870 gopls: improve doc link matching to support links followed by a colon by acehinnnqru · 4 weeks ago
  69. 5357b43 go/analysis/passes/modernize: rangeint: handle type parameter constraints by Madeline Kalil · 4 weeks ago
  70. bf04c61 go/types/internal/play: show normal terms of selected type by Alan Donovan · 4 weeks ago
  71. 0ae2de0 gopls/internal/filecache: cache decoded objects in memCache by Rob Findley · 4 weeks ago
  72. 8e51a5f go/ssa: support direct references to embedded fields in struct lit by Hongxiang Jiang · 4 weeks ago
  73. 5005b9e internal/gcimporter: rename ureader_yes.go to ureader.go by Mark Freeman · 4 weeks ago
  74. 5ca865b go/types/objectpath: add debugging command by Alan Donovan · 5 weeks ago
  75. f6476fb internal/gcimporter: consume generic methods in gcimporter by Mark Freeman · 4 weeks ago
  76. b36d1d1 internal/pkgbits: sync version.go with goroot by Mark Freeman · 4 weeks ago
  77. d71d09e gopls/internal/golang: check dialog support directly against forms by Hongxiang Jiang · 5 weeks ago
  78. f94a0e7 gopls/internal/golang: refactor the file structure of dialog support by Hongxiang Jiang · 5 weeks ago
  79. b87f6db gopls/internal/server: return lazy enum or string for stub methods by Hongxiang Jiang · 6 weeks ago
  80. dab4f7e gopls/internal/server: InteractiveListEnum support workspaceSymbol queries by Hongxiang Jiang · 8 weeks ago
  81. 40a8792 go/types/objectpath: fix bug with methods of cyclic interfaces by Alan Donovan · 5 weeks ago
  82. e079961 go/analysis/passes/modernize: add slicesbackward analyzer by abhay1999 · 5 weeks ago
  83. 67b3d05 gopls/internal/golang: improve invisibility error message by Hongxiang Jiang · 5 weeks ago
  84. b20ccfd gopls/internal/golang: detect package invisibility when stub methods by Hongxiang Jiang · 8 weeks ago
  85. 9a66ce6 gopls/internal/golang: detect import cycle when stub methods by Hongxiang Jiang · 9 weeks ago
  86. 25856b9 gopls/internal/protocol: preserve FormAnswers upon interactive resolution by Hongxiang Jiang · 6 weeks ago
  87. 4f5f4d3 gopls/internal/test/marker: refactor code action marker with dialog by Hongxiang Jiang · 5 weeks ago
  88. 318e313 gopls/internal/filewatcher: suppress flaky assertion on Windows by Alan Donovan · 5 weeks ago
  89. 6e566d7 gopls/internal/server: add form for implement interface command by Hongxiang Jiang · 2 months ago
  90. 2234cbb gopls/internal/server: implement code action implement interface X by Hongxiang Jiang · 3 months ago
  91. a331924 gopls/internal/server: add code action implement interface X by Hongxiang Jiang · 3 months ago
  92. 5b77dcc go/analysis/passes/printf: report %w applied to a value of type *E by Madeline Kalil · 5 weeks ago
  93. 8988a1c gopls/internal/golang/hover: improve embedded method hover info by Madeline Kalil · 5 weeks ago
  94. 89b0829 gopls/codeaction: Add dialog tests for editing struct tags by Peter Weinberger · 2 months ago
  95. 895039e gopls/internal/filewatcher: enable file watcher as a gopls config by Hongxiang Jiang · 7 weeks ago
  96. 501a97f gopls/internal/server: use plain text in govulncheck prompt by Ethan Lee · 6 weeks ago
  97. 908cf39 cmd/digraph: use graphfmt.Dot by Austin Clements · 2 months ago
  98. 57ea76e cmd/digraph: use graph.Transpose by Austin Clements · 2 months ago
  99. 7f6d66f internal/graph: add AllPaths, use in cmd/digraph by Austin Clements · 2 months ago
  100. 1a57a4e internal/graph: add ShortestPath, use in cmd/digraph by Austin Clements · 2 months ago