- b389785 gopls: fix tests that depend on log sequencing by Rob Findley · 1 year, 6 months ago
- c6e02e3 gopls/internal/lsp/source: highlight deprecated symbols by Hana (Hyang-Ah) Kim · 1 year, 6 months ago
- ebb9ee3 gopls/internal/lsp/cache: UX improvements for analysis by Rob Findley · 1 year, 6 months ago
- b160971 gopls/internal/lsp: fix a latent bug in orphaned file reloading by Rob Findley · 1 year, 6 months ago
- c35476f gopls: commands to start/stop profiling, and a new benchmark metric by Robert Findley · 1 year, 6 months ago
- 8f07782 gopls/internal/lsp: make gopls.start_debugging open browser by Alan Donovan · 1 year, 7 months ago
- 2d90701 gopls/internal/regtest/marker: skip addgowork.txt by Robert Findley · 1 year, 6 months ago
- 0245e1d gopls/internal/regtest/codelens: set GOWORK=off for go mod vendor by Michael Matloob · 1 year, 7 months ago
- 9ca66ba gopls/internal/lsp/regtest: delete TestWatchReplaceTargets by Rob Findley · 1 year, 8 months ago
- 3a5dbf3 gopls: add a new "subdirWatchPatterns" setting by Rob Findley · 1 year, 8 months ago
- a13793e gopls/internal/lsp: add quick-fixes to manage the go.work file by Rob Findley · 1 year, 8 months ago
- 1c9fe3f gopls: improve diagnostics for orphaned files by Rob Findley · 1 year, 8 months ago
- abeba28 gopls/internal/regtest/marker: support proxy files in marker tests by Rob Findley · 1 year, 8 months ago
- f44f50e gopls/internal/lsp/source: implementation: report builtin 'error' by Alan Donovan · 1 year, 9 months ago
- d668f58 gopls/internal/regtest/marker: require cgo for issue59944.txt by Rob Findley · 1 year, 8 months ago
- 90e9c65 gopls/internal/lsp/cache: skip type errors after parse errors by Alan Donovan · 1 year, 8 months ago
- 08b24db gopls/internal/lsp/regtest: check for "// @marker" rogue space by Alan Donovan · 1 year, 9 months ago
- b9c20f6 gopls/internal/regtest/marker: migrate @diag to new marker tests by Alan Donovan · 1 year, 8 months ago
- 8e9b185 gopls/internal/lsp/source: add the "symbolScope" option by Rob Findley · 1 year, 8 months ago
- 7b684a9 gopls: port import tests to the new marker framework by Rob Findley · 1 year, 8 months ago
- c64bb76 gopls/internal/lsp/source: make infertypeargs a convenience analyzer by Robert Findley · 1 year, 10 months ago
- 216928d gopls: port function extraction marker tests to the new framework by Rob Findley · 1 year, 8 months ago
- 51dfad7 gopls: port workspace/symbol marker tests to the new framework by Rob Findley · 1 year, 8 months ago
- 8235df3 gopls/internal/regtest/marker: port format tests to the new framework by Rob Findley · 1 year, 9 months ago
- 165099b all: remove repeated definite articles by cui fliter · 1 year, 9 months ago
- 6deeacb all: fix remaining tests on js/wasm by Bryan C. Mills · 1 year, 9 months ago
- ed3ff1b gopls/internal/lsp: finish debouncing on context cancellation by Rob Findley · 1 year, 9 months ago
- 7c33a56 gopls/internal/lsp/source: show both the original declaration and the value of constants in hover by Nikita Shoshin · 1 year, 9 months ago
- 13850b3 gopls/internal/lsp/regtest: move @symbol to new marker tests by Alan Donovan · 1 year, 10 months ago
- cc511f4 gopls/internal/lsp/regtest: move @implementation to new framework by Alan Donovan · 1 year, 10 months ago
- 665c922 gopls/internal/lsp/source: fix panic in quickParse by Robert Findley · 1 year, 10 months ago
- c4b943d gopls/internal/lsp: delay workspace diagnostics and analysis by Robert Findley · 1 year, 10 months ago
- 537c4aa gopls/internal/regtest: port @refs to new marker tests by Alan Donovan · 1 year, 10 months ago
- 243a948 internal/lsp/regtest: have the regtests control their diagnosticsDelay by Rob Findley · 1 year, 10 months ago
- bac9896 gopls/internal/regtest/marker: add a test for golang/go#56943 by Robert Findley · 1 year, 10 months ago
- d566927 gopls/internal/lsp/regtest: add @suggestedfix marker by Alan Donovan · 1 year, 11 months ago
- 21d2256 gopls/internal/lsp/cache: make type-checking incremental by Robert Findley · 1 year, 11 months ago
- fbb25cb gopls: use go generate consistently by Alan Donovan · 1 year, 11 months ago
- d9c6b88 gopls/internal/regtest/bench: add a proper benchmark for initial load by Robert Findley · 1 year, 11 months ago
- e5c9e63 gopls/internal/lsp/regtest: add @rename marker tests by Alan Donovan · 1 year, 11 months ago
- 5e7c67d gopls/internal/lsp/regtest: factor marker error reporting by Alan Donovan · 1 year, 11 months ago
- b18ca0d gopls/internal/lsp/regtest: always compare updated marker test content by Robert Findley · 1 year, 11 months ago
- 545ca87 gopls/internal/regtest/marker: require go/packages by Robert Findley · 1 year, 11 months ago
- 10a39ef gopls/internal/lsp/regtest: address additional comments on marker.go by Robert Findley · 1 year, 11 months ago
- 69920f2 gopls/internal/regtest/marker: add missing tests for hover by Robert Findley · 1 year, 11 months ago
- 24a13c6 gopls/internal/regtest: fill out features of the new marker tests by Robert Findley · 1 year, 11 months ago
- 2b149ce gopls/internal/regtest: add a regtest-based version of the marker tests by Robert Findley · 1 year, 11 months ago
- 6b6857a gopls: fix typos in comments and doc by Oleksandr Redko · 1 year, 11 months ago
- aa633e7 tools/gopls: provide markdown for completion and signature help by Peter Weinbergr · 2 years ago
- bcb677e gopls/internal/regtest: make RegexpSearch return a Location by Alan Donovan · 2 years ago
- f2cd9ef gopls/internal/lsp/source: reduce usage of TypecheckWorkspace by Robert Findley · 2 years ago
- 1e819a3 gopls/internal/regtest: follow-ups to review comments from earlier CLs by Robert Findley · 2 years ago
- 9ba8bb1 gopls/internal/regtest: clean up workspace symbol helpers by Robert Findley · 2 years ago
- 91b6070 gopls/internal/regtest: eliminate DiagnosticAtRegexp by Robert Findley · 2 years ago
- bd48b9a gopls/internal/regtest: eliminate DiagnosticsAtRegexpWithMessage by Robert Findley · 2 years ago
- 5d65394 gopls/internal/regtest: eliminate DiagnosticAt by Robert Findley · 2 years ago
- 27dfeb2 gopls/internal/regtest: replace NoDiagnostics with NoMatchingDiagnostics by Robert Findley · 2 years ago
- 87092c8 gopls/internal/lsp/fake: use protocol types for the fake editor by Robert Findley · 2 years ago
- 672a036 gopls/internal/regtest: simplify OnceMet expressions with an env helper by Robert Findley · 2 years ago
- ab7b5b2 gopls/internal/regtest: eliminate GoSumDiagnostic by Robert Findley · 2 years ago
- 331a1c6 gopls/internal/regtest: add a simpler API for diagnostic expectations by Robert Findley · 2 years ago
- c9b82f2 gopls/internal/regtest: eliminate EmptyDiagnostics by Robert Findley · 2 years ago
- 2be1a9a gopls/internal/regtest: rename EmptyOrNoDiagnostics to NoDiagnostics by Robert Findley · 2 years ago
- 7ec05ac gopls/internal/regtest: eliminate NoDiagnostics by Robert Findley · 2 years ago
- e956495 gopls/internal/regtest: eliminate DiagnosticsFor by Robert Findley · 2 years ago
- 8087911 gopls: remove the experimentalWorkspaceModule mode by Robert Findley · 2 years, 1 month ago
- 97d5de5 gopls/internal/cache: don't mark initialized after cancellation by Robert Findley · 2 years ago
- 107f43f gopls/completion: avoid duplicating text in test func completions by Peter Weinberger · 2 years ago
- 3b16059 gopls/internal/regtest: make BufferText strict by Robert Findley · 2 years ago
- c5343a6 gopls/internal/lsp/regtest: fix TestRunGovulncheckError2 by Hana (Hyang-Ah) Kim · 2 years, 1 month ago
- 09fb680 gopls/internal/lsp/fake: eliminate the unnecessary ChangeFilesOnDisk API by Robert Findley · 2 years, 1 month ago
- fe83ddb gopls/internal/lsp: move options off of the cache by Robert Findley · 2 years, 1 month ago
- fb7be64 gopls/internal/lsp/command: return the vulncheck progress token by Robert Findley · 2 years, 2 months ago
- dea100b internal/testenv: skip tests that need export data for std if 'go tool compile' does not exist by Bryan C. Mills · 2 years, 2 months ago
- 434d569 gopls/internal/lsp/regtest: improve documentation by Robert Findley · 2 years, 2 months ago
- 1cb4c17 gopls/internal/regtest: make AfterChange do the awaiting by Robert Findley · 2 years, 2 months ago
- fe725d9 gopls/internal/regtest: simplify awaiting diagnostics from a change by Robert Findley · 2 years, 2 months ago
- 6128030 gopls/internal: support renaming packages with int. test variants by Robert Findley · 2 years, 3 months ago
- 502b93c gopls/internal/lsp: tolerate missing end position in RelatedInformation by Robert Findley · 2 years, 3 months ago
- 906c733 gopls/internal/lsp/source: find references in test packages by Robert Findley · 2 years, 3 months ago
- 20c1ee7 gopls/internal/lsp: warn about Go versions that are too old by Robert Findley · 2 years, 3 months ago
- 9c63911 gopls/internal/lsp: delete dead code by Robert Findley · 2 years, 3 months ago
- 0398b3d internal/gocommand: add instrumentation for hanging go commands by Robert Findley · 2 years, 5 months ago
- eeaf4eb internal/lsp/fake: add rename file support for testing by Robert Findley · 2 years, 4 months ago
- b15dac2 gopls: migrate internal/lsp to gopls/internal/lsp by Robert Findley · 2 years, 4 months ago