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