1. 8de2a7f go/analysis/passes/sortslice: add missing functions using empty interface by KimMachineGun · 2 years, 6 months ago
  2. 9cd58b0 x/tools/cmd/stringer: adjust generics tests by Robert Griesemer · 2 years, 6 months ago
  3. 7b0b504 go/analysis/passes/ifaceassert: add a typeparams test by Robert Findley · 2 years, 6 months ago
  4. 58ba5e4 go/analysis/passes/internal/analysisutil: add a test for generic type assertions by Robert Findley · 2 years, 6 months ago
  5. 1b02aa2 go/analysis/passes/shift: update for generics by Robert Findley · 2 years, 6 months ago
  6. 08f2e89 gopls/api-diff: fix api-diff command for Go 1.18 by Rebecca Stambler · 2 years, 6 months ago
  7. d5520c2 internal/lsp/source: check for nil objects in call hierarchy by Robert Findley · 2 years, 6 months ago
  8. e1e2965 all: update install commands to go install pkg@version by Sean Liao · 2 years, 6 months ago
  9. 591e12a go/analysis/passes/cgocall: add typeparams test by Zvonimir Pavlinovic · 2 years, 6 months ago
  10. 26dbf47 go/analysis/passes/lostcancel: add typeparams test by Guodong Li · 2 years, 6 months ago
  11. 9626607 all: update dependencies post-release by Rebecca Stambler · 2 years, 6 months ago
  12. 244f92e internal/lsp: do not send semantic tokens that client doesn't support by Pontus Leitzler · 2 years, 6 months ago
  13. c4ead46 go/analysis/passes/httpresponse: fix a testing issue by Guodong Li · 2 years, 6 months ago
  14. 903c757 go/analysis/passes/httpresponse: add typeparams test by Guodong Li · 2 years, 6 months ago
  15. f916b54 go/analysis,go/ssa: initialize the types.Info.Instances map by Robert Findley · 2 years, 6 months ago
  16. 1050b5c go/analysis/passes/composite: update for generics by Robert Findley · 2 years, 6 months ago
  17. 5a40697 tools/gopls: use `go install` instead of `go get` by emahiro · 2 years, 6 months ago
  18. bcc6fa8 internal/typeparams: guard against generics in stdlib tests by Robert Findley · 2 years, 6 months ago
  19. fc8b4ca go/internal/gcimporter: stub support importing/exporting constant kind by Robert Findley · 2 years, 6 months ago
  20. 18096c5 go/internal/gcimporter: add support for the Go 1.18 export data version by Robert Findley · 2 years, 6 months ago
  21. affba50 internal/lsp: temporarily strip subscripts from generic hover by Robert Findley · 2 years, 6 months ago
  22. 316ba0b go/packages/packagestest: skip nested module directories in copying by Hana · 2 years, 6 months ago
  23. 6f2254e internal/lsp: adjust extract function range if block statement by Suzy Mueller · 2 years, 6 months ago
  24. baf4e38 go/gcexportdata: limit reader to the export data section of the archive by Dominik Honnef · 2 years, 6 months ago
  25. 4100dac go/analysis/passes/deepequalerrors: add typeparams test by Zvonimir Pavlinovic · 2 years, 6 months ago
  26. 9b675d0 gopls/doc: remove bad gopls cli link by Amelia Downs · 2 years, 6 months ago
  27. cbf1d01 go/internal/gcimporter: avoid setting unnecessary lines in fakeFileSet by Robert Findley · 2 years, 6 months ago
  28. 4ea6123 internal/lsp: don't add multiple views for the same folder by Rebecca Stambler · 2 years, 6 months ago
  29. 81f084e go/internal/gcimporter: remove support for type parameters subscripts by Robert Findley · 2 years, 6 months ago
  30. 3a9f390 gopls: update generics instructions to mention go.mod go directive by Rebecca Stambler · 2 years, 6 months ago
  31. 9f721e8 internal/lsp: fix data race in Templates code by Rebecca Stambler · 2 years, 6 months ago
  32. 1feb683 internal/lsp/analysis/infertypeargs: reduce diagnostic range by Pontus Leitzler · 2 years, 6 months ago
  33. 98f6e03 internal/lsp: disable fillstruct for type params by Suzy Mueller · 2 years, 7 months ago
  34. 288d0b3 gopls: tidy go.mod file for go1.18 by Rebecca Stambler · 2 years, 6 months ago
  35. ce04ca3 go/internal/gcimporter: normalize implicit interfaces in export tests by Robert Findley · 2 years, 6 months ago
  36. 3a269dc internal/typeparams: copy the term list algorithm from go/types by Robert Findley · 2 years, 7 months ago
  37. e69ba9d internal/lsp/cache: fix incorrect detection of useless code by Robert Findley · 2 years, 6 months ago
  38. 88e80df cmd/stringer: add a few tests using instantiated generic types by Peter Weinberger · 2 years, 6 months ago
  39. acac939 go/analysis/passes/bools: add typeparams test by Hana · 2 years, 7 months ago
  40. ac2ed98 go/analysis/passes/printf: warn against using non-error interface values with %w by Damien Neil · 2 years, 6 months ago
  41. 378b9e1 internal/lsp/analysis: add typeparams tests for nonewvars and noresultvalues by Rebecca Stambler · 2 years, 7 months ago
  42. 24389d4 internal/lsp: use the correct dynamic registration booleans by Rebecca Stambler · 2 years, 7 months ago
  43. 074820e go/analysis/passes/usesgenerics: a new analysis to detect generic code by Robert Findley · 2 years, 6 months ago
  44. 94178a2 internal/lsp: use source.Offset instead of tok.Offset by Rebecca Stambler · 2 years, 6 months ago
  45. 0b930fb cmd/goimports: recommend go install instead of go get in docs by Eric Chiang · 2 years, 6 months ago
  46. c83725b go/analysis/passes/loopclosure: add typeparams test by Guodong Li · 2 years, 6 months ago
  47. 18fa840 internal/lsp/semantic: prepare for generics by pjw · 2 years, 7 months ago
  48. 1af23bd go/analysis/passes/assign: add typeparams test by Zvonimir Pavlinovic · 2 years, 6 months ago
  49. ee04797 go/types/objectpath: canonical order for methods by Tim King · 2 years, 6 months ago
  50. c5188f2 gopls/doc/advanced.md: update unstable version installation instruction by Hana · 2 years, 6 months ago
  51. d477ef3 go/analysis/passes/atomic: add a test that uses typeparams by Hana · 2 years, 7 months ago
  52. 2dc2755 internal/lsp/protocol: update LSP definitions and stubs by Peter Weinberger · 2 years, 7 months ago
  53. 81efdbc cover: add function to parse profiles from an io.Reader by 6543 · 2 years, 7 months ago
  54. 36e7bf9 internal/lsp/analysis/unusedparams: add tests for generics by Peter Weinberger · 2 years, 7 months ago
  55. db89b5a internal/lsp: handle nil pointer in fixInitStmt by Rebecca Stambler · 2 years, 6 months ago
  56. ccaa907 go/analysis/passes/unmarshal: allow unmarshalling to a type parameter by Rebecca Stambler · 2 years, 7 months ago
  57. 0ebff1a go/ast/astutil: update PathEnclosingInterval to handle type parameters by Robert Findley · 2 years, 7 months ago
  58. 942994f internal/typeparams: use alias rather than indirection for IndexListExpr by Robert Findley · 2 years, 7 months ago
  59. 13c407c go/ast/inspector: add support for the new IndexListExpr node by Robert Findley · 2 years, 7 months ago
  60. 58ad7eb go/types/objectpath: add support for type parameters by Robert Findley · 2 years, 7 months ago
  61. 3883e4a go/internal/gcimporter: allow both prefixes and subscripts for tparams by Robert Findley · 2 years, 7 months ago
  62. 6f5fd9b internal/lsp: add parameterized slice test for simplifyslice analysis by Suzy Mueller · 2 years, 7 months ago
  63. 2189684 internal/typeparams: use NewSignatureType, IsMethodSet, and Context by Robert Findley · 2 years, 7 months ago
  64. e89823e x/tools/go/internal/gcimporter: exclude a file from TestImportTypeparamTests by Robert Griesemer · 2 years, 7 months ago
  65. 1c35f2a internal/lsp/analysis: quick-fix to remove unnecessary type arguments by Robert Findley · 2 years, 7 months ago
  66. 7d467dc internal/lsp: support go.work outside of experimental by Rebecca Stambler · 2 years, 8 months ago
  67. d9648c9 go/analysis: test errorsas analysis with type params by Suzy Mueller · 2 years, 7 months ago
  68. d42c92b internal/lsp/analysis/fillreturns: skip any parameterized functions by Rebecca Stambler · 2 years, 7 months ago
  69. 5dbd5e4 internal/typeparams: filter out API diffs related to types.Environment by Robert Findley · 2 years, 7 months ago
  70. df9a164 Revert "internal/typeparams: hide go1.18 API usage behind a build constraint" by Robert Findley · 2 years, 7 months ago
  71. 0df0ca0 internal/typeparams: hide go1.18 API usage behind a build constraint by Robert Findley · 2 years, 7 months ago v0.1.7
  72. 7898fe6 internal/lsp/analysis: move implementmissing logic into undeclared by Rebecca Stambler · 2 years, 7 months ago
  73. da36f79 go/internal/gcimporter: skip typeparam import tests on unified builders by Robert Findley · 2 years, 7 months ago
  74. 64bbad1 internal/lsp/debug: improve readability of session options by Pontus Leitzler · 2 years, 7 months ago
  75. b182fde go/analysis/passes/tests: check example output by Amelia Downs · 2 years, 7 months ago
  76. ba6b94c internal/lsp: add fields to anonymous struct info by Suzy Mueller · 2 years, 7 months ago
  77. 939195f go/ssa: skip the "constraints" package in TestStdlib by Robert Findley · 2 years, 7 months ago
  78. e1e06b8 go/internal/gcimporter: temporarily skip the contraints package on the by Robert Findley · 2 years, 7 months ago
  79. 6d1e33f internal/lsp: handle panic in hoverRune by using token.Pos by Rebecca Stambler · 2 years, 7 months ago
  80. c8db761 internal/lsp/cache: keep going on failed analyzers by Robert Findley · 2 years, 7 months ago
  81. 2847958 internal/lsp/analysis: add a useany analyzer by Robert Findley · 2 years, 7 months ago
  82. efaec4e go/pointer: skip tests that depend on an unstable API changed in Go 1.18 by Bryan C. Mills · 2 years, 7 months ago
  83. ecbcf3a go/callgraph/vta: improve support for function value flow by Zvonimir Pavlinovic · 2 years, 7 months ago
  84. b98090b internal/lsp/analysis/implementmissing: add analyzer by Francesco Renzi · 2 years, 7 months ago
  85. 0d12d39 internal/typeparams: update to the new Instances API by Robert Findley · 2 years, 7 months ago
  86. fe076c8 internal/typesinternal: document ReadGo116ErrorData by Robert Findley · 2 years, 7 months ago
  87. 91c880c go/internal/gcimporter: add support for exporting the 1.18 export format by Robert Findley · 2 years, 7 months ago
  88. d2417d5 gopls/doc: add instructions for the new "kokoro rerun" feature by Robert Findley · 2 years, 7 months ago
  89. 464a887 internal/lsp/templates: replace panic by logging by pjw · 2 years, 7 months ago
  90. a0016a2 internal/lsp/diagnostics: avoid erroneous error message for orphaned files by pjw · 2 years, 7 months ago
  91. 7559231 internal/lsp/command: fix typo in comment by Pontus Leitzler · 2 years, 7 months ago
  92. 2758b04 gopls/api-diff: create api-diff command for gopls api by Rebecca Stambler · 2 years, 10 months ago v0.1.6
  93. aba0c5f go/callgraph/vta: optimize scc type initialization by Zvonimir Pavlinovic · 2 years, 7 months ago
  94. 1a7ca93 internal/lsp/source: update SuggestedFixFunc to accept source.Snapshot by Marwan Sulaiman · 2 years, 7 months ago
  95. 76d4494 internal/lsp: fix panic in find references on Error by Rebecca Stambler · 2 years, 7 months ago
  96. 4ba3eff gopls/doc: remove -tags=typeparams from generic build instructions by Robert Findley · 2 years, 7 months ago
  97. 02e5238 go/internal/gcimporter: rename instType to instanceType by Robert Findley · 2 years, 7 months ago
  98. 0cffec9 go/internal/gcimporter: update iimport.go to support type parameters by Robert Findley · 2 years, 7 months ago
  99. 5492d01 internal/lsp/testdata: update inferred.go to use hoverdef by Robert Findley · 2 years, 7 months ago
  100. 9207707 go/internal/gcimporter: skip TestIExportData_stdlib on go1.18 by Robert Findley · 2 years, 7 months ago