1. c8d229c all: fix spelling errors by Hana (Hyang-Ah) Kim · 16 hours ago master
  2. 8db9562 go/ssa: update public doc of CreatePackage by xieyuschen · 3 days ago
  3. bea7373 gopls/internal/protocol/command: remove nuisance error handling by Alan Donovan · 2 days ago
  4. 18a3f05 go/ssa: remove outdated any normalizer setting up in test by xieyuschen · 30 hours ago
  5. 0355013 go/ssa: sanity check for package transient fields by xieyuschen · 3 days ago
  6. 2aabc4f go/analysis/passes/printf: return when suppressing a non-constant diagnostic by Tim King · 2 days ago
  7. 5cb6eeb txtar: use slices.Clone instead of copy by Stavros Panakakis · 2 days ago
  8. e603756 gopls/internal/cache: add telemetry counter for GOPACKAGESDRIVER by Alan Donovan · 3 months ago
  9. 42b921c gopls/internal/test/integration: skip BenchmarkPackages with -short by Rob Findley · 2 days ago
  10. a58d83b gopls/internal/cache: build the import map lazily during type checking by Rob Findley · 3 days ago
  11. 765ea95 go/analysis/passes/printf: add global to disable new diagnostics by Tim King · 3 days ago
  12. a319a85 gopls/internal/telemetry/cmd/stacks: display closed issues white by Alan Donovan · 3 days ago
  13. 5aac53c gopls/internal/golang: Definition: jump to assembly by Alan Donovan · 6 days ago
  14. 8fcd92f gopls/internal/telemetry/cmd/stacks: predicate de-duplication by Alan Donovan · 6 days ago
  15. 7891473 gopls/internal/telemetry/cmd/stacks: fix two bugs by Alan Donovan · 6 days ago
  16. 91d4bdb gopls: rm GofumptFormat from internal/settings by Kir Kolyshkin · 7 days ago
  17. 198986d go/ssa: go/ssa: disable TestTypeparamTest on wasm by Tim King · 7 days ago
  18. 3e49191 gopls/internal/telemetry/cmd/stacks: generate CodeSearch links by Alan Donovan · 8 days ago
  19. beed481 gopls/internal/settings: use CodeActionKind hierarchy by Alan Donovan · 5 weeks ago
  20. 15b8886 SignatureHelp: report signature of Ident if no enclosing CallExpr by xizi · 7 days ago
  21. 4e8d5c8 gopls: bump gofumpt to 0.7.0 by Kir Kolyshkin · 7 days ago
  22. 6a387a4 go/ssa: require 1.23 for TestCycles by Tim King · 8 days ago
  23. 42a6477 go/ssa: disable TestTypeparamTest/chan.go on wasm by Tim King · 8 days ago
  24. 5157118 gopls/internal/lsp/source: put testing.T/B first when extracting by Viktor Stanchev · 8 days ago
  25. 94ac686 go/ssa: pop targets stack on range-over-func by xieyuschen · 9 days ago
  26. 2884375 gopls/internal/golang: Definitions: support renaming imports in doc links by Alan Donovan · 9 days ago
  27. b0f680c go/ssa: reenable TestStdlib by Alan Donovan · 9 days ago
  28. b7af269 go/ssa: improve sanity checking by xieyuschen · 9 days ago
  29. fd7ab2d gopls/internal/server: fix build following semantic merge conflict by Rob Findley · 9 days ago
  30. dc4c525 gopls/internal: test discovery by Ethan Reesor · 9 weeks ago
  31. 8ba9169 gopls/internal/golang: Highlight: work around go/types bug by Alan Donovan · 10 days ago
  32. bfc94c9 go/ssa: extract type recursion into a helper package by Alan Donovan · 2 weeks ago
  33. 1dc949f internal/settings: simplify linking now that we only build with 1.23 by Rob Findley · 10 days ago
  34. c055e89 x/tools: deprecate astutil.Unparen by Alan Donovan · 10 days ago
  35. c2e057b gopls: use Func.Signature everywhere by Alan Donovan · 10 days ago
  36. 6b0cfff internal/test/marker: support multi-line locations by Rob Findley · 10 days ago
  37. 9d7d14e x/tools/gopls: delete code obsoleted by go1.23 by Alan Donovan · 10 days ago
  38. 4bcf6a3 internal/golang: add a fast path for FormatVarType with gopls at 1.23 by Rob Findley · 10 days ago
  39. 7398f36 all: fix some symbols error in comment by cuishuang · 10 days ago v0.25.0
  40. f111c72 go/callgraph/rta: skip test on js platform by Alan Donovan · 13 days ago
  41. 9f9b7e3 gopls/internal/settings: add missing deep cloning in Options.Clone by Rob Findley · 4 weeks ago
  42. ce7eed4 doc/generate: minor cleanup by Rob Findley · 13 days ago
  43. 075ae7d go/callgraph/vta: add basic tests for range-over-func by Zvonimir Pavlinovic · 13 days ago
  44. 2c7aaab go/ssa: skip failing test by Alan Donovan · 14 days ago
  45. 1b5663f go/callgraph/vta: perform minor cleanups by Zvonimir Pavlinovic · 14 days ago
  46. 0a49883 gopls/go.mod: update the go directive to 1.23.1 by Rob Findley · 14 days ago
  47. ad366a8 go.mod: update golang.org/x dependencies by Gopher Robot · 14 days ago
  48. 4fb36d1 go/callgraph/rta: add rta analysis test case for multiple go packages by xieyuschen · 2 weeks ago
  49. dc4d64c gopls: fix non-constant format strings by Rob Findley · 2 weeks ago
  50. c758e54 cmd/callgraph: make vta use internal version of CHA by Zvonimir Pavlinovic · 2 weeks ago
  51. 94b564c go.mod: for consistency with other repos, use 1.22.0 in go.mod by Rob Findley · 2 weeks ago
  52. 70f5626 all: with 1.23 out, update Go directive to Go 1.22 by Rob Findley · 2 weeks ago
  53. 5a3171b internal/typesinternal: correct spec anchors in comments by Andrew Pollock · 2 weeks ago
  54. c538e2c go/callgraph/static: avoid ssautil.AllFunctions by Alan Donovan · 2 weeks ago
  55. 2db563b internal/gcimporter: copy over ureader changes by Tim King · 3 weeks ago
  56. 09886e0 go/callgraph/vta: allow nil initial call graph by Zvonimir Pavlinovic · 4 weeks ago
  57. e5ae0a9 internal/pkgbits: cleanup pre-Go 1.17 workaround by Tim King · 3 weeks ago
  58. 264b4b5 go/callgraph/vta: add return parameter nodes for functions by Zvonimir Pavlinovic · 4 weeks ago
  59. 063360f gopls: update x/telemetry dependency by Rob Findley · 3 weeks ago
  60. 28f3bc0 internal/pkgbits: copy over changes for V2 by Tim King · 3 weeks ago
  61. fd2067f go/callgraph/vta: use struct{} instead of bool in sets by Zvonimir Pavlinovic · 3 weeks ago
  62. ce02ccd gopls/internal/test/marker: simplify completion markers by Rob Findley · 3 weeks ago
  63. 4ead70c gopls: report semantic tokens of top-level type constructor modifiers by xzb · 3 weeks ago
  64. 826d8d9 gopls/internal/cache: add a note about GOMEMLIMIT and ballasts by Rob Findley · 3 weeks ago
  65. aaf49f1 gopls/internal/cache: add a 100MB ballast to reduce GC CPU by Rob Findley · 3 weeks ago
  66. 12307aa gopls/internal/util/lru: make lru.Cache generic by Rob Findley · 3 weeks ago
  67. 594cdab gopls: increment the telemetryprompt acceptance counter for each session by Rob Findley · 4 weeks ago
  68. adb7301 internal/versions: disable a test case incompatible with CL 607955 by Michael Matloob · 3 weeks ago
  69. 0734f62 internal/gcimporter: support type parameterized aliases in indexed format by Tim King · 5 weeks ago
  70. b5f24ec internal/aliases: add type parameters argument to NewAliases by Tim King · 4 weeks ago
  71. f5c7449 gopls/internal: implement Packages command by Ethan Reesor · 6 weeks ago
  72. e5e8aa8 gopls/internal: implement Modules command by Ethan Reesor · 9 weeks ago
  73. 9ef0547 internal/gcimporter: move indexed format docs by Tim King · 4 weeks ago
  74. c7adb63 go/analysis/passes/fieldalignment: fix doc by Kevin Burke · 4 weeks ago
  75. 66adacf internal/pkgbits: improve ureader panic message by Tim King · 6 weeks ago
  76. e104dc8 gopls/internal/settings: rename goTest code action to source.test by Alan Donovan · 5 weeks ago
  77. dfcdf50 go/analysis/passes/copylock: add support for ForStmt by Tim King · 7 months ago
  78. 136c165 gopls/internal/cache: remove spurious assertions by Alan Donovan · 5 weeks ago
  79. 7cc3be7 internal/imports: use a clean GOMODCACHE for the scan root directory by Rob Findley · 6 weeks ago
  80. d47b4fb internal/testfiles: adjust test so all modules are after 1.21 by Tim King · 5 weeks ago
  81. c1241b9 internal/stdlib: update stdlib index for Go 1.23.0 by Gopher Robot · 5 weeks ago
  82. e6bef92 gopls/internal/golang: downgrade assertion in methodsets index by Alan Donovan · 5 weeks ago
  83. 7f262d6 all: disable tests incompatible with CL 603895 by Michael Matloob · 5 weeks ago
  84. a76f882 gopls: enhance read/write access distinction in document highlighting for symbols by ZHOU Zehua · 6 weeks ago
  85. 4dc9194 go/callgraph/vta: fix test under GODEBUG=gotypesalias=1 by Alan Donovan · 6 weeks ago
  86. 28ba991 go/analysis/passes/printf: add missing Unalias call by Alan Donovan · 6 weeks ago
  87. 3057be8 go.mod: update golang.org/x dependencies by Gopher Robot · 6 weeks ago v0.24.0
  88. 4653e48 gopls/internal/analysis: add skipped analysis simplify on generated code by idnandre · 9 weeks ago
  89. f855a53 gopls/internal/telemetry/cmd/stacks: use authentication token by Alan Donovan · 6 weeks ago
  90. 3ffd605 gopls/doc/features: fix prominent typo by Alan Donovan · 6 weeks ago
  91. a5df6ad go/analysis/passes/printf: report non-constant format, no args by Alan Donovan · 4 months ago
  92. c03e5c2 go/packages: do not nullify Fset when NeedSyntax is set by Nikolay Edigaryev · 7 weeks ago
  93. 6a6fd99 go/ssa: substitute type parameterized aliases by Tim King · 7 weeks ago
  94. f6a2390 gopls/doc: delete commands.md by Alan Donovan · 2 months ago
  95. 2154cbf gopls/internal/golang: add "Browse gopls features" code action by Alan Donovan · 3 months ago
  96. ead76ab go/analysis: Add modules to Pass by Tim King · 5 months ago
  97. 55d718e go/analysis/passes/buildtag: report invalid go versions in build tags. by Tim King · 2 months ago
  98. 8b51d66 go/types/objectpath: support parameterized type aliases by Alan Donovan · 8 weeks ago
  99. 12d2c34 internal/testfiles: consolidate to CopyToTmp by Tim King · 9 weeks ago
  100. 444aadd6 gopls/internal/cmd: redesign codeaction subcommand by Alan Donovan · 3 months ago