1. 6732636 internal/lsp: use strings.EqualFold instead of == by Rebecca Stambler · 5 years ago
  2. a5870b4 internal/lsp/protocol: add a compare function for span.URI by Rebecca Stambler · 5 years ago
  3. 183b688 internal/lsp: add compare functions for spans by Ian Cottrell · 5 years ago
  4. f6abc2c internal/lsp: check content format instead of assuming markdown by Rebecca Stambler · 5 years ago
  5. afc68fb internal/lsp: a cleaner way of doing overlays by Ian Cottrell · 5 years ago
  6. 780da32 internal/lsp: trigger signature help after completing a function by Rebecca Stambler · 5 years ago
  7. 34437f5 internal/lsp: refactor server.go to separate into LSP categories by Rebecca Stambler · 5 years ago
  8. 6149f38 internal/lsp: reply to shutdown request by Rebecca Stambler · 5 years ago
  9. 7e40e17 internal/lsp: improve signatureHelp in various cases by Muir Manders · 5 years ago
  10. 7b3e515 internal/lsp: switch completion item tests to using the enum strings by Ian Cottrell · 5 years ago
  11. aa385af go/packages: add support for entire packages defined in overlays by Rebecca Stambler · 5 years ago
  12. 4ca4b55 internal/lsp: make the symbols tests use the enum names rather than hard coding the values by Ian Cottrell · 5 years ago
  13. 35716ff internal/lsp: set the diagnostic source earlier by Ian Cottrell · 5 years ago
  14. 49a1609 internal/lsp: cleanup the diagnostic and completion tests by Ian Cottrell · 5 years ago
  15. dd61c98 internal/lsp: run source.organizeImports on all codeActions by Rebecca Stambler · 5 years ago
  16. e2848a0 internal/lsp: minor clean up of symbol tests by Ian Cottrell · 5 years ago
  17. e528388 internal/lsp: Add to and from string handling for the enums by Ian Cottrell · 5 years ago
  18. f6a9ef9 go/packages: fix broken test that checks errors by Rebecca Stambler · 5 years ago
  19. 7603827 internal/lsp: fix badly formatted error messages from go vet by Rebecca Stambler · 5 years ago
  20. b8fc0e1 internal/lsp: organize imports as a quickfix by Rebecca Stambler · 5 years ago
  21. 52f869c go/gcexportdata: fix example test for changes in net/rpc by Rebecca Stambler · 5 years ago
  22. 3e7148b internal/lsp: log errors when diagnostics fail by Rebecca Stambler · 5 years ago
  23. 9c9e187 internal/lsp: fix crash when there is a type alias to a struct in the symbols code by Ian Cottrell · 5 years ago
  24. 2e9de47 internal/lsp: handle definitions for variables with error types by Rebecca Stambler · 5 years ago
  25. 744a51d internal/lsp: normalise and make public diff<->edit conversions by Ian Cottrell · 5 years ago
  26. fa49199 internal/lsp: add unified diff by Ian Cottrell · 5 years ago
  27. 2b54986 internal/lsp: Remove 1.10 compatability in tests by Ian Cottrell · 5 years ago
  28. 681f9ce cmd/compilebench: update document by LE Manh Cuong · 5 years ago
  29. 2538eef internal/lsp: enhance document symbols support by Zac Bergquist · 5 years ago
  30. db7bebf apidiff: fix old reference to golang.org/x/exp by Jonathan Amsterdam · 5 years ago
  31. 7e5bf92 cmd/getgo: fix build on aix by Tobias Klauser · 5 years ago
  32. 96f2e7e internal/lsp: ignore errors for completion and signature help by Rebecca Stambler · 5 years ago
  33. 9e54453 internal/apidiff: diffs of package APIs by Jonathan Amsterdam · 5 years ago
  34. 04e5049 cmd/gopls: fix incomplete ClientCapabilities struct by Peter Weinberger · 5 years ago
  35. e5b8258 internal/lsp: stop formatting on files that do not parse by Rebecca Stambler · 5 years ago
  36. 12dd9f8 internal/lsp: remove defunct copy of the LSP protocol by Ian Cottrell · 5 years ago
  37. cb42bbe go/packages: add a work around for go list behavior for missing ad-hoc package by Michael Matloob · 5 years ago
  38. 0fdf0c7 imports: fix circular imports by kazyshr · 5 years ago
  39. a81264a internal/lsp: change diff tests to take strings not string arrays to make them more realistic by Ian Cottrell · 5 years ago
  40. 719e078 cmd/gopls/integration/vscode: log diagnostics as they are received by Rebecca Stambler · 5 years ago
  41. ccd3732 internal/lsp: refactor code actions by Rebecca Stambler · 5 years ago
  42. 0d5674b internal/jsonrpc2: fix bug in direction logging of call responses by Ian Cottrell · 5 years ago
  43. 052fc3c cmd/auth/cookieauth: add a GOAUTH implementation that reads from a cookiefile by Bryan C. Mills · 5 years ago
  44. aafdb06 cmd/auth/netrcauth: add a reference GOAUTH implementation using .netrc files by Bryan C. Mills · 5 years ago
  45. e32fe8a cmd/auth/gitauth: add a reference GOAUTH implementation using 'git credential fill' by Bryan C. Mills · 5 years ago
  46. 50503db cmd/auth/authtest: add a manual-test harness for GOAUTH implementations by Bryan C. Mills · 5 years ago
  47. b184d1c internal/lsp: change diff Op.Content to be the unjoined strings by Ian Cottrell · 5 years ago
  48. f558378 internal/lsp: make definition use the lsp protocol by Ian Cottrell · 5 years ago
  49. d996c1a internal/lsp: minor comment fix by Ian Cottrell · 5 years ago
  50. 1058ed4 internal/lsp: add a "usePlaceholders" setting to gopls configuration by Rebecca Stambler · 5 years ago
  51. 923d258 internal/lsp: make the guru emulation tests slightly looser with a different matching system by Ian Cottrell · 5 years ago
  52. 8a44e74 go/packages: only test TestSizes on GOOS where 386 and amd64 GOARCH exists by Brad Fitzpatrick · 5 years ago
  53. 1aadbdf go/packages: make sure TypesSizes are requested when Types are by Michael Matloob · 5 years ago
  54. 202502a go/packages: fix json struct tag on driverRequest.Command by Michael Matloob · 5 years ago
  55. c5ac96b internal/span: span to protocol needs position as well as offset by Ian Cottrell · 5 years ago
  56. b7e8f89 go/packages: rename golistDriverCurrent to golistDriver by Colin Arnott · 5 years ago
  57. 4c644d7 internal/lsp: avoid extra work in *cache.View.remove by Rebecca Stambler · 5 years ago
  58. 36ba6a5 internal/lsp: suppress error message when there is no config by Rebecca Stambler · 5 years ago
  59. 5bca5db internal/lsp: check the client capabilities before calling workspace/configuration by Ian Cottrell · 5 years ago
  60. 1bac838 internal/lsp: support multiple views by Ian Cottrell · 5 years ago
  61. bf99c09 internal/lsp: create the undelivered map by Rebecca Stambler · 5 years ago
  62. 4fc9f0b internal/lsp: cache file objects for every dependency by Rebecca Stambler · 5 years ago
  63. cf22ef0 internal/lsp: handle undelivered diagnostics by Rebecca Stambler · 5 years ago
  64. e2f00d1 internal/lsp: make pipe mode the default for command line tests by Ian Cottrell · 5 years ago
  65. 5d16bdd internal/lsp: add the ability to log back to the client by Ian Cottrell · 5 years ago
  66. aef51cc go/analysis/unitchecker: allow dash in file paths by Dmitri Shuralyov · 5 years ago
  67. a68386b go/packages: add NeedTypesSizes to LoadTypes by Rebecca Stambler · 5 years ago
  68. 1cd2f21 imports: add syscall/js API to zstdlib.go by Dmitri Shuralyov · 5 years ago
  69. a96101f internal/lsp: add a work-around for golang.org/issue/31090 by Rebecca Stambler · 5 years ago
  70. 73054e8 internal/lsp: use new go/packages LoadMode to get TypesSizes by Rebecca Stambler · 5 years ago
  71. 24738cb internal/lsp: add an error result to findFile by Rebecca Stambler · 5 years ago
  72. 0ec5c26 internal/lsp: clean up the confguraton handling by Ian Cottrell · 5 years ago
  73. 1f1f5f5 internal/lsp: decouple message processing from stream processing. by Ian Cottrell · 5 years ago
  74. a8f40b3 internal/jsonrpc2: split main loop from construction to fix race by Ian Cottrell · 5 years ago
  75. 0926561 internal/lsp: fix nil pointer exception in document symbols by Rebecca Stambler · 5 years ago
  76. 23e29df internal/lsp: fix broken gopls query help comment by Ian Cottrell · 5 years ago
  77. 4471d52 internal/lsp: allow command line tests to connect through a pipe by Ian Cottrell · 5 years ago
  78. ab21143 internal/lsp: adding command line access to diagnostics by Ian Cottrell · 5 years ago
  79. 8889bfc internal/lsp: wire up configuration by Ian Cottrell · 5 years ago
  80. 8f05a32 internal/lsp: correctly report interface symbols by Zac Bergquist · 5 years ago
  81. 2898d83 internal/lsp: fix tiny bug in getting files by basename by Rebecca Stambler · 5 years ago
  82. c70d86f internal/lsp: match files by identity by Ian Cottrell · 5 years ago
  83. dbeab5a go/packages: split LoadMode into fine-grained options by Michael Matloob · 5 years ago
  84. 45dd101 internal/lsp: unescape uris before we convert them to span.URI by Rebecca Stambler · 5 years ago
  85. 79af862 internal/span: switch to an offset function that doesn't panic by Rebecca Stambler · 5 years ago
  86. 41a94eb internal/lsp: add back distinction between var and const symbols by Rebecca Stambler · 5 years ago
  87. cd3f3f0 internal/span: return error when on spans with invalid starts by Rebecca Stambler · 5 years ago
  88. c02eab1 internal/lsp: group document symbols and add more detail by Rebecca Stambler · 5 years ago
  89. 3ad0530 go/analysis/cmd/vet: add errorsas analyzer by Jonathan Amsterdam · 5 years ago
  90. b8c0eb4 go/analysis/passes/errorsas: check type of errors.As target by Jonathan Amsterdam · 5 years ago
  91. 0268d3d internal/lsp: use main testdata folder by Ian Cottrell · 5 years ago
  92. ca36ab2 internal/lsp: add support for document highlight by Zac Bergquist · 5 years ago
  93. 1d95b17 x/tools/internal/lsp: add support for document symbols by Zac Bergquist · 5 years ago
  94. 5a8dccf go/packages/packagestest: convert to the span library by Ian Cottrell · 5 years ago
  95. c1a832b go/packages: remove spurious print by Michael Matloob · 5 years ago
  96. 3a76a64 go/packages/testdata: add go directives to fake module files by Michael Matloob · 5 years ago
  97. 8f249a1 go/packages: detect missing binary via exec.ErrNotFound error by Dmitri Shuralyov · 5 years ago
  98. e779aa4 go/ssa/interp: make tests fast and robust by Alan Donovan · 5 years ago
  99. cc8e56e go/analysis/passes/tests: break out of loop when we find a method by Ian Lance Taylor · 5 years ago
  100. 6aabc1c go/analysis/passes/tests: don't warn about missing method for each type by Ian Lance Taylor · 5 years ago