1. a101b04 cmd/present: use unique key for destSlide in local store by Daniela Petruzalek · 5 years ago
  2. 7f22187 go/loader: document that package is deprecated by Dmitri Shuralyov · 5 years ago
  3. 663943a go/packages: fix mistake for ad-hoc packages by Rebecca Stambler · 5 years ago
  4. 64633d5 internal/lsp: add telemetry stubs by Ian Cottrell · 5 years ago
  5. 70d3714 internal/lsp: update doc comments on rename by Suzy Mueller · 5 years ago
  6. 8ea4f8e refactor/rename: remove extraneous space by Agniva De Sarker · 5 years ago
  7. 6e04913 internal/lsp: fix bug in creating token.Files by Rebecca Stambler · 5 years ago
  8. 1fa5683 internal/lsp: check for conflicts on rename by Suzy Mueller · 5 years ago
  9. 494e18b internal/lsp: send client expected rename provider by Suzy Mueller · 5 years ago
  10. 4310333 internal/lsp: fix function value completions by Muir Manders · 5 years ago
  11. e0e20f2 go/packages: trim errors returned by go list by Michael Matloob · 5 years ago
  12. 4adf7a7 internal/lsp: add identifier renaming by Suzy Mueller · 5 years ago
  13. 22e91af internal/lsp: apply type modifiers to completion candidate by Muir Manders · 5 years ago
  14. b76e30f internal/lsp: fix references for type switch vars by Suzy Mueller · 5 years ago
  15. 8b2b8cf internal/lsp: add a field on the package to store diagnostics by Michael Matloob · 5 years ago
  16. c152035 go/packages: support test files in overlays by Michael Matloob · 5 years ago
  17. bf5f34b internal/lsp: remove the redundant `Server.Run()` call. by Henry Wong · 5 years ago
  18. 04b924a internal/lsp: enable textDocument/didSave notifications by Rebecca Stambler · 5 years ago
  19. ab136c9 internal/lsp: switching debug pages to not use the default mux by Ian Cottrell · 5 years ago
  20. fdf1049 internal/lsp: determine diagnostics to show per-file, not per-package by Rebecca Stambler · 5 years ago
  21. da514ac internal/lsp: suggest completions that satisfy interfaces by Muir Manders · 5 years ago
  22. 1d40570 go/packages: fix support for ad-hoc packages to handle errors by Rebecca Stambler · 5 years ago
  23. 6fea9ef go/analysis: add SuggestedFix to Diagnostic by Michael Matloob · 5 years ago
  24. 4bb205a go/packages: add support for file= queries on ad-hoc packages by Michael Matloob · 5 years ago
  25. 7653e6d internal/lsp/cache: fix ineffectual err assignment by Edward Muller · 5 years ago
  26. 97de565 internal/lsp/diff: remove redundant memory allocate and copy operations in function 'shortestEditSequence'. by linguohua · 5 years ago
  27. 5aca471 internal/lsp: clear diagnostics when all files from a package are closed by Rebecca Stambler · 5 years ago
  28. 6f04827 internal/lsp/cache: fix nil check by adding missing "continue" by Edward Muller · 5 years ago
  29. 9a3b5d6 internal/lsp: parse filenames only out of go list errors by Rebecca Stambler · 5 years ago
  30. 61e0f78 internal/lsp: use the memoize package to get *token.Files by Rebecca Stambler · 5 years ago
  31. a82f032 internal/lsp: block rather than reject when the message queue is full by Ian Cottrell · 5 years ago
  32. d1d6cdd internal/lsp: clear out missing imports set when we re-load package by Rebecca Stambler · 5 years ago
  33. 1edc8e8 internal/lsp: update analysis runner for new features by Ian Cottrell · 5 years ago
  34. ed0dc45 go/analysis/passes/composite: whitelist unicode.Range32 by Tai · 5 years ago
  35. 1497403 internal/span: improve invalid uri message by Ian Cottrell · 5 years ago
  36. 027b3b4 internal/lsp/protocol: bring the code generating programs up to date by Peter Weinberger · 5 years ago
  37. d4e310b gopls: adding the gopls module by Ian Cottrell · 5 years ago
  38. 10539ce cmd/gopls: preparing for v0.1.0 by Ian Cottrell · 5 years ago
  39. 59534d0 internal/lsp: use ids instead of package paths as map keys by Rebecca Stambler · 5 years ago
  40. 028e009 internal/lsp: fix typo on license year by Koichi Shiraishi · 5 years ago
  41. 7db4ac6 internal/lsp/debug: add newlines to debug messages by Rebecca Stambler · 5 years ago
  42. ecc01b7 internal/memoize: document the complicated parts of the memoize package by Rebecca Stambler · 5 years ago
  43. d73e1c7 internal/lsp: fix errors when adding new file to existing package by Muir Manders · 5 years ago
  44. 3c1b0c2 internal/lsp: fix panic when file deleted by Rebecca Stambler · 5 years ago
  45. 6050b95 internal/lsp: create types for package paths and IDs by Rebecca Stambler · 5 years ago
  46. d303ba2 internal/lsp: move the fixup and parallel limits into the main parse function by Ian Cottrell · 5 years ago
  47. 346706f internal/lsp: memoize all the parsing by Ian Cottrell · 5 years ago
  48. ce2cddb internal/lsp: using memoize for all file contents by Ian Cottrell · 5 years ago
  49. 5b939d6 internal/lsp: fix type checking for unsafe package by Rebecca Stambler · 5 years ago
  50. 1d0142b internal/lsp: improve error handling while parsing by Muir Manders · 5 years ago
  51. a99d5a7 internal/lsp: add a Version constant by Rebecca Stambler · 5 years ago
  52. 25a4f13 internal/span: handle empty paths correctly by Ian Cottrell · 5 years ago
  53. ff694a2 internal/lsp: stop requiring a .go extension for all Go files by Rebecca Stambler · 5 years ago
  54. 4bfb4c7 internal/lsp: fix check for changed imports by Muir Manders · 5 years ago
  55. f8d1dee internal/memoize: a new library to memoize functions by Ian Cottrell · 5 years ago
  56. 0945d36 internal/imports: suggest x for x_tests by Heschi Kreinick · 5 years ago
  57. e881382 internal/span: change URI.Filename so it just returns the filename by Ian Cottrell · 5 years ago
  58. fe937a7 internal/lsp: allow fine-grained control over vet checks by Rebecca Stambler · 5 years ago
  59. bca362e internal/lsp: add find all references by Suzy Mueller · 5 years ago
  60. 5ae6a97 internal/lsp: track missing imports, re-running packages.Load by Rebecca Stambler · 5 years ago
  61. f68ef20 internal/lsp: enable "ignoreFuncBodies" and fix caching by Rebecca Stambler · 5 years ago
  62. e9a20a1 internal/imports: actually cache resolvers by Heschi Kreinick · 5 years ago
  63. e6ce0dd internal/lsp: add an implementation for textDocument/didSave by Rebecca Stambler · 5 years ago
  64. eacb66d internal/lsp: reply with nil, rather than empty, signature help by Rebecca Stambler · 5 years ago
  65. 755ce86 internal/imports: fix TestNoMainModule by Heschi Kreinick · 5 years ago
  66. 68211a6 internal/lsp: fix some issues with trimming ASTs by Rebecca Stambler · 5 years ago
  67. 5aed782 go/internal/gccgoimporter: update package to match std lib version by Than McIntosh · 5 years ago
  68. 0139d57 internal/lsp: attach documentation to signature help by Rebecca Stambler · 5 years ago
  69. d0a3d01 go/internal/gccgoimporter: update importer tests to match std lib version by Tobias Klauser · 5 years ago
  70. 4d9ae51 internal/lsp: remove source.FileContent by Ian Cottrell · 5 years ago
  71. 596a85b internal/lsp: don't queue content changes by Ian Cottrell · 5 years ago
  72. a544cfa go/internal/gcimporter: skip stdlib tests in race mode as they are too slow by Ian Cottrell · 5 years ago
  73. 2c3de6a internal/lsp: change file system to allow lazy reads by Ian Cottrell · 5 years ago
  74. 8aaa148 internal/lsp: add some basic tests for imports by Rebecca Stambler · 5 years ago
  75. 70bf279 internal/lsp: support build flags on processConfig by Koichi Shiraishi · 5 years ago
  76. b012c19 internal/lsp: trim ASTs for which we do not require function bodies by Rebecca Stambler · 5 years ago
  77. a4e9122 internal/lsp: fix regression from CL 179439 by Rebecca Stambler · 5 years ago
  78. 178e83b internal/lsp: build the builtin package preemptively by Rebecca Stambler · 5 years ago
  79. 359a075 internal/jsonrpc2: adding rpc trace tasks by Ian Cottrell · 5 years ago
  80. 37dc81f internal/lsp: add memory debugging page by Ian Cottrell · 5 years ago
  81. df5f646 internal/lsp: debug pages for sessions views and files by Ian Cottrell · 5 years ago
  82. 08e0b30 internal/lsp: move PrintVersionInfo to the debug package by Ian Cottrell · 5 years ago
  83. 2de7f9b go/analysis/passes/structtag: allow field tag shadowing by Daniel Martí · 5 years ago
  84. 0abef6e errorsas: handle single-actual case by Jonathan Amsterdam · 5 years ago
  85. b1dcc6b errorsas: ignore empty interface target by Jonathan Amsterdam · 5 years ago
  86. 26e35f1 internal/lsp/cache: fix leaking wg.Done() and <-ioLimit by Edward Muller · 5 years ago
  87. b3315ee go/packages: update documentation for Package.Types and Package.Syntax by Michael Matloob · 5 years ago
  88. 75312fb go/packages: support new main packages in overlays by Michael Matloob · 5 years ago
  89. ce1a380 internal/lsp: send void client response to client/registerCapapbility by Paul Jolly · 5 years ago
  90. 2b03ca6 go/analysis: add an End field to Diagnostic by Michael Matloob · 5 years ago
  91. 12d7342 internal/lsp: refactor to separate pieces of type-checking by Rebecca Stambler · 5 years ago
  92. b97706b internal/lsp: add debug page serving by Ian Cottrell · 5 years ago
  93. fb6c8ff go/analysis/passes/tests: add pointer to where test name conventions are specified by Michael Matloob · 5 years ago
  94. d850aa0 internal/lsp: fix setting overlays in tests by Rebecca Stambler · 5 years ago
  95. f98590f go/packages: handle potential nil pointer error by Rebecca Stambler · 5 years ago
  96. d557729 go/packages: officially deprecate LoadX values in favor of NeedX values by Michael Matloob · 5 years ago
  97. aa71c3f internal/lsp: set env to os.Environ to start by Rebecca Stambler · 5 years ago
  98. 08bd53a internal/lsp: run analyses despite some errors by Rebecca Stambler · 5 years ago
  99. 09281b5 godoc: re-add test for ignoring //line comments in source code by Dmitri Shuralyov · 5 years ago
  100. d238219 internal/lsp: client/registerCapapbility is a request, not a notification by Peter Weinberger · 5 years ago