1. 6d109d1 gopls/internal/protocol: move out of lsp/ by Alan Donovan · 12 months ago
  2. 6823da4 gopls/internal/golang: move from lsp/source by Alan Donovan · 12 months ago
  3. baf6fd2 gopls/internal/server: simplify fileOf (née beginFileRequest) by Alan Donovan · 1 year, 1 month ago
  4. c21f267 gopls/internal/lsp: remove lsp path segment by Alan Donovan · 1 year, 2 months ago
  5. 6e052bb gopls/internal/server: rename from lsp by Alan Donovan · 1 year, 2 months ago[Renamed (98%) from gopls/internal/lsp/references.go]
  6. 2529481 gopls/internal/lsp: eliminate server code generation by Alan Donovan · 1 year, 2 months ago
  7. c823488 gopls: move file-related types to a 'file' package by Rob Findley · 1 year, 2 months ago
  8. 7954689 gopls/internal/lsp: unexport Server by Alan Donovan · 1 year, 2 months ago
  9. 771061d gopls: instrument telemetry for latency of important operations by Rob Findley · 1 year, 4 months ago
  10. 5fc00b4 gopls/internal: move Options and FileKind from View to Snapshot by Rob Findley · 1 year, 5 months ago
  11. f796361 gopls/internal/lsp: add tracing instrumentation for all Server methods by Robert Findley · 1 year, 10 months ago
  12. 2be9d05 gopls/internal/lsp/source/xrefs: a new reference index by Alan Donovan · 2 years, 1 month ago
  13. 02bea03 gopls/internal/lsp/protocol: simplify ColumnMapper by Alan Donovan · 2 years ago
  14. b15dac2 gopls: migrate internal/lsp to gopls/internal/lsp by Robert Findley · 2 years, 5 months ago[Renamed (87%) from internal/lsp/references.go]
  15. 3f6aab1 internal/lsp: honor the file kind provided by clients for overlays by Robert Findley · 3 years ago
  16. 68b574a internal/template: identify template files by the templateExtensions option by pjw · 3 years ago
  17. 7cab0ef internal/lsp: support template files by Peter Weinbergr · 3 years, 11 months ago
  18. 412b8bd internal/lsp/cache: ref-count snapshots by Heschi Kreinick · 4 years, 7 months ago
  19. ecd3fc4 internal/lsp: read files eagerly by Heschi Kreinick · 4 years, 7 months ago
  20. eca45d4 internal/lsp: refactor references/rename/implementations by Rebecca Stambler · 4 years, 10 months ago
  21. 5916a50 internal/lsp: check for file URIs on LSP requests by Heschi Kreinick · 5 years ago
  22. f7b8cc7 internal/span,lsp: disambiguate URIs, DocumentURIs, and paths by Heschi Kreinick · 5 years ago
  23. f80fb1d internal/lsp: refactor find-references and rename by Muir Manders · 5 years ago
  24. 4a54ec1 internal/lsp: remove view.FindPosInPackage and view.FindMapperInPackage by Rebecca Stambler · 5 years ago
  25. 700ee26 internal/lsp: propagate errors from find references by Rebecca Stambler · 5 years ago
  26. 7201abb internal/lsp: parallelize initial workspace load by Rebecca Stambler · 5 years ago
  27. 2208e16 internal/lsp: eliminate source.File type and move GetFile to snapshot by Rebecca Stambler · 5 years ago
  28. dfebd28 internal/lsp: fix find-references to search from all package variants by Muir Manders · 5 years ago
  29. ad473c0 internal/lsp: add handling for go.mod files in internal/lsp functions by Rohan Challa · 5 years ago
  30. a27fdba internal/lsp: check all package variants in find-implementations by Muir Manders · 5 years ago
  31. 786dcba internal/lsp: respect References.IncludeDeclaration setting by Rebecca Stambler · 5 years ago
  32. 35ba81b internal/lsp: reorganize and refactor code by Rebecca Stambler · 5 years ago
  33. 80313e1 internal/lsp: fix panic in bestView by Rebecca Stambler · 5 years ago
  34. 57610ed internal/lsp: rework snapshots and cache FileHandles per-snapshot by Rebecca Stambler · 5 years ago
  35. cdebb59 internal/lsp: remove the GetToken and GetAST functions by Rebecca Stambler · 5 years ago
  36. df305b8 internal/lsp: fix declarations in references by Rebecca Stambler · 5 years ago
  37. 42f498d internal/lsp: use protocol.Ranges for source.Identifier by Rebecca Stambler · 5 years ago
  38. 6889da9 internal/lsp: separate out getMapper function by Rebecca Stambler · 5 years ago
  39. 156eb2a internal/lsp: split the telemetry library out by Ian Cottrell · 5 years ago
  40. 8be58fb internal/lsp: minor refactoring for source.Identifier by Rebecca Stambler · 5 years ago
  41. 73497f0 internal/lsp: convert logging calls by Ian Cottrell · 6 years ago
  42. 1b7e409 internal/lsp: convert all logging calls to the context version by Ian Cottrell · 6 years ago
  43. abb7e64 internal/lsp: include declaration for references by Suzy Mueller · 6 years ago
  44. 58bb5bb internal/lsp: find references in test packages by Suzy Mueller · 6 years ago
  45. 3cbd95d internal/lsp: support a file belonging to multiple packages by Rebecca Stambler · 6 years ago
  46. 1fa5683 internal/lsp: check for conflicts on rename by Suzy Mueller · 6 years ago
  47. bca362e internal/lsp: add find all references by Suzy Mueller · 6 years ago