1. 69e0dcf internal/lsp: cache package metadata to minimize calls to packages.Load by Rebecca Stambler · 6 years ago
  2. f8c0491 internal/lsp: refactor type-checking code by Rebecca Stambler · 6 years ago
  3. d56157a internal/lsp: remove handling for circular imports by Rebecca Stambler · 6 years ago
  4. 9c8c5ae internal/lsp/cache: skip duplicate import of packages by Yasuhiro Matsumoto · 6 years ago
  5. 8bdde6d internal/lsp: create new cache for each analysis by Rebecca Stambler · 6 years ago
  6. 58344e5 internal/lsp: use cached AST when parsing files, if available by Rebecca Stambler · 6 years ago
  7. 550322b internal/lsp: return an updated view after setting a file's contents by Rebecca Stambler · 6 years ago
  8. 78f9822 internal/lsp: fix nil pointer exception on vendored packages by Rebecca Stambler · 6 years ago
  9. 508f945 internal/lsp: change File.Read to a File.GetContent accessor by Ian Cottrell · 6 years ago
  10. 69a2705 internal/lsp: remove error return values from interface "field" accessors by Ian Cottrell · 6 years ago
  11. 740235f internal/lsp: add back check that a package was found for a given file by Rebecca Stambler · 6 years ago
  12. a21eef9 internal/lsp: use parallel parse files function by Rebecca Stambler · 6 years ago
  13. 340a1cd internal/lsp: copy fact support from go/analysis/internal/checker.go by Michael Matloob · 6 years ago
  14. 657755b internal/lsp: fix crash caused by lack of TypeSizes from go/packages.Load by Michael Matloob · 6 years ago
  15. 3744606 internal/lsp: type-check packages from source by Rebecca Stambler · 6 years ago
  16. 3792095 internal/lsp: add additional logging for go/packages failures by Rebecca Stambler · 6 years ago
  17. 90c8b4f internal/lsp: handle escaping URIs for files in the module cache by Rebecca Stambler · 6 years ago
  18. a2c791a internal/lsp/cache: return error when no packages found by Yasuhiro Matsumoto · 6 years ago
  19. 85a09cd internal/lsp: set file contents through the source.View, not File by Rebecca Stambler · 6 years ago
  20. f344c75 internal/lsp: add ranges to some diagnostics messages by Rebecca Stambler · 6 years ago
  21. b620e9e internal/lsp: use rootURI as config.Dir in packages.Load by Rebecca Stambler · 6 years ago
  22. 3576414 internal/lsp: refactor source package to use an interface by Rebecca Stambler · 6 years ago