1. 665c922 gopls/internal/lsp/source: fix panic in quickParse by Robert Findley · 1 year, 10 months ago
  2. c4b943d gopls/internal/lsp: delay workspace diagnostics and analysis by Robert Findley · 1 year, 10 months ago
  3. 537c4aa gopls/internal/regtest: port @refs to new marker tests by Alan Donovan · 1 year, 11 months ago
  4. 243a948 internal/lsp/regtest: have the regtests control their diagnosticsDelay by Rob Findley · 1 year, 11 months ago
  5. bac9896 gopls/internal/regtest/marker: add a test for golang/go#56943 by Robert Findley · 1 year, 11 months ago
  6. d566927 gopls/internal/lsp/regtest: add @suggestedfix marker by Alan Donovan · 1 year, 11 months ago
  7. 21d2256 gopls/internal/lsp/cache: make type-checking incremental by Robert Findley · 1 year, 11 months ago
  8. fbb25cb gopls: use go generate consistently by Alan Donovan · 1 year, 11 months ago
  9. d9c6b88 gopls/internal/regtest/bench: add a proper benchmark for initial load by Robert Findley · 2 years ago
  10. e5c9e63 gopls/internal/lsp/regtest: add @rename marker tests by Alan Donovan · 2 years ago
  11. 5e7c67d gopls/internal/lsp/regtest: factor marker error reporting by Alan Donovan · 2 years ago
  12. b18ca0d gopls/internal/lsp/regtest: always compare updated marker test content by Robert Findley · 2 years ago
  13. 545ca87 gopls/internal/regtest/marker: require go/packages by Robert Findley · 2 years ago
  14. 10a39ef gopls/internal/lsp/regtest: address additional comments on marker.go by Robert Findley · 2 years ago
  15. 69920f2 gopls/internal/regtest/marker: add missing tests for hover by Robert Findley · 2 years ago
  16. 24a13c6 gopls/internal/regtest: fill out features of the new marker tests by Robert Findley · 2 years ago
  17. 2b149ce gopls/internal/regtest: add a regtest-based version of the marker tests by Robert Findley · 2 years ago
  18. 6b6857a gopls: fix typos in comments and doc by Oleksandr Redko · 2 years ago
  19. aa633e7 tools/gopls: provide markdown for completion and signature help by Peter Weinbergr · 2 years ago
  20. bcb677e gopls/internal/regtest: make RegexpSearch return a Location by Alan Donovan · 2 years ago
  21. f2cd9ef gopls/internal/lsp/source: reduce usage of TypecheckWorkspace by Robert Findley · 2 years ago
  22. 1e819a3 gopls/internal/regtest: follow-ups to review comments from earlier CLs by Robert Findley · 2 years ago
  23. 9ba8bb1 gopls/internal/regtest: clean up workspace symbol helpers by Robert Findley · 2 years ago
  24. 91b6070 gopls/internal/regtest: eliminate DiagnosticAtRegexp by Robert Findley · 2 years ago
  25. bd48b9a gopls/internal/regtest: eliminate DiagnosticsAtRegexpWithMessage by Robert Findley · 2 years ago
  26. 5d65394 gopls/internal/regtest: eliminate DiagnosticAt by Robert Findley · 2 years ago
  27. 27dfeb2 gopls/internal/regtest: replace NoDiagnostics with NoMatchingDiagnostics by Robert Findley · 2 years ago
  28. 87092c8 gopls/internal/lsp/fake: use protocol types for the fake editor by Robert Findley · 2 years ago
  29. 672a036 gopls/internal/regtest: simplify OnceMet expressions with an env helper by Robert Findley · 2 years ago
  30. ab7b5b2 gopls/internal/regtest: eliminate GoSumDiagnostic by Robert Findley · 2 years ago
  31. 331a1c6 gopls/internal/regtest: add a simpler API for diagnostic expectations by Robert Findley · 2 years ago
  32. c9b82f2 gopls/internal/regtest: eliminate EmptyDiagnostics by Robert Findley · 2 years ago
  33. 2be1a9a gopls/internal/regtest: rename EmptyOrNoDiagnostics to NoDiagnostics by Robert Findley · 2 years ago
  34. 7ec05ac gopls/internal/regtest: eliminate NoDiagnostics by Robert Findley · 2 years ago
  35. e956495 gopls/internal/regtest: eliminate DiagnosticsFor by Robert Findley · 2 years ago
  36. 8087911 gopls: remove the experimentalWorkspaceModule mode by Robert Findley · 2 years, 1 month ago
  37. 97d5de5 gopls/internal/cache: don't mark initialized after cancellation by Robert Findley · 2 years, 1 month ago
  38. 107f43f gopls/completion: avoid duplicating text in test func completions by Peter Weinberger · 2 years, 1 month ago
  39. 3b16059 gopls/internal/regtest: make BufferText strict by Robert Findley · 2 years, 1 month ago
  40. c5343a6 gopls/internal/lsp/regtest: fix TestRunGovulncheckError2 by Hana (Hyang-Ah) Kim · 2 years, 2 months ago
  41. 09fb680 gopls/internal/lsp/fake: eliminate the unnecessary ChangeFilesOnDisk API by Robert Findley · 2 years, 2 months ago
  42. fe83ddb gopls/internal/lsp: move options off of the cache by Robert Findley · 2 years, 2 months ago
  43. fb7be64 gopls/internal/lsp/command: return the vulncheck progress token by Robert Findley · 2 years, 2 months ago
  44. 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
  45. 434d569 gopls/internal/lsp/regtest: improve documentation by Robert Findley · 2 years, 2 months ago
  46. 1cb4c17 gopls/internal/regtest: make AfterChange do the awaiting by Robert Findley · 2 years, 2 months ago
  47. fe725d9 gopls/internal/regtest: simplify awaiting diagnostics from a change by Robert Findley · 2 years, 3 months ago
  48. 6128030 gopls/internal: support renaming packages with int. test variants by Robert Findley · 2 years, 3 months ago
  49. 502b93c gopls/internal/lsp: tolerate missing end position in RelatedInformation by Robert Findley · 2 years, 3 months ago
  50. 906c733 gopls/internal/lsp/source: find references in test packages by Robert Findley · 2 years, 4 months ago
  51. 20c1ee7 gopls/internal/lsp: warn about Go versions that are too old by Robert Findley · 2 years, 4 months ago
  52. 9c63911 gopls/internal/lsp: delete dead code by Robert Findley · 2 years, 4 months ago
  53. 0398b3d internal/gocommand: add instrumentation for hanging go commands by Robert Findley · 2 years, 5 months ago
  54. eeaf4eb internal/lsp/fake: add rename file support for testing by Robert Findley · 2 years, 5 months ago
  55. b15dac2 gopls: migrate internal/lsp to gopls/internal/lsp by Robert Findley · 2 years, 5 months ago