1. f217c98 internal/lsp: fix completion insertion by Muir Manders · 4 years, 11 months ago
  2. 1da8801 godoc: declare small victory over the punched card tyranny by Dmitri Shuralyov · 5 years ago
  3. bffc5af internal/lsp: support definitions and hover for builtins by Rebecca Stambler · 4 years, 11 months ago
  4. 1a8f260 internal/lsp: use ranges instead of positions in completion items by Rebecca Stambler · 4 years, 11 months ago
  5. b958414 internal/lsp: add structured layers to the cache by Ian Cottrell · 4 years, 11 months ago
  6. abbb706 internal/lsp: enable enhanced hover by default by Rebecca Stambler · 5 years ago
  7. e5f21ac internal/lsp: handle more expected type cases by Muir Manders · 4 years, 11 months ago
  8. d1a3278 godoc/util: serve SVG files raw by Andrew Bonventre · 4 years, 11 months ago
  9. 4f9510c internal/lsp: prepare for non go files by Ian Cottrell · 5 years ago
  10. 0e55654 internal/lsp: add shutdown handling by Ian Cottrell · 5 years ago
  11. 7c3f651 internal/lsp: remove constant value from label and add tests by Rebecca Stambler · 4 years, 11 months ago
  12. 473d3dc internal/lsp: handle additional snippet cases by Rebecca Stambler · 4 years, 11 months ago
  13. ce09bef internal/lsp: reduce the api surface of the cache package by Ian Cottrell · 4 years, 11 months ago
  14. 707862f internal/lsp: use builtin package for signature help by Rebecca Stambler · 4 years, 11 months ago
  15. 2196cb7 internal/lsp: make snippets private fields by Rebecca Stambler · 4 years, 11 months ago
  16. 7d7faa4 internal/lsp: fix missing parens in function call snippet by Muir Manders · 4 years, 11 months ago
  17. 921b34c internal/lsp: ignore files in the builtin package by Rebecca Stambler · 4 years, 11 months ago
  18. faff00d internal/lsp: fix typo on license year by Koichi Shiraishi · 4 years, 11 months ago
  19. 2d081db internal/lsp: fix nil pointer when propagating diagnostics by Rebecca Stambler · 4 years, 11 months ago
  20. 4789ca9 go/analysis/internal/analysisflags: call gob.Register on deleted analyzers by Russ Cox · 5 years ago
  21. 7d589f2 internal/lsp: stop trimming prefix from InsertText by Rebecca Stambler · 4 years, 11 months ago
  22. de15caf internal/lsp: fix composite literal completion by Muir Manders · 4 years, 11 months ago
  23. 2a413a0 godoc/static: let client use vet check returned by /compile endpoint by Brad Fitzpatrick · 4 years, 11 months ago
  24. d81a07b go/analysis/passes/bools: eliminate quadratic runtime, output by Russ Cox · 4 years, 11 months ago
  25. 8696927 internal/lsp: respond to shutdown requests and add DO NOT EDITs by Peter Weinberger · 4 years, 11 months ago
  26. 99f201b internal/lsp: add some missing copyright notices by Ian Cottrell · 4 years, 11 months ago
  27. 44dd571 internal/lsp: add version and bug commands by Ian Cottrell · 5 years ago
  28. 9044167 internal/lsp: suppress info and default logging unless a verbose flag is supplied by Ian Cottrell · 4 years, 11 months ago
  29. 80b1e87 internal/lsp: support dynamic workspace folder changes by Ian Cottrell · 5 years ago
  30. 4ca280b internal/lsp: fix definition tests to use golden files by Ian Cottrell · 5 years ago
  31. 45e43b2 go/packages/packagestest: fix MustCopyFileTree so that file fragments are always slash form by Ian Cottrell · 5 years ago
  32. 0522b6e internal/lsp: adding the test suite to the source package by Ian Cottrell · 5 years ago
  33. d4e30f1 internal/lsp: making cmd tests fast and small by Ian Cottrell · 5 years ago
  34. 775b7fe internal/lsp: improve expected type determination by Muir Manders · 4 years, 11 months ago
  35. 63859f3 internal/lsp: add definition support for packages by Muir Manders · 4 years, 11 months ago
  36. 35884ee cmd/vet: print help to stdout only by Yury Smolsky · 5 years ago
  37. 3eedecd internal/lsp: propagate diagnostics for reverse dependencies by Rebecca Stambler · 5 years ago
  38. a1c92a4 internal/lsp: add additional error handling for builtin packages by Rebecca Stambler · 5 years ago
  39. 73554e0 go/analysis/passes: fix bugs discovered in std by Russ Cox · 5 years ago
  40. d996b19 go/analysis/analysistest: fix word usage by Dan Kortschak · 5 years ago
  41. e31d365 compilebench: handle missing MemStats more gracefully by Austin Clements · 5 years ago
  42. 60140f0 compilebench: add a linker benchmark by Austin Clements · 5 years ago
  43. eeb76a0 compilebench: factor running build tool commands by Austin Clements · 5 years ago
  44. 8a42e17 compilebench: clean up different benchmark types by Austin Clements · 5 years ago
  45. cf84161 internal/lsp: fix incremental updates and turn them on by Ian Cottrell · 5 years ago
  46. 490d130 internal/lsp: switch golden files to use txtar by Ian Cottrell · 5 years ago
  47. 5658f88 internal/lsp: disable rangeFormatting temporarily by Rebecca Stambler · 5 years ago
  48. 9529901 lostcancel: do not analyze cancel variable which defined outside current function scope by Shengyu Zhang · 5 years ago
  49. 2d16b83 go/vcs: ignore "mod" VCS type by Dmitri Shuralyov · 5 years ago
  50. 3b6f9c0 internal/lsp: add document link handling for import paths to godoc by Ian Cottrell · 5 years ago
  51. 9cb3dcf internal/span: update the offset if the end offset should be valid but is not by Ian Cottrell · 5 years ago
  52. 5cec639 go/analysis: proposed fact enumeration API by Michael Matloob · 5 years ago
  53. 83df196 internal/span: add a filename only print for spans by Ian Cottrell · 5 years ago
  54. 2346320 internal/lsp: support builtin types without hardcoding by Rebecca Stambler · 5 years ago
  55. 2d28432 internal/lsp: first pass at some hover tests by Ian Cottrell · 5 years ago
  56. 08ecc9e internal/lsp: generate RPC interface from Typescript source by Peter Weinberger · 5 years ago
  57. b9fed79 internal/lsp: change some comments and variable names in completion code by Rebecca Stambler · 5 years ago
  58. 9d4d845 cmd/goimports: add -format-only flag by Brad Fitzpatrick · 5 years ago
  59. 35c6709 internal/lsp: clean up formatting header handling by Ian Cottrell · 5 years ago
  60. f97eea4 internal/lsp: handle nil pointer in (*Package).GetActionGraph by Rebecca Stambler · 5 years ago
  61. 7af7466 internal/span: fix another off-by-one in ToUTF16Column by Paul Jolly · 5 years ago
  62. c6e1543 internal/lsp: add struct literal field snippets by Muir Manders · 5 years ago
  63. 550556f internal/lsp/source: refactor completion by Rebecca Stambler · 5 years ago
  64. ad9eeb8 internal/lsp: handle shadowed variables in lexical completions by Rebecca Stambler · 5 years ago
  65. 4eab536 internal/lsp: add the format command line by Ian Cottrell · 5 years ago
  66. 0c752f5 internal/lsp: fix utf16 conversion for end of file cursor by Ian Cottrell · 5 years ago
  67. b5495a5 internal/lsp: extensive utf16 tests by Ian Cottrell · 5 years ago
  68. 079ac3a internal/lsp: handle error from runAnalyses by Rebecca Stambler · 5 years ago
  69. 2d660fb go/packages/packagestest: fix GOPROXY file URLs for Windows by Jay Conrod · 5 years ago
  70. e54115a internal/lsp: fix stuck diagnostic messages by Muir Manders · 5 years ago
  71. bb8aefc internal/lsp: return errors when we can't find a package by Rebecca Stambler · 5 years ago
  72. 45abd40 internal/lsp: introduce snippet builder object by Muir Manders · 5 years ago
  73. 31fd60d x/tools/go/packages/packagestest: fix GOPROXY file URLs for Windows by Jay Conrod · 5 years ago
  74. 36563e2 cmd/vet: verify potentially-recursive Stringers are actually Stringers by Reilly Watson · 5 years ago
  75. 9e44c1c go/internal/gccgoimporter: update package to match std lib version by Than McIntosh · 5 years ago
  76. 1e8e1cf internal/lsp: handle completion after defer, go statements by Rebecca Stambler · 5 years ago
  77. 3e93b52 internal/lsp: suppress more completions in comments and literals by Muir Manders · 5 years ago
  78. cb2dda6 go/packages: deduplicate file parsing by Dominik Honnef · 5 years ago
  79. f62e16c internal/lsp: make interface methods children of the interface symbol by Zac Bergquist · 5 years ago
  80. 4bf14f7 internal/span: fix off-by-one in ToUTF16Column by Rebecca Stambler · 5 years ago
  81. e58f341 internal/lsp: add more error propagation and logging for analyses by Rebecca Stambler · 5 years ago
  82. bb3b3ca go/packages: add some documentation for extractPackage by Rebecca Stambler · 5 years ago
  83. 15bbd99 all: run go mod tidy by Jay Conrod · 5 years ago
  84. 49ba831 internal/lsp: improve composite literal completion by Muir Manders · 5 years ago
  85. 18110c5 internal/lsp: delay the running of gofmt until the test is running by Ian Cottrell · 5 years ago
  86. 2acd0f4 internal/lsp: adding golden file support to the test harness by Ian Cottrell · 5 years ago
  87. fe54fb3 apidiff: represent a Report as a list of Changes by Jonathan Amsterdam · 5 years ago
  88. c6b416e internal/lsp: add more error handling to analysis by Rebecca Stambler · 5 years ago
  89. 3ff669b internal/lsp: add check for nil package by Rebecca Stambler · 5 years ago
  90. 1e2181f internal/lsp: add additional debug logging for diagnostics by Rebecca Stambler · 5 years ago
  91. 61c0d37 internal/lsp: fix typo on 'textDocument/foldingRange' method by Koichi Shiraishi · 5 years ago
  92. 15d5d38 internal/lsp: fix error handling in cmd by micnncim · 5 years ago
  93. 75f2365 internal/lsp: fix query cmd usage by micnncim · 5 years ago
  94. 7f54bd5 internal/lsp: extract the common test logic by Ian Cottrell · 5 years ago
  95. 9eb0fb1 internal/lsp: support comments on hover for typenames, funcs, fields by Rebecca Stambler · 5 years ago
  96. aa740d4 internal/lsp: handle embedded struct pointer definitions by Muir Manders · 5 years ago
  97. 685feca go/internal/gccgoimporter: update package to match std lib version by Than McIntosh · 5 years ago
  98. c39e774 internal/lsp: add type to placeholders in completion parameters by Rebecca Stambler · 5 years ago
  99. f939817 internal/lsp: add an additional check to ToUTF16Column by Rebecca Stambler · 5 years ago
  100. 4796d4b internal/lsp: use ast.Nodes for hover information by Rebecca Stambler · 5 years ago