1. 54624f9 internal/typesinternal: suppress jsonv2 warning by Madeline Kalil · 15 hours ago master
  2. c117dde gopls/internal/golang: normalize instantiated fields before rename by cuishuang · 3 weeks ago
  3. b5b860c gopls/internal/mcp: report one-based reference line numbers by cuishuang · 2 weeks ago
  4. bf54bcd gopls/internal/golang/completion: avoid SEGV from double deslicing by Peter Weinberger · 8 days ago
  5. 4b32d66 refactor/satisfy/find.go: fix panic on type errors by Peter Weinberger · 9 days ago
  6. e6da7e4 gopls/internal/protocol/semtok: instructions for modifier/type changes by Hongxiang Jiang · 6 days ago
  7. da22a7b gopls/internal/golang/definition: find the right unsafe by Peter Weinberger · 10 days ago
  8. 952c3dc cmd/present: fix obsolete flag in security warning by cuishuang · 2 weeks ago
  9. 1f62bc85 present: validate background directive arguments by cuishuang · 2 weeks ago
  10. 3081d33 present: correct documented time for dates by cuishuang · 2 weeks ago
  11. 4e39c5f gopls/internal/test/integration/fake: integrate module cache by Peter Weinberger · 2 weeks ago
  12. d5b12d7 gopls: add assembly DocumentHighlight, fix label scoping by Groot Guo · 2 weeks ago
  13. 940d126 gopls/internal/analysis/fillswitch: add missing fmt import by cuishuang · 3 weeks ago
  14. f579934 go/analysis/passes/modernize: fix stditerators example by cuishuang · 2 weeks ago
  15. 63ec6f9 go/analysis/passes/modernize: add slicesclip analyzer by Mehdi Bounya · 2 weeks ago
  16. e46644d gopls/internal/golang/completion: handle aliased func types in literal completion by Javier · 4 weeks ago
  17. 95e150c go/analysis/passes/printf: stop reporting trailing newlines in Println by cuishuang · 3 weeks ago
  18. c2f2d83 go/types/typeutil: normalize instantiated callees by Karthik Bhat Adyathimar · 3 weeks ago
  19. ff1f5aba gopls/test/completion: fix reported bug in collectCompletions by Peter Weinberger · 3 weeks ago
  20. 56e88b2 gopls/internal/analysis/unusedfunc: use non-heuristic std check by Alan Donovan · 3 weeks ago
  21. 0ccfe93 go/analysis/passes/modernize: document 'go fix' command by Alan Donovan · 3 weeks ago
  22. 776a9a2 go/analysis/passes/fieldalignment: add more information to output by Melnikov Denis · 4 weeks ago
  23. 55fcfca go/analysis/passes/modernize: fix stringsseq panic by Madeline Kalil · 3 weeks ago
  24. 86ff45d gopls/test/completion: construct index explicitly by Peter Weinberger · 3 weeks ago
  25. a3907ad go/loader: add concurrenc control by Peter Weinberger · 3 weeks ago
  26. 1523a2a go/analysis/analysistest: enable sanity-checking of fact encoding by Alan Donovan · 3 weeks ago
  27. 6696fb1 go/types/internal/play: show Cursor path by Alan Donovan · 8 weeks ago
  28. b85ca07 internal/refactor/inline: make fact encoding deterministic by Mehdi Bounya · 3 weeks ago
  29. 1b7563a tools/go/analysis/passes/composite: fix test fail because flag.Flag new field by qiulaidongfeng · 3 weeks ago
  30. cc39f94 gopls/internal/analysis/fillswitch: support renamed package imports by cuishuang · 3 weeks ago
  31. 345e24c gopls/internal/cmd: use localhost:0 to avoid port race by Hongxiang Jiang · 3 weeks ago
  32. 749de1f go/analysis/suite/vet: add sqlrowserr, scannererr analyzers by Alan Donovan · 3 weeks ago
  33. 4b383f6 internal/typesinternal: add TupleOf helper by Alan Donovan · 3 weeks ago
  34. ab304e8 gopls/internal/analysis/simplifycompositelit: preserve comments in fixes by cuishuang · 3 weeks ago
  35. 0f72b2d go/analysis/passes/modernize: fix analyzer URLs by Oleksandr Redko · 4 weeks ago
  36. b96d2a5 go/analysis/passes/modernize: slicesbackward - skip if s[i] is mutated by Madeline Kalil · 4 weeks ago
  37. 23bbb39 go/analysis/unitchecker: correct cfg.Compiler comment by Mark Freeman · 3 weeks ago
  38. ae5216e go/analysis/unitchecker: fix unresolved import error message by Mark Freeman · 3 weeks ago
  39. 748ebaa gopls/internal/goasm: add Hover for assembly files by Groot Guo · 3 weeks ago
  40. 9ae3407 internal/more{maps,slices}: promote from gopls by Alan Donovan · 3 weeks ago
  41. 5ef0154 gopls/test/integration/completion: Fix flaky test by Peter Weinberger · 4 weeks ago
  42. a2c572e gopls/internal/cmd: set timeout for mcp server start by Hongxiang Jiang · 3 weeks ago
  43. 33eb337 go/analysis/passes/modernize: use isScalarLvalue in stringscut modernizer by Mateusz Poliwczak · 4 months ago
  44. 1255efc gopls/internal/protocol: define enum string type for field kinds by Hongxiang Jiang · 4 weeks ago
  45. fe90010 go/callgraph/rta: use typesinternal.ForEachElement by Alan Donovan · 4 weeks ago
  46. 3d67034 gopls/internal/analysis/simplifycompositelit: rewrite using types by Alan Donovan · 4 weeks ago
  47. cbdcbcc gopls/internal/golang: add Move Declaration skeleton by Madeline Kalil · 4 weeks ago
  48. c566b29 gopls/internal/debug: show Package.Scope symbols by Alan Donovan · 4 weeks ago
  49. f7a8132 gopls/internal/golang: InlayHint: permit "ignore error" alternatives by Alan Donovan · 4 weeks ago
  50. b441908 gopls/internal/analysis/ptrtoerror: support type assert and instances by Alan Donovan · 4 weeks ago
  51. 591dfa6 gopls: run filecache validation asynchronously in the background by Hana Kim · 6 weeks ago
  52. 7d18d5e gopls/internal/cmd: revamp CLI flag parsing by Hana Kim · 6 weeks ago
  53. b2768f2 gopls/internal/cmd: fix Parent lineage strings on remote subcommands by Hana Kim · 6 weeks ago
  54. a633660 gopls/internal/cmd: absorb tool package harness into cmd by Hana Kim · 6 weeks ago
  55. df85682 gopls/internal/tool: rename Application to Command by Hana Kim · 8 weeks ago
  56. 9825994 gopls/internal/cmd: group remote connection flags on Application by Hana Kim · 6 weeks ago
  57. fcfa953 gopls/internal/analysis/ptrtoerror: detect inconsistent use of E/*E as error by Alan Donovan · 5 weeks ago
  58. b0dc4ae gopls/internal/completion: fix issue 80268 by Peter Weinberger · 5 weeks ago
  59. 816ec5a go/analysis/passes/modernize: skip WaitGroup.Go rewrite when defer can recover by davidteather · 5 weeks ago
  60. c03c669 go/analysis/passes/stdversion: correctly format symbol names by Alan Donovan · 5 weeks ago
  61. 2b4da68 go/analysis/passes/modernize: avoid errorsastype panic on package variables by cuishuang · 4 weeks ago
  62. e227a53 gopls/internal/golang: fix crash in ExtractToNewFile by Madeline Kalil · 8 weeks ago
  63. 6cbeeac internal/typesinternal: avoid linkname hacks by Alan Donovan · 5 weeks ago
  64. 3491921 gopls/doc/release: semtok ClientCapabilities change release notes by Alex Putman · 5 weeks ago
  65. fc7339d go/analysis/passes/modernize: embedlit - skip if no selections are embedded by Madeline Kalil · 5 weeks ago
  66. 95f84b6 gopls: respect client capabilities for semtok enabled tokens and mods by Alex Putman · 6 weeks ago
  67. 620a92a go/analysis/passes/modernize: embedlit - skip multi assigns and decls by Madeline Kalil · 5 weeks ago
  68. d568f18 gopls/internal/golang: freesymbols: use html/template by Alan Donovan · 6 weeks ago
  69. cd7d17b go/analysis/passes/modernize: add reflecttypeassert analyzer by Salih Muhammed · 5 weeks ago
  70. 687891a gopls/doc/release/v0.23.0.md: remove "expected" by Alan Donovan · 5 weeks ago
  71. 8229bb0 gopls/go.mod: update dependencies following the v0.23.0 release by Gopher Robot · 5 weeks ago
  72. 05f9cb5 go.mod: update golang.org/x dependencies by Gopher Robot · 5 weeks ago v0.48.0
  73. 745d7ae gopls: add CompiledAsmFiles in cache.Package by Groot Guo · 6 weeks ago
  74. 797ee67 go/ssa: make Const(unsafe.Pointer, nil).IsNil() true by Alan Donovan · 7 weeks ago
  75. 9751125 gopls/internal/test: Completion benchmarks use empty range by Alex Putman · 5 weeks ago
  76. 8786a96 internal/stdlib: update stdlib index for Go 1.27 Release Candidate 2 by Gopher Robot · 5 weeks ago
  77. 425085f gopls/internal/server: modify return of parseAction by Ethan Lee · 5 weeks ago
  78. 30c4f87 go/analysis/passes/nilness: skip magic cgo functions by Alan Donovan · 7 weeks ago
  79. 9e6441d gopls/internal/protocol/generate: remove manual rename overwritten by Hongxiang Jiang · 6 weeks ago
  80. df96841 gopls/internal/protocol: use Debug log level by Alan Donovan · 6 weeks ago
  81. 278f062 gopls/internal/protocol: update to LSP 3.18 by Alan Donovan · 6 weeks ago
  82. eca3ccd gopls/internal/server: add memoryLimit setting by Alan Donovan · 7 weeks ago
  83. ce0506d go/analysis/passes/modernize: embedlit invalid fix by Madeline Kalil · 6 weeks ago
  84. 4b9a5fd go/analysis/passes/modernize: add importcomment analyzer by Saleh · 5 weeks ago
  85. 784924b gopls/internal/test/misc: Fix two flaky tests by Peter Weinberger · 6 weeks ago
  86. 60d34ee internal/robustio: don't use syscall.Errno on Plan 9 by David du Colombier · 6 weeks ago
  87. 828b47a gopls/internal/test: have semtok work with gopls@v0.11.0 by Alex Putman · 6 weeks ago
  88. 1c54c8c cmd/goimports: skip TestCmd on js/wasm by Madeline Kalil · 6 weeks ago
  89. ce1ac03 gopls/internal/licenses: use //go:embed rather than a hand-embedded string by Damien Neil · 6 weeks ago
  90. 902c7a9 gopls/internal/cache: share objectpath Encoder across batch by Alan Donovan · 7 weeks ago
  91. c43693c gopls/internal/test/integration/fake: retry reads of exclusive-use files by David du Colombier · 6 weeks ago
  92. 036adc1 gopls/internal/cache: detect testmain without GOCACHE by Jake Bailey · 6 weeks ago
  93. 71604fc gopls/test/integration/mist: Fix flaky test by Peter Weinberger · 6 weeks ago
  94. 7c877ec gopls: two mitigations for "surplus bytes" crash by Alan Donovan · 6 weeks ago
  95. c6f56e2 gopls/internal/cache: delete dead (gob) code by Alan Donovan · 6 weeks ago
  96. c96ee26 gopls/internal/test: address out of bounds panic in BenchmarkSemanticTokens by Madeline Kalil · 6 weeks ago
  97. f3d2c82 gopls/internal/server: fix parsing vulncheck action by Ethan Lee · 7 weeks ago
  98. 5d24afa internal/imports: use module cache index if it exists by Peter Weinberger · 4 months ago
  99. acb27c6 gopls/internal/telemetry: skip the telemetry test on Plan 9 by David du Colombier · 7 weeks ago
  100. fa62175 internal/diff: use ape/patch and ape/diff on Plan 9 by David du Colombier · 7 weeks ago