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