Sign in
go
/
tools
/
d87e9bbada1ffc4e8a44c415bc9b5b8e0110b61b
d87e9bb
internal/lsp: limit concurrent file reads
by Sander van Harmelen
· 6 years ago
9065c18
internal/lsp: fix bug renaming local vars with test files present
by Suzy Mueller
· 6 years ago
ea41424
internal/imports: merge import declarations
by Suzy Mueller
· 6 years ago
578fe56
internal/imports: use the resolver to load exports
by Suzy Mueller
· 6 years ago
4cb0cfd
internal/imports: test exported functions with nil args
by Suzy Mueller
· 6 years ago
9fae7b2
go/packages: work around another case where go list doesn't respect -e
by Michael Matloob
· 6 years ago
f60b6e7
go/packages: add test case for golang/go#33462
by Rebecca Stambler
· 6 years ago
5b18234
go/packages: set -mod=readonly when processing overlays in module mode
by Michael Matloob
· 6 years ago
597f577
go/packages: handle more errors that 'go list' prints to stderr
by Dominik Honnef
· 6 years ago
60bb302
internal/lsp: fix race condition in caching
by Rebecca Stambler
· 6 years ago
2adf828
internal/lsp: add fuzzy completion matching
by Muir Manders
· 6 years ago
9dba7ca
internal/lsp: show generated warning on didChange, not didOpen
by Rebecca Stambler
· 6 years ago
62ee034
internal/lsp: use memoize package to cache source.Packages
by Rebecca Stambler
· 6 years ago
41f3357
internal/lsp: don't deep complete struct field names
by Muir Manders
· 6 years ago
97f12d7
go/analysis: add a "-fix" flag to checker to apply suggested fixes
by Michael Matloob
· 6 years ago
528a298
internal/lsp: fix data race in cmd tests
by Ian Cottrell
· 6 years ago
afc3694
go/packages: add a test case for golang/go#32499
by Rebecca Stambler
· 6 years ago
2ad8dc8
internal/imports: return initialized options
by Suzy Mueller
· 6 years ago
1e8b33d
internal/lsp: ignore files that begin with underscores
by Rebecca Stambler
· 6 years ago
89a01ca
internal/lsp: support an experimental structured hover format
by Rebecca Stambler
· 6 years ago
0d62d44
internal/lsp: change ordering of hover depending on hoverKind
by Rebecca Stambler
· 6 years ago
4147ede
internal/imports: fix setting default options
by Suzy Mueller
· 6 years ago
f07d81a
internal/lsp: fix documentation for completion items
by Rebecca Stambler
· 6 years ago
6d4652c
digraph: add transpose
by Jean de Klerk
· 6 years ago
a4e10e6
digraph: refactor somepath to print an adjacency list
by Jean de Klerk
· 6 years ago
e713427
go/analysis: remove +experimental build tag from suggested fixes
by Michael Matloob
· 6 years ago
a804cf8
go/packages: handle ad-hoc overlays with sources outside modules
by Michael Matloob
· 6 years ago
128824a
internal/lsp: prevent too much open files issues
by Sander van Harmelen
· 6 years ago
b346f7f
x/tools/cmd/gopls: prevent nil pointer dereferences
by Sander van Harmelen
· 6 years ago
8be58fb
internal/lsp: minor refactoring for source.Identifier
by Rebecca Stambler
· 6 years ago
cae9aa5
internal/lsp: show "do not edit" message when user opens generated file
by Rebecca Stambler
· 6 years ago
88ddfce
go/packages: add a test for ad-hoc packages in overlays
by Rebecca Stambler
· 6 years ago
9fb8e5c
internal/lsp/testdata: delete nodisk/newdisk_exists.go
by Michael Matloob
· 6 years ago
6743d40
go/packages: rewrite Go 1.11's no such directory err to look like 1.13's
by Michael Matloob
· 6 years ago
be5259f
internal/lsp: use x/xerrors to create new errors
by Jan Steinke
· 6 years ago
249e2b9
internal/lsp/cmd: handle errors when adding a file
by Rebecca Stambler
· 6 years ago
73d7085
internal/lsp/cmd: remove unused isRace global variable in cmd
by Rebecca Stambler
· 6 years ago
1dcc99b
internal/lsp: do not show errors for code actions on go.mod files
by Rebecca Stambler
· 6 years ago
982211f
internal/lsp: support single-line hover for LSP clients like Vim
by Rebecca Stambler
· 6 years ago
35ef268
go/analysis: change AllObjectFacts and AllPackageFacts to filter facts
by Michael Matloob
· 6 years ago
c5a2fd3
go/packages: handle case when go list returns absolute ImportPath
by Michael Matloob
· 6 years ago
e1fc249
internal/lsp/telemetry/ocagent: add convertAnnotation tests
by Emmanuel T Odeke
· 6 years ago
2756c52
internal/lsp: format files that parse in packages with parse errors
by Rebecca Stambler
· 6 years ago
773fe55
gopls: return file error if file open fails
by Albert Teoh
· 6 years ago
1d17272
go/analysis/passes/printf: improve support for %w
by Damien Neil
· 6 years ago
43c5e4c
internal/lsp: handle potential nil pointers in GetToken
by Rebecca Stambler
· 6 years ago
e9bb7d3
internal/gopathwalk: fix typo ("nonexistant" → "nonexistent")
by Anthony Fok
· 6 years ago
5f95ed5
internal/imports, internal/lsp: quick fix import errors
by Suzy Mueller
· 6 years ago
1e85ed8
internal/imports: fix typos in documentation
by Suzy Mueller
· 6 years ago
5a5cfef
x/tools/internal/imports: don't load package names for empty list
by Jay Conrod
· 6 years ago
c001e47
internal/lsp: extra telemetry tagging of files and packages
by Ian Cottrell
· 6 years ago
dddb761
internal/lsp: fix watched file protocol constants
by Muir Manders
· 6 years ago
09f9cfa
internal/lsp: set initialized state
by Billie Cleek
· 6 years ago
a81e99d
internal/lsp: find import errors for named imports
by Suzy Mueller
· 6 years ago
ed3277d
internal/lsp: use correct desc for annotation
by Odin Ugedal
· 6 years ago
7deaedd
internal/lsp/cache: clean up parse.go
by Edward Muller
· 6 years ago
ff9f140
internal/lsp/source: fix renaming of SuggestedFixes in experimental file
by Michael Matloob
· 6 years ago
fc6e205
internal/lsp: process configuration per workspace folder
by Ian Cottrell
· 6 years ago
db2fa46
internal/lsp: compare mod file versions used in imports
by Suzy Mueller
· 6 years ago
1bd5602
internal/lsp: format files in packages with errors
by Suzy Mueller
· 6 years ago
2e34cfc
internal/import: strings.Trim expects a cutset, not a string
by Christian Muehlhaeuser
· 6 years ago
8aa4eac
gopls: update x/tools vesion in mod file
by Ian Cottrell
· 6 years ago
4e8ec5a
internal/lsp: swallow hover error over identifier not found
by Jorge Araya
· 6 years ago
8bb11ff
internal/lsp: fix lockup for packages with many files
by Ian Cottrell
· 6 years ago
e377ae9
internal/lsp: add an ocagent exporter for the telemetry system
by Ian Cottrell
· 6 years ago
5ec2366
go/cfg: stop once we've found the fallthrough target
by Dominik Honnef
· 6 years ago
72478f3
internal/imports: disable go/packages-incompatible tests
by Rebecca Stambler
· 6 years ago
87e9253
internal/lsp: the json wire format of the open cencus agent
by Ian Cottrell
· 6 years ago
625c92e
internal/lsp: have tests report a different application name to the main gopls binary
by Ian Cottrell
· 6 years ago
38daa65
internal/lsp: new tracing system
by Ian Cottrell
· 6 years ago
82a3ea8
internal/imports: save scanned module cache results
by Suzy Mueller
· 6 years ago
c81b748
go/packages, internal/lsp: modify tests to expose overlays bug
by Rebecca Stambler
· 6 years ago
7caf811
internal/lsp: purge the remains of the xlog system now it is not used
by Ian Cottrell
· 6 years ago
73497f0
internal/lsp: convert logging calls
by Ian Cottrell
· 6 years ago
7ec096a
internal/lsp: add a new telemetry based logging system
by Ian Cottrell
· 6 years ago
f283855
internal/lsp: use a background context for the background worker
by Ian Cottrell
· 6 years ago
128ec6d
internal/lsp: fixed broken tracing
by Ian Cottrell
· 6 years ago
e98af23
go/packages: add debug logging via the packages.Config
by Rebecca Stambler
· 6 years ago
fdb8f0b
internal/lsp: cache the imports ProcessEnv across imports calls
by Suzy Mueller
· 6 years ago
b0712d6
internal/lsp: fix the incomplete and broken commit
by Ian Cottrell
· 6 years ago
b667c4c
internal/lsp: cache the *ast.File and *token.File on the package
by Rebecca Stambler
· 6 years ago
502543d
internal/jsonrpc2: move stats and logging across to gopls
by Ian Cottrell
· 6 years ago
0b5a7f8
internal/lsp: add tracing to the didOpen call
by Ian Cottrell
· 6 years ago
919acb9
internal/lsp: add continue to source_test
by Rebecca Stambler
· 6 years ago
fefcef0
digraph: refactor allpaths to print an adjacency list
by Jean de Klerk
· 6 years ago
9b2cb0e
internal/lsp: add temporary file to fix bug with tip go
by Ian Cottrell
· 6 years ago
a0f5e6c
internal/lsp: sort rename results
by Suzy Mueller
· 6 years ago
9e48ab1
go/loader: normalize cycle to remove flake
by Michael Matloob
· 6 years ago
607ca05
internal/lsp: fix panics in loading, add more logging
by Rebecca Stambler
· 6 years ago
ef8e083
internal/lsp: add an rpc summary debug page using the metrics
by Ian Cottrell
· 6 years ago
5654929
internal/lsp: remove the non context xlog path
by Ian Cottrell
· 6 years ago
1b7e409
internal/lsp: convert all logging calls to the context version
by Ian Cottrell
· 6 years ago
c8ecc75
interal/lsp: add context based version of xlog
by Ian Cottrell
· 6 years ago
8b92790
internal/jsonrpc2: extract logic to handler hooks
by Ian Cottrell
· 6 years ago
b32ec66
internal/jsonrpc2: cleanup the jsonrpc2 callbacks
by Ian Cottrell
· 6 years ago
f4b4e63
internal/lsp: fix unnecessary error logging
by litleleprikon
· 6 years ago
128c804
internal/lsp: handle language ID in didOpen calls
by Rebecca Stambler
· 6 years ago
8308f91
internal/lsp: add links search in comments and string literals
by litleleprikon
· 6 years ago
63f37bb
internal/lsp: fix some cases of stuck files
by Muir Manders
· 6 years ago
d5f4554
go/analysis: update internal/facts and unit checker to support all(Package|Object)Facts methods
by Michael Matloob
· 6 years ago
Next »