1. 0243799 gopls/internal/coverage: apply gofmt to the build tag syntax by Rebecca Stambler · 3 years, 1 month ago
  2. be791d0 internal/lsp/source: small fixes to directory filters by Heschi Kreinick · 3 years, 1 month ago
  3. b261fe9 go/tools: add vet check for direct comparion of reflect.Values by Keith Randall · 3 years, 1 month ago
  4. e78b40c internal/lsp: switch to 'go get -u ./...' for transitive upgrades by Rebecca Stambler · 3 years, 1 month ago
  5. 3ac76b8 gopls/internal/coverage: better error messages and output by pjw · 3 years, 1 month ago
  6. c602466 Revert "internal/lsp/cache: disable GOPACKAGESDRIVER" by Steeve Morin · 3 years, 1 month ago
  7. 35a9159 go/internal/gcimporter: ensure that imported floats are of float kind by Rob Findley · 3 years, 1 month ago
  8. 5d33438 go/internal/gcimporter: merge go1.11 tests back into gcimporter_test.go by Rob Findley · 3 years, 1 month ago
  9. 11c3f83 internal/lsp/source: fix Highlight for std and 3rd-party packages by Shoshin Nikita · 3 years, 1 month ago
  10. 8c34cc9 internal/lsp/cache: fix race condition in snapshot's initializedErr by Rebecca Stambler · 3 years, 1 month ago
  11. 0deaffd gopls/internal/regtest: re-enable the gc_details regtest for -short by Rob Findley · 3 years, 1 month ago
  12. af36406 internal/lsp/source: respond with the underlying type to Type Definition requests for composite types by Shoshin Nikita · 3 years, 1 month ago
  13. 682c7e6 godoc/static: link to golang.org for content moved out of Go root by Dmitri Shuralyov · 3 years, 2 months ago
  14. ca627f8 internal/lsp/semantic: fix some type definitions by pjw · 3 years, 1 month ago
  15. 0459589 internal/lsp/protocol/typescript: small cleanups and add tsconfig.json by pjw · 3 years, 1 month ago
  16. b0e994d internal/jsonrpc2_v2: move the idle timeout handling out of the server by Ian Cottrell · 3 years, 1 month ago
  17. 9553575 internal/lsp: remove unnecessary call to WorkspacePackages in mod tidy by Rebecca Stambler · 3 years, 2 months ago
  18. 769264c internal/lsp/source: fix docs for fields of anonymous structs/interfaces by Shoshin Nikita · 3 years, 1 month ago
  19. cb7d599 internal/lsp/source: skip blank identifiers during the function extraction by Shoshin Nikita · 3 years, 1 month ago
  20. 94a1942 internal/lsp/completion: move postfix completions behind option by Muir Manders · 3 years, 2 months ago
  21. 09058ab internal/lsp/source/completion: add postfix snippet completions by Muir Manders · 3 years, 5 months ago
  22. 2c039f7 internal/event/label: prevent unsafe get of non-string by Jonathan Amsterdam · 3 years, 1 month ago
  23. 4c8e4a8 go/analysis/passes/inspect: fix typo in comment by Andrey Bokhanko · 3 years, 2 months ago
  24. 63ea654 internal/lsp: hold the gc details lock when storing diagnostics by Rob Findley · 3 years, 1 month ago
  25. 7f6d50e internal/lsp/source: fix hover and completion with dot imports by Shoshin Nikita · 3 years, 2 months ago
  26. b3556f0 internal/lsp: remove some unused parameters, mostly in the cache package by Rebecca Stambler · 3 years, 2 months ago
  27. 09a00c1 internal/lsp: fix support for SourceFixAll code actions by Rebecca Stambler · 3 years, 2 months ago
  28. 877f9c4 internal/jsonrpc2_v2: an updated jsonrpc2 library by Ian Cottrell · 3 years, 3 months ago
  29. 52cb772 gopls: upgrade mvdan.cc/gofumpt to v0.1.1 by Koichi Shiraishi · 3 years, 1 month ago
  30. a1191f3 gopls: upgrade honnef.co/go/tools to v0.1.3 by Koichi Shiraishi · 3 years, 1 month ago
  31. d8aeb16 internal/lsp: add defaultLibrary mod for basic types by Andrii Soluk · 3 years, 1 month ago
  32. aa0c723 internal/lsp/cache: get control of reloadOrphanedFiles by Heschi Kreinick · 3 years, 2 months ago
  33. d7a25ad gopls/integration: remove obsolete code by pjw · 3 years, 1 month ago
  34. 9bdb419 gopls/internal: add coverage command to compute test coverage by pjw · 3 years, 1 month ago
  35. d2e11a2 present: don't drop commands that immediately follow text by Dan Kortschak · 3 years, 7 months ago
  36. 695b167 cmd/present2md: allow comments to be retained in translated document by Dan Kortschak · 3 years, 7 months ago
  37. a14ff98 present: retain complete caption command when parsing captions by Dan Kortschak · 3 years, 7 months ago
  38. 1aac171 Update emacs.md - add .dir-locals.el example by Makima0 · 3 years, 2 months ago
  39. 2c4a886 internal/lsp: remove module diagnostics from code actions by Rebecca Stambler · 3 years, 2 months ago
  40. 9b614f5 internal/lsp/cache: tolerate analysis panics better by Heschi Kreinick · 3 years, 2 months ago
  41. 9e9211a gopls/internal/regtest: fix race when printing regtest state on falure by Rob Findley · 3 years, 2 months ago
  42. 6d45e3d internal/lsp: add a temp workspace per folder, and a helper command by Rob Findley · 3 years, 2 months ago
  43. e409f12 internal/lsp: add snippet completion for t.Fatal errs by Marwan Sulaiman · 3 years, 4 months ago
  44. 8e4f4c8 godoc: delete GoogleCN logic by Russ Cox · 3 years, 2 months ago
  45. 44abc2a internal/lsp: only load by view when there are no go.mod files by Rebecca Stambler · 3 years, 2 months ago
  46. 11e8f6b internal/lsp: refactor codeAction by Heschi Kreinick · 3 years, 2 months ago
  47. 1523bb4 internal/lsp: fix time.Duration hover name check by Rebecca Stambler · 3 years, 2 months ago
  48. bcb2d7b internal/lsp: fix bad completion for variadic functions by Matheus Alcantara · 3 years, 2 months ago
  49. 7ee2955 internal/lsp/cache: refactor and improve go get quick fixes by Heschi Kreinick · 3 years, 2 months ago
  50. 1e524e2 internal/lsp/source: add the nilness analyzer by Ainar Garipov · 3 years, 2 months ago
  51. d34cf35 internal/lsp/source: return nil for foldingRange in case of parse error by Hana · 3 years, 3 months ago
  52. c5f5f4b gopls/doc: clarify how to set remote.listen.timeout by Rob Findley · 3 years, 2 months ago
  53. 3e1cb95 internal/lsp/source: correct workspace symbol logic for unpacking receivers by Rob Findley · 3 years, 2 months ago
  54. 397283d internal/lsp/protocol/typescript: fix lint errors in .ts code by pjw · 3 years, 2 months ago
  55. d19d8cf internal/lsp/protocol/typecript: fix type merging by pjw · 3 years, 2 months ago
  56. 50ca8d0 all: recognize new error from go command when no go.mod is found by Jay Conrod · 3 years, 2 months ago
  57. 2cde57b internal/lsp: remove redundant didChange notifications by Rebecca Stambler · 3 years, 2 months ago
  58. 376db57 internal/lsp: use pre-existing quick fixes for analysis diagnostics by Heschi Kreinick · 3 years, 2 months ago
  59. 144d5ce internal/lsp: run type error analyzers as part of diagnostics by Heschi Kreinick · 3 years, 2 months ago
  60. 24439e3 internal/lsp/source: eliminate GetTypeCheckDiagnostics by Heschi Kreinick · 3 years, 2 months ago
  61. dafbee5 internal/lsp: show human-readable const time.Duration as a comment by Shoshin Nikita · 3 years, 2 months ago
  62. 9c452d8 internal/lsp/cache: don't rely on related diagnostics if unsupported by Rob Findley · 3 years, 2 months ago
  63. 2ac05c8 internal/lsp: key GC details off package ID by Heschi Kreinick · 3 years, 2 months ago
  64. 303d8bb gopls/internal/hooks: compile URL regexp once by Heschi Kreinick · 3 years, 2 months ago
  65. 94327d3 internal/lsp/cache: show type errors on parse errors in other files by Rob Findley · 3 years, 2 months ago
  66. 16b2c87 gopls/internal/regtest: add a failing test for issue 44736 by Rob Findley · 3 years, 2 months ago
  67. 7800253 internal/lsp/cache: split up sourceDiagnostics by Heschi Kreinick · 3 years, 2 months ago
  68. 47985cf internal/lsp/cache: refactor Go file parsing by Heschi Kreinick · 3 years, 2 months ago
  69. 6422c5c internal/lsp/cache: invalidate metadata on magic comment changes by Heschi Kreinick · 3 years, 2 months ago
  70. f9c628b gopls/internal/regtest: add test for bad embed rules by Heschi Kreinick · 3 years, 2 months ago
  71. 89a9cb6 internal/lsp/cache: parse filenames from go list errors correctly by Heschi Kreinick · 3 years, 2 months ago
  72. eb48d3f internal/lsp/cache: refactor diagnostic suppression by Heschi Kreinick · 3 years, 3 months ago
  73. 7a079fc internal/lsp/cache: fix related error processing by Heschi Kreinick · 3 years, 2 months ago
  74. f5a4005 cmd/eg: don't do rewrites within the template file itself by Josh Bleecher Snyder · 3 years, 7 months ago
  75. 28e7a3b cmd/eg: use go/packages by Josh Bleecher Snyder · 3 years, 7 months ago
  76. 54dc8c5 playground: remove /share registration, add Proxy by Russ Cox · 3 years, 3 months ago
  77. 24aca17 cmd/guru: adjust describe qualifier function (fix describe test) by Robert Griesemer · 3 years, 2 months ago
  78. 0150491 x/tools/internal/fastwalk: fixes "interrupted system call" error by Ichinose Shogo · 3 years, 2 months ago
  79. b4639cc internal/lsp/protocol: fix vet error in tsprotocol.go by pjw · 3 years, 2 months ago
  80. a43f69b go/expect: use parser.AllErrors when extracting Notes by Rob Findley · 3 years, 2 months ago
  81. f48e60b add comment and check action type neovim goimports by stephen · 3 years, 2 months ago
  82. b8d1a33 internal/lsp/source: add the unusedwrite analyzer by Ainar Garipov · 3 years, 2 months ago
  83. 0e232fa gopls: add scheme to CodeDescription.href by Yuki Ito · 3 years, 2 months ago
  84. 2363391 all: go fmt ./... by Russ Cox · 3 years, 2 months ago
  85. b369640 all: fmt tests with new gofmt by Russ Cox · 3 years, 2 months ago
  86. f6e0443 go/analysis: add unusedwrite pass by Guodong Li · 3 years, 3 months ago
  87. bdaa8bf go/gcexportdata: warn that {Read,Write}Bundle are experimental by Matthew Dempsky · 3 years, 2 months ago
  88. f4301d9 internal/imports: update stdlib index for 1.16 by smasher164 · 3 years, 2 months ago
  89. f3748ed internal/lsp/source: filter out comparable from completion results by Rob Findley · 3 years, 2 months ago
  90. f47cb78 go/analysis/passes/buildtag: update check for //go:build by Russ Cox · 3 years, 2 months ago
  91. 06713c2 go/loader: fix race by Russ Cox · 3 years, 2 months ago
  92. 1f00549 internal/regtest: fix regtests for the dev.typeparams Go branch by Rob Findley · 3 years, 2 months ago
  93. 4b19790 txtar: minor fix in unit test input by Joe Kyo · 3 years, 2 months ago
  94. 9eb3535 internal/lsp: 'go get' packages instead of modules by Rebecca Stambler · 3 years, 2 months ago
  95. 67e49ef go/internal/cgo: set pkgdir with -srcdir instead of CWD by Matthew Dempsky · 3 years, 2 months ago
  96. 19ff21f go/analysis/unitchecker: tell the user how to list the flags and analyzers by Rob Pike · 3 years, 3 months ago
  97. d5b8332 internal/lsp/command: rename package generate to gen by Rebecca Stambler · 3 years, 2 months ago
  98. 4534fc3 go/internal/gcimporter: reference golang/go#44339 in TODO by Matthew Dempsky · 3 years, 2 months ago
  99. 35839b7 go/internal/gcimporter: fix tests on darwin by Matthew Dempsky · 3 years, 3 months ago
  100. a1db63c go/internal/gcimporter: add "bundled" export data formats by Matthew Dempsky · 3 years, 3 months ago