1. dae3f4b internal/lsp/diff: remove unused TokenConverter parameters by Robert Findley · 2 years, 10 months ago
  2. de3ef4a internal/lsp/source: remove workaround for newline terminated files by Robert Findley · 2 years, 10 months ago
  3. 6b760fc internal/lsp/source: remove ineffectual memoization in MappedRange by Robert Findley · 2 years, 10 months ago
  4. ea60815 internal/lsp: use the correct converter for mapped range offsets by Robert Findley · 2 years, 10 months ago
  5. 1ff52e2 gopls/internal/vulncheck: use internal/govulncheck by Jonathan Amsterdam · 2 years, 10 months ago
  6. 2bb78cf internal/lsp: add missing bug reporting, and panic during marker tests by Robert Findley · 2 years, 10 months ago
  7. 0e859af go/analysis/analysistest: use listed mode instead of deprecated const by Koichi Shiraishi · 2 years, 10 months ago
  8. f385733 internal/gocommand: skip ill-formed env vars in cmdDebugStr by Hana (Hyang-Ah) Kim · 2 years, 10 months ago
  9. ccb1050 internal/lsp/cache: invalidate metadata when parsing issues resolve by Robert Findley · 2 years, 10 months ago
  10. 904e24e go/ssa: tweak Function.Name() for generic instantiations by Alan Donovan · 2 years, 10 months ago
  11. 4dd2c74 internal/govulncheck: copy from x/vuln repo by Jonathan Amsterdam · 2 years, 10 months ago
  12. b62b00f internal/lsp: add an option to get notified of bug reports by Robert Findley · 3 years ago
  13. 960b4ce internal/typeparams: adds core type implementation by Tim King · 2 years, 10 months ago
  14. b55ed5e internal/lsp/regtest: only print RPC logs if asked by Robert Findley · 2 years, 10 months ago
  15. 44db4eb gopls/internal/regtests: add a test for bad go.work files by Robert Findley · 3 years ago
  16. f97a804 go/analysis/passes/nilness: fixed slice not being considered as non-nil by komem3 · 2 years, 10 months ago
  17. 13bcb69 internal/lsp/analysis/stubmethods: recognize *ast.CallExpr by Marwan Sulaiman · 2 years, 11 months ago
  18. facb0d3 internal/span: eliminate Converter and FileConverter by Robert Findley · 2 years, 10 months ago
  19. 814e0d7 go/gcexportdata: don't assume that fmt names never change by Ian Lance Taylor · 2 years, 10 months ago
  20. 1e55371 go/ssa: fix *SelectorExpr within *IndexExpr handling by Tim King · 2 years, 10 months ago internal-branch.go1.19-vendor
  21. 29d48d6 go/callgraph/rta: adds tests for (instantiated) generics by Zvonimir Pavlinovic · 2 years, 11 months ago
  22. ed968f6 internal/lsp/bug: add a package for bug reporting by Robert Findley · 3 years ago
  23. 090b14e internal/lsp/regtest: make TestResolveImportCycle robust to error order by Robert Findley · 2 years, 10 months ago
  24. 820e093 go/types/objectpath: implement fast path for concrete methods by Dominik Honnef · 2 years, 11 months ago
  25. cfd9905 go/ssa: inline *ssa.selection methods by Tim King · 2 years, 10 months ago
  26. 304195c go/ssa: create *ssa.selection. by Tim King · 2 years, 10 months ago
  27. f918e87 gopls/internal/vulncheck: copy logic of govulncheck -html by Hana · 2 years, 10 months ago
  28. a518b79 gopls/internal/vulncheck: synchronize cache access by Hana · 2 years, 10 months ago
  29. ad497c6 internal/lsp/cmd: add -config option to gopls vulncheck by Hana · 2 years, 11 months ago
  30. 62d837c go/analysis/passes/httpresponse: minor clarification by Alan Donovan · 2 years, 10 months ago
  31. 6eb3de2 internal/lsp/analysis: fix a doc comment typo by Nooras Saba · 2 years, 10 months ago
  32. 728485f gopls/internal/regtest: add a test for using staticcheck with generics by Robert Findley · 3 years ago
  33. 1a5eed3 cmd/compilebench: use -p, handle packages with asm files by Than McIntosh · 2 years, 10 months ago
  34. 93852cb internal/lsp: fix source.CompareDiagnostic asymmetry by Alan Donovan · 2 years, 10 months ago
  35. 8ec40b5 x/tools/go/ssa: instantiate sel.Recv() on MethodVal. by Tim King · 2 years, 10 months ago
  36. 28c754d internal/lsp/analysis: analyzer for //go:embed directive by Nooras Saba · 2 years, 11 months ago
  37. 033cbfc internal/typeparams: run go generate with go1.18.2 by Hana (Hyang-Ah) Kim · 2 years, 10 months ago
  38. bc0e26e internal/typeparams: remove examples in favor of x/exp/typeparams by Robert Findley · 2 years, 10 months ago
  39. b87ceec go/analysis/passes/httpresponse: inspect enclosing context of resp, err by Zvonimir Pavlinovic · 2 years, 11 months ago
  40. 313af96 go/ast/astutil: make Apply follow TypeParams fields by Daniel Martí · 2 years, 10 months ago
  41. d303668 internal/lsp/cache: use cached parsed files for symbols, if available by Robert Findley · 2 years, 11 months ago
  42. 0fb1abf internal/lsp: factor out go/token wrapper into a safetoken package by Robert Findley · 2 years, 11 months ago
  43. cde25b3 internal/lsp/lsppos: add helpers for mapping token positions by Robert Findley · 2 years, 11 months ago
  44. 22b7096 internal/lsp/cmd: change vulncheck to directly call the hook by Hana · 2 years, 11 months ago
  45. 72a884b gopls: update golang.org/x/vuln dependency by Hana · 2 years, 11 months ago
  46. d7e01c0 internal/lsp/source/completion: use typeutil.Map for short-circuiting by Robert Findley · 2 years, 11 months ago
  47. d299b94 passes/copylock: suppress reports on Offsetof and Alignof by Tim King · 2 years, 11 months ago
  48. 30fbd19 internal/lsp: fix fillstruct for structs with unsafe.Pointer by Suzy Mueller · 2 years, 11 months ago
  49. 0ebacc1 internal: remove pre-go1.12 conditionally compiled files by Alan Donovan · 2 years, 11 months ago
  50. 45c8a71 internal/tool: implement structured help command by Alan Donovan · 2 years, 11 months ago
  51. d27d783 cmd/godoc: expand skips in TestWeb by Bryan C. Mills · 2 years, 11 months ago
  52. 4911e4a internal/testenv: remove darwin/arm case from NeedsGoBuild by Alan Donovan · 2 years, 11 months ago
  53. 54c7ba5 go/analysis/passes/asmdecl: add build tag for loong64 by Pontus Leitzler · 2 years, 11 months ago
  54. b4c4500 README: restructure and update by Alan Donovan · 2 years, 11 months ago
  55. 556c550 internal/lsp/cache: invalidate packages that have added files by Robert Findley · 2 years, 11 months ago
  56. 4a3fc21 internal/lsp: only linkify urls with http, https, and ftp schemes by Robert Findley · 3 years ago
  57. 04fc2ba cmd/godoc: skip TestWeb if waitForServerReady fails by Bryan C. Mills · 2 years, 11 months ago
  58. 6872d3b passes/unusedwrites: Add TODO for how to handle generics. by Tim King · 2 years, 11 months ago
  59. 7c895e0 pointer: Adds unit tests for pointer with type parameters. by Tim King · 2 years, 11 months ago
  60. ddadc42 guru: Add a TODO list to the guru cmd. by Tim King · 2 years, 11 months ago
  61. c39ac6a callgraph/vta: Removes dead return statement (misc cleanup). by Tim King · 2 years, 11 months ago
  62. aafffac internal/lsp/source: avoid panic in HoverIdentifier by Robert Findley · 3 years ago
  63. c862641 cmd/digraph: only print non-trivial sccs by Russ Cox · 3 years ago
  64. 6fff1af go/analysis/passes/errorsas: update testdata for new warning by Dmitri Shuralyov · 2 years, 11 months ago
  65. 115b454 go/analysis/passes/errorsas: warn if errors.As target is *error by Damien Neil · 3 years, 8 months ago
  66. 60b4456 go/callgraph/static: adds tests for (instantiated) generics by Zvonimir Pavlinovic · 2 years, 11 months ago
  67. a37ba14 go/callgraph/cha: adds tests for (instantiated) generics by Zvonimir Pavlinovic · 2 years, 11 months ago
  68. dcaea06 go/callgraph/vta: adds tests for (instantiated) generics by Zvonimir Pavlinovic · 2 years, 11 months ago
  69. b44fad8 lsp/completion: fix func literals with type params by Muir Manders · 3 years ago
  70. 5bb9a5e lsp/completion: fix literal completions with type params by Muir Manders · 3 years ago
  71. 0941294 lsp/completion: further improve generic func arg ranking by Muir Manders · 3 years ago
  72. c903563 internal/lsp/cache: don't cache parsed files when checking for metadata changes by Robert Findley · 2 years, 11 months ago
  73. 825b661 nilness: add unit test for generic instantiation. by Tim King · 2 years, 11 months ago
  74. 2548a8b ssautil: Add unit tests that set ssa.InstantiateGenerics by Tim King · 2 years, 11 months ago
  75. ae12e8f ssa: switch lblocks to types.Object by Tim King · 2 years, 11 months ago
  76. 559469a internal/lsp: render package documentation when hovering over a package import by Dylan Le · 2 years, 11 months ago
  77. fa7afc9 lsp/completion: improve generic func arg ranking by Muir Manders · 3 years ago
  78. d567bc1 go/ssa: monomorphize generic instantiations. by Tim King · 3 years, 6 months ago
  79. 5d7ca8a go/ssa: return nil on parameterized types on MethodValue. by Tim King · 3 years ago
  80. 48a2cc8 x/tools: remove dependency on golang.org/x/xerrors by Robert Findley · 2 years, 11 months ago
  81. 235b13d cmd/godoc: remove usage of golang.org/x/xerrors by Robert Findley · 2 years, 11 months ago
  82. b22f048 internal/jsonrpc2*: remove usage of golang.org/x/xerrors by Robert Findley · 2 years, 11 months ago
  83. bcfc38f go/packages: remove usage of golang.org/x/xerrors by Robert Findley · 2 years, 11 months ago
  84. 37590b3 gopls: remove usage of golang.org/x/xerrors by Robert Findley · 2 years, 11 months ago
  85. e854e02 go/ssa: fix miscompilation of <<= and >>= statements by Matthew Dempsky · 3 years ago
  86. c02adcc go/packages: ask for EmbedPatterns and EmbedFiles if needed by Michael Matloob · 2 years, 11 months ago
  87. 5bb9c48 x/tools/go/packages: on Go 1.19+, explicitly ask for -json fields needed by Michael Matloob · 3 years ago
  88. 00aa68c go/ssa/interp: use *ssa.Global as key type for interpreter.globals by Matthew Dempsky · 2 years, 11 months ago
  89. b4aba4b go/internal/gcimporter: key tparams by Package instead of pkgname by Robert Findley · 3 years ago
  90. 46bc274 go/ssa: Update callee for wrapper function instantiation. by Tim King · 3 years ago
  91. 884ffcd go/analysis: add support for loong64 by Xiaodong Liu · 3 years, 5 months ago
  92. afc6aad go/packages: make loadFromExportData ignore go.shape by Brad Fitzpatrick · 3 years ago
  93. b7d7574 internal/lsp/protocol: avoid replying with non-nil interface values in case of error by Bryan C. Mills · 3 years ago
  94. 1f10767 gopls/doc: update neovim examples for nvim 0.7 by Carlos A Becker · 3 years ago
  95. a220087 internal/lsp/protocol: ignore reply values with non-nil errors in jsonrpc2_v2 adapters by Bryan C. Mills · 3 years ago
  96. d5f48fc all: gofmt by Russ Cox · 3 years ago
  97. d996daa go/ssa: gofmt by Russ Cox · 3 years ago
  98. f9c13bb go/pointer: gofmt by Russ Cox · 3 years ago
  99. ad8ef15 go/callgraph: gofmt by Russ Cox · 3 years ago
  100. ce1e683 go/analysis: gofmt by Russ Cox · 3 years ago