Sign in
go
/
tools
/
HEAD
« Previous
bce87a7
internal/lsp/source/completion: remove unused contexts
by Danish Dua
· 5 months ago
c43c25c
internal/lsp/source: run deep completions before unimported completions
by Danish Dua
· 5 months ago
f1e51e6
internal/lsp: stop using modURI as much as possible
by Rebecca Stambler
· 5 months ago
fc8742f
cmd/bundle: expand test coverage to all modes
by Dmitri Shuralyov
· 6 months ago
5272f30
gopls: fix various staticcheck errors
by Rob Findley
· 5 months ago
ffa3839
cmd/bundle: use caller's module version via go/packages
by Filippo Valsorda
· 1 year, 7 months ago
d7fc70a
gopls/internal/regtest: always await InitialWorkspaceLoad
by Rob Findley
· 5 months ago
a0ef9b6
internal/lsp: prepare for deletion of view.modURI
by Rebecca Stambler
· 5 months ago
19e0367
internal/lsp/cache: use gopls.mod for the workspace module if it exists
by Rob Findley
· 5 months ago
50ab967
internal/lsp/source: add additional generated docs
by Heschi Kreinick
· 5 months ago
42b62fc
gopls/internal/regtest: fix data race when printing logs
by Rob Findley
· 5 months ago
5d1fdd8
internal/lsp: allow multiple go.mod files in a view
by Rebecca Stambler
· 5 months ago
e843550
internal/lsp: run marker tests in multi-module mode
by Heschi Kreinick
· 5 months ago
4c77dbd
internal/lsp: fix race condition caused by config in `go mod tidy`
by Rebecca Stambler
· 5 months ago
34b80a0
gopls/doc: update and expand the nvim documentation
by Ainar Garipov
· 5 months ago
0eae6ac
internal/lsp: add a test for gc annotation details code lens
by Rebecca Stambler
· 5 months ago
8d73f17
internal/lsp: move package selection to before type checking
by Danish Dua
· 5 months ago
8a9a893
internal/lsp/cache: don't set tempModFile is view's modURI is empty
by Rebecca Stambler
· 5 months ago
0f1c539
internal/lsp: show orphaned file warnings as diagnostics
by Rebecca Stambler
· 5 months ago
7b6ac5b
internal/lsp/cache: slightly more useful comment
by Heschi Kreinick
· 5 months ago
24570c0
internal/lsp: handle initial workspace load failure per module
by Rebecca Stambler
· 6 months ago
04afef3
internal/lsp: don't search for workspace modules by default
by Rebecca Stambler
· 5 months ago
7bb30d1
internal/lsp: fix go generate command for subdirs
by Rob Findley
· 5 months ago
06f3a46
gopls/internal/regtest: add benchmarks for completions
by Danish Dua
· 5 months ago
463111b
internal/lsp: add a command to generate the gopls.mod file
by Rob Findley
· 5 months ago
03f0cc1
internal/lsp: interpolate variables in the sandbox
by Rob Findley
· 6 months ago
ba800b1
internal/lsp: ignore errors when finding workspace modules
by Rebecca Stambler
· 5 months ago
f5e916c
internal/lsp/source/completion: move search path to candidate
by Danish Dua
· 5 months ago
a1f7ab6
internal/lsp/source/completion: move deep search to end of completion
by Danish Dua
· 5 months ago
82fe25c
gopls/doc: improve enum value documentation
by Heschi Kreinick
· 5 months ago
aeb8e36
internal/lsp: remove multi-module support in tests
by Heschi Kreinick
· 5 months ago
fa01252
all: replace 'the the ' with 'the '
by phillc
· 5 months ago
a20a5e7
internal/lsp: rewrite createView to populate fields independently
by Rebecca Stambler
· 6 months ago
4aa5c68
internal/lsp: remove multi-module test cases
by Heschi Kreinick
· 5 months ago
0f52b63
internal/lsp/tests: use NeedsGo1Point
by Heschi Kreinick
· 5 months ago
ccabf82
internal/lsp/cache: populate URI on files with errors
by Heschi Kreinick
· 5 months ago
d647fc2
cmd/benchcmp: mention deprecation in docs
by Jiayu Yi
· 5 months ago
78fed78
internal/lsp: handle modifications to the workspace module
by Rebecca Stambler
· 6 months ago
e94ab72
internal/lsp/source/completion: improve import suggestion labels
by Danish Dua
· 5 months ago
d56e4e4
internal/lsp/cache: set GO111MODULE=auto in 1.16
by Heschi Kreinick
· 5 months ago
3791637
all: fix tests in preparation for GO111MODULE=on by default
by Jay Conrod
· 6 months ago
d148ae1
internal/lsp/source/completion: convert deep completion to bfs
by Danish Dua
· 6 months ago
0511c4c
internal/imports: use ProcessEnv to filter files
by Heschi Kreinick
· 5 months ago
75ebdcb
gopls/internal/regtest: add expected ranges in completion tests
by Danish Dua
· 6 months ago
60aba8a
internal/lsp: always show errors from running commands
by Rob Findley
· 6 months ago
63098cc
internal/imports: don't set Context.WorkingDir, which was renamed
by Jay Conrod
· 6 months ago
655488c
internal/lsp: fix concurrency issues in view initialization
by Rebecca Stambler
· 6 months ago
c537a34
internal/lsp: pass options by reference instead of by value
by Rebecca Stambler
· 6 months ago
c9a70fc
internal/lsp/cache: fix release tag parsing
by Heschi Kreinick
· 6 months ago
f128e62
internal/memoize: show key type in panics
by Heschi Kreinick
· 6 months ago
587cf23
internal/lsp/mod: handle nil pointers in code lenses
by Rebecca Stambler
· 6 months ago
56d9a0c
cover: fix sorting of profile segment boundaries
by Koichi Shiraishi
· 6 months ago
c8d9e05
gopls/internal/regtest: simplify expectation return values
by Rob Findley
· 6 months ago
6ec2cde
internal/lsp/source: add some additional symbol downranking
by Rob Findley
· 6 months ago
e20053b
gopls/internal/regtest: remove ExpectNow
by Rob Findley
· 6 months ago
797bd0f
gopls/internal/regtest: simplify regtest EditorConfig
by Rob Findley
· 6 months ago
cbbbe62
gopls/internal/regtest: add an InitialWorkspaceLoad expectation
by Rob Findley
· 6 months ago
bf5c620
gopls/internal/regtest: move expectations to their own file
by Rob Findley
· 6 months ago
f4cefd1
internal/lsp: enable multi-module workspace mode by default in tests
by Rebecca Stambler
· 6 months ago
2db8f0f
internal/lsp/cache: fix -mod=mod for workspace module setups
by Heschi Kreinick
· 6 months ago
6498648
internal/lsp: check file kind before showing warning
by Rebecca Stambler
· 6 months ago
3c2036f
go/packages: support overlays for replaced modules
by Rebecca Stambler
· 6 months ago
2b477fa
tools, gopls: update Go versions in go.mod files to 1.12
by Rebecca Stambler
· 6 months ago
8f9ed77
go/packages: add roots for overlaid packages for all query types
by Rebecca Stambler
· 6 months ago
17fc728
internal/lsp: handle staticcheck in code actions
by Rebecca Stambler
· 6 months ago
2350fe8
internal/lsp/source: fix panic in addFieldItems
by Rob Findley
· 6 months ago
97363e2
internal/lsp: handle staticcheck in didChangeConfiguration
by Rebecca Stambler
· 6 months ago
6422fca
report cycle when visiting a grey analyzer
by Michaël Lévesque-Dion
· 7 months ago
b43031a
internal/lsp/cache: fix for default -mod=readonly
by Heschi Kreinick
· 6 months ago
7ad463c
gopls/internal/regtest: add a test for new symbols in test variants
by Rebecca Stambler
· 6 months ago
d49a6cb
internal/lsp/protocol: add support for upcoming LSP 3.16
by Peter Weinbergr
· 6 months ago
d179df3
internal/lsp/cache: automatically construct the workspace module
by Rebecca Stambler
· 7 months ago
571a207
internal/lsp/source: fix duplicates in workspaceSymbols
by Rob Findley
· 6 months ago
53e29e9
internal/lsp: show a warning message when opening an "orphaned" file
by Rebecca Stambler
· 6 months ago
d6107fe
gopls/internal/regtest: skip failing test for go1.13 and below
by Rob Findley
· 6 months ago
b484961
x/gools/gopls: document settings for working on source distribution
by Peter Weinbergr
· 6 months ago
44a2922
internal/lsp, go/packages: fix Go 1.15-related overlay bug
by Rebecca Stambler
· 6 months ago
6a8222e
gopls/doc: generate settings JSON, docs
by Heschi Kreinick
· 6 months ago
201d438
internal/lsp: add more tests for package completion
by Rebecca Stambler
· 6 months ago
12e1bf5
gopls/doc: add information about supported Go versions
by Rebecca Stambler
· 6 months ago
a4118eb
internal/lsp: break up fillstruct testdata to make it more manageable
by Rebecca Stambler
· 6 months ago
2e7746e
internal/lsp: parse Go files through the new snapshot's cache in clone
by Rebecca Stambler
· 6 months ago
27b65b4
gopls/doc: add memory usage info to troubleshooting guide
by Rebecca Stambler
· 6 months ago
77fbfae
internal/lsp: clean up some of the extract function code
by Rebecca Stambler
· 6 months ago
93a3566
internal/lsp/cache: don't set an error by default in load
by Rebecca Stambler
· 6 months ago
acefd22
internal/lsp/source: move completion to its own package
by Danish Dua
· 6 months ago
ea3a2cd
internal/lsp/source: support some fzf-like tokens in symbol matching
by Rob Findley
· 7 months ago
242af25
internal/lsp/analysis: update fillreturns title
by Rebecca Stambler
· 6 months ago
9786fa3
internal/lsp/source: fix go1.12 build (again)
by Rob Findley
· 6 months ago
39188db
internal/lsp: add support for RelatedInformation in diagnostics
by Peter Weinbergr
· 6 months ago
93eecc3
internal/lsp: support for package completion in all files
by Danish Dua
· 6 months ago
af4cc2c
gopls/internal/regtest: use gopls hooks and add a test for staticcheck
by Rob Findley
· 6 months ago
e2cc5a1
gopls/integration/regtest: move regtests to the gopls module
by Rob Findley
· 6 months ago
76a6aac
present: fix newline parsing for go present
by Muhammad Hamza Farrukh
· 6 months ago
2364a5e
playground/socket: remove the os cleanup from start method of process
by Olivier Wulveryck
· 6 months ago
cf78807
internal/lsp: reproduce and fix golang/go#41057
by Rebecca Stambler
· 6 months ago
36b1a88
internal/lsp/cache: use the right snapshot in ModUpgrade
by Heschi Kreinick
· 6 months ago
5d67d6c
internal/lsp: clean up some of the mod code lens code
by Rebecca Stambler
· 6 months ago
5b9ef24
go/ssa: implement missing testing.testDeps SetPanicOnExit0 method
by Bryan C. Mills
· 6 months ago
d1954cc
internal/lsp: run gopls as long as there is one folder with a file URI
by Rebecca Stambler
· 6 months ago
Next »