1. 85bf7a8 gopls/internal/lsp/source: eliminate Metadata interface by Alan Donovan · 2 years, 4 months ago
  2. 13648cd gopls/internal/lsp/cache: use Package.FileSet where possible by Alan Donovan · 2 years, 5 months ago
  3. 3c3713e gopls/internal/lsp/cache: use typed strings (PackagePath et al) throughout by Alan Donovan · 2 years, 5 months ago
  4. 32e1cb7 gopls/internal/lsp: clarify control around diagnostics by Alan Donovan · 2 years, 5 months ago
  5. 21f6127 gopls/internal/lsp/cache: add PkgPath->PackageID index to Metadata by Alan Donovan · 2 years, 5 months ago
  6. 91311ab gopls/internal/lsp/cache: better import path hygiene by Alan Donovan · 2 years, 5 months ago
  7. bc4e384 gopls/internal/lsp/cache: fix crash in analysis by Alan Donovan · 2 years, 6 months ago
  8. b253314 gopls/internal/lsp/cache: add support for loading standalone main files by Robert Findley · 2 years, 6 months ago
  9. 26a95e6 gopls/internal/span: move internal/span into gopls by Alan Donovan · 2 years, 6 months ago
  10. b15dac2 gopls: migrate internal/lsp to gopls/internal/lsp by Robert Findley · 2 years, 7 months ago[Renamed (98%) from internal/lsp/cache/pkg.go]
  11. 3eb8a8f internal/lsp/cache: delete misleading Package.IllTyped method by Alan Donovan · 2 years, 7 months ago
  12. 37590b3 gopls: remove usage of golang.org/x/xerrors by Robert Findley · 3 years ago
  13. 1ae27d3 internal/lsp/cache: don't offset invalid positions by Robert Findley · 3 years, 5 months ago
  14. a55d515 internal/lsp: export and move some objects related to metadata by Rob Findley · 3 years, 8 months ago
  15. d36a54b internal/lsp: improve package search in a couple places by Rob Findley · 3 years, 9 months ago
  16. cd1d088 internal/lsp/cache: trim more stuff in ParseExported mode by Heschi Kreinick · 4 years ago v0.1.1
  17. 144d5ce internal/lsp: run type error analyzers as part of diagnostics by Heschi Kreinick · 4 years, 1 month ago
  18. 24439e3 internal/lsp/source: eliminate GetTypeCheckDiagnostics by Heschi Kreinick · 4 years, 1 month ago
  19. eb48d3f internal/lsp/cache: refactor diagnostic suppression by Heschi Kreinick · 4 years, 2 months ago
  20. 51ce837 internal/lsp: remove the source.Error type by Heschi Kreinick · 4 years, 2 months ago
  21. 5cdc274 internal/lsp: remove the last diagnostics pop-up warning by Rebecca Stambler · 4 years, 4 months ago
  22. a0ef9b6 internal/lsp: prepare for deletion of view.modURI by Rebecca Stambler · 4 years, 6 months ago
  23. f4cefd1 internal/lsp: enable multi-module workspace mode by default in tests by Rebecca Stambler · 4 years, 7 months ago
  24. d179df3 internal/lsp/cache: automatically construct the workspace module by Rebecca Stambler · 4 years, 8 months ago
  25. 6b78e25 internal/lsp: fix a few staticcheck suggestions, some cleanup by Rebecca Stambler · 4 years, 8 months ago
  26. b647668 internal/lsp: remove PackageHandle by Heschi Kreinick · 4 years, 8 months ago
  27. a9439ae internal/lsp: replace ParseGoHandle with concrete data by Heschi Kreinick · 4 years, 8 months ago
  28. 051e64e internal/lsp: minimize PackageHandle interface by Heschi Kreinick · 4 years, 9 months ago
  29. aa94e73 internal/lsp/source: add a new symbolStyle configuration option by Rob Findley · 4 years, 10 months ago
  30. ecd3fc4 internal/lsp: read files eagerly by Heschi Kreinick · 4 years, 10 months ago
  31. 1092135 go/packages: add a Module field to the Package struct by Michael Matloob · 4 years, 11 months ago
  32. 3bd2087 internal/lsp/cache: hide type errors if we fix up the AST by Rebecca Stambler · 5 years ago
  33. 4d14fc9 internal/lsp: add type error fixes to existing diagnostics by Rebecca Stambler · 5 years ago
  34. 3304cfb internal/lsp: temporarily disable type error analyzers by default by Rebecca Stambler · 5 years ago
  35. 42235f6 internal/lsp: add support for type error analyzers by Rohan Challa · 5 years ago
  36. e46a7b9 internal/lsp: add support for sourceFixAll analyzers by Rohan Challa · 5 years ago
  37. 02a6ca6 internal/lsp: change disabledAnalyses setting to be general by Rohan Challa · 5 years ago
  38. 7c4b627 internal/lsp: add module versions from "go list" to pkg.go.dev links by Rohan Challa · 5 years ago
  39. 49b8ac1 internal/lsp/cache: add file contents to ParseGoHandle by Muir Manders · 5 years ago
  40. 67a4523 internal/lsp: determine parse mode based on workspace packages by Rebecca Stambler · 5 years ago
  41. ab391d5 internal/lsp: don't show links in hover for test functions by Rebecca Stambler · 5 years ago
  42. e033289 internal/lsp: push more build-specific logic into the view by Rebecca Stambler · 5 years ago
  43. 234df48 internal/lsp: load metadata for a single package ID, when needed by Rebecca Stambler · 5 years ago
  44. d7101b7 internal/lsp: set version correctly after textDocument/didOpen by Rebecca Stambler · 5 years ago
  45. ef6787d internal/lsp: track and parse non-compiled go files by Heschi Kreinick · 5 years ago
  46. 8fd4595 internal/lsp: rename Files to CompiledGoFiles by Heschi Kreinick · 5 years ago
  47. ad01d59 internal/lsp: run diagnostics on the entire workspace by Rebecca Stambler · 5 years ago
  48. bc1376d internal/lsp: look up files in packages by position instead of URI by Rebecca Stambler · 5 years ago
  49. 8185551 internal/lsp/source: attach Package to completions when available by Heschi Kreinick · 5 years ago
  50. 8456940 internal/lsp: remove the pkg.view field, in preparation for CL 204079 by Rebecca Stambler · 5 years ago
  51. 3d91e92 internal/lsp: stop caching diagnostics on the package by Rebecca Stambler · 5 years ago
  52. 2b77983 internal/lsp: don't associate package with snapshot by Rebecca Stambler · 5 years ago
  53. 3057e18 internal/lsp: move error range computations into cache package by Rebecca Stambler · 5 years ago
  54. 747b8b1 internal/lsp: refactor error handling code in type-checking by Rebecca Stambler · 5 years ago
  55. 0bbdbb2 internal/lsp: associate package with its snapshot by Rebecca Stambler · 5 years ago
  56. f0068bd internal/lsp: remove misleading check span by Rebecca Stambler · 5 years ago
  57. f936694 internal/lsp: add analyses to the snapshot by Rebecca Stambler · 5 years ago
  58. b53505e internal/lsp: cache analysis using memoize package by Rebecca Stambler · 5 years ago
  59. 9901302 internal/lsp: use dependencies in cache keys by Rebecca Stambler · 6 years ago
  60. f0a1674 internal/lsp: address staticcheck warnings by Rebecca Stambler · 5 years ago
  61. 57610ed internal/lsp: rework snapshots and cache FileHandles per-snapshot by Rebecca Stambler · 6 years ago
  62. ea99b82 internal/lsp: move the missing imports handling into the metadata by Rebecca Stambler · 6 years ago
  63. 3af8461 internal/lsp: associate code action diagnostics with suggested fixes by Rebecca Stambler · 6 years ago
  64. db1d4ed internal/lsp: make sure that deps are only checked in trimmed mode by Rebecca Stambler · 6 years ago
  65. 1cc9451 internal/lsp: distinguish parse errors from actual errors by Rebecca Stambler · 6 years ago
  66. 3b4f30a internal/lsp: remove helpers for getting packages by Rebecca Stambler · 6 years ago
  67. 2dc213d internal/lsp: remove cachedFileToMapper function by Rebecca Stambler · 6 years ago
  68. 5edc6ae internal/lsp: reduce usage of column mapper by Rebecca Stambler · 6 years ago
  69. 238129a internal/lsp: derive ASTs from type information by Rebecca Stambler · 6 years ago
  70. 75be6cd internal/lsp: enable suggested fixes by default by Michael Matloob · 6 years ago
  71. c2567a2 go/analysis: handle common nil pointers by Rebecca Stambler · 6 years ago
  72. 3aeeb25 internal/lsp: unlabel context, log errors when canceled by Rebecca Stambler · 6 years ago
  73. 3100af0 internal/lsp: label context cancellation errors by Rebecca Stambler · 6 years ago
  74. 62ee034 internal/lsp: use memoize package to cache source.Packages by Rebecca Stambler · 6 years ago
  75. f07d81a internal/lsp: fix documentation for completion items by Rebecca Stambler · 6 years ago
  76. b667c4c internal/lsp: cache the *ast.File and *token.File on the package by Rebecca Stambler · 6 years ago
  77. e8e6be9 internal/lsp: plumb suggested fixes through the LSP by Michael Matloob · 6 years ago
  78. 252024b internal/lsp: separate refactorings out of memoization CL by Rebecca Stambler · 6 years ago
  79. 8b2b8cf internal/lsp: add a field on the package to store diagnostics by Michael Matloob · 6 years ago
  80. 59534d0 internal/lsp: use ids instead of package paths as map keys by Rebecca Stambler · 6 years ago
  81. d73e1c7 internal/lsp: fix errors when adding new file to existing package by Muir Manders · 6 years ago
  82. 6050b95 internal/lsp: create types for package paths and IDs by Rebecca Stambler · 6 years ago
  83. 68211a6 internal/lsp: fix some issues with trimming ASTs by Rebecca Stambler · 6 years ago
  84. a4e9122 internal/lsp: fix regression from CL 179439 by Rebecca Stambler · 6 years ago
  85. 12d7342 internal/lsp: refactor to separate pieces of type-checking by Rebecca Stambler · 6 years ago
  86. ce09bef internal/lsp: reduce the api surface of the cache package by Ian Cottrell · 6 years ago
  87. 99f201b internal/lsp: add some missing copyright notices by Ian Cottrell · 6 years ago
  88. 63859f3 internal/lsp: add definition support for packages by Muir Manders · 6 years ago
  89. 3eedecd internal/lsp: propagate diagnostics for reverse dependencies by Rebecca Stambler · 6 years ago
  90. f97eea4 internal/lsp: handle nil pointer in (*Package).GetActionGraph by Rebecca Stambler · 6 years ago
  91. e54115a internal/lsp: fix stuck diagnostic messages by Muir Manders · 6 years ago
  92. 73054e8 internal/lsp: use new go/packages LoadMode to get TypesSizes by Rebecca Stambler · 6 years ago
  93. 8110780 internal/lsp: add correct handling for circular imports by Rebecca Stambler · 6 years ago
  94. 7b79afd internal/lsp: add a source.Package interface by Rebecca Stambler · 6 years ago