1. 1a7b474 go/packages: work around go list behavior for missing dependencies by Michael Matloob · 5 years ago
  2. 7be61e1 cmd/splitdwarf: fix skip on Windows by Brad Fitzpatrick · 5 years ago
  3. 3d17549 internal/lsp: add modfile, sumfile structs, require Go files for diagnostics by Rebecca Stambler · 5 years ago
  4. d532c07 internal/lsp: fix race condition in type-checking by Rebecca Stambler · 5 years ago
  5. d487f80 all: GOSUMDB=off for tests that use fake modules by Heschi Kreinick · 5 years ago
  6. 2c0ae70 internal/lsp: add file watching and use it to trigger invalidations by Ian Cottrell · 5 years ago
  7. 75713da internal/lsp: add a file system abstraction by Ian Cottrell · 5 years ago
  8. 991f294 internal/lsp: remove SelectionRange and textDocument/selectionRange by Peter Weinberger · 5 years ago
  9. 38d8bcf internal/lsp: don't show diagnostics for mod files by Rebecca Stambler · 5 years ago
  10. 521d6ed internal/lsp: re-run go/packages.Load when the package name changes by Rebecca Stambler · 5 years ago
  11. 7927dba internal/lsp: build the packages config on demand from proper configuration by Ian Cottrell · 5 years ago
  12. 2c78df6 internal/lsp: log when we fail to type-check a package by Rebecca Stambler · 5 years ago
  13. 26647e3 imports: allow nil Options in Process by Heschi Kreinick · 5 years ago
  14. eda2c2f internal/lsp: fix completion insertion with non-identifier suffix by Muir Manders · 5 years ago
  15. 0133cac cmd/goimports: reuse cached state by Heschi Kreinick · 5 years ago
  16. 757ca71 imports: rename to internal/imports by Heschi Kreinick · 5 years ago
  17. 7e7c6e5 internal/lsp: add nil checks for ASTs and token by Rebecca Stambler · 5 years ago
  18. faf83c6 internal/lsp: fix race in delivering diagnostics to the command line client by Ian Cottrell · 5 years ago
  19. 9558fe4 internal/lsp: update column mapper with content on incremental changes by Rebecca Stambler · 5 years ago
  20. d88f798 internal/lsp: fix swallowed package errors by Evan Digby · 5 years ago
  21. f217c98 internal/lsp: fix completion insertion by Muir Manders · 5 years ago
  22. 1da8801 godoc: declare small victory over the punched card tyranny by Dmitri Shuralyov · 5 years ago
  23. bffc5af internal/lsp: support definitions and hover for builtins by Rebecca Stambler · 5 years ago
  24. 1a8f260 internal/lsp: use ranges instead of positions in completion items by Rebecca Stambler · 5 years ago
  25. b958414 internal/lsp: add structured layers to the cache by Ian Cottrell · 5 years ago
  26. abbb706 internal/lsp: enable enhanced hover by default by Rebecca Stambler · 5 years ago
  27. e5f21ac internal/lsp: handle more expected type cases by Muir Manders · 5 years ago
  28. d1a3278 godoc/util: serve SVG files raw by Andrew Bonventre · 5 years ago
  29. 4f9510c internal/lsp: prepare for non go files by Ian Cottrell · 5 years ago
  30. 0e55654 internal/lsp: add shutdown handling by Ian Cottrell · 5 years ago
  31. 7c3f651 internal/lsp: remove constant value from label and add tests by Rebecca Stambler · 5 years ago
  32. 473d3dc internal/lsp: handle additional snippet cases by Rebecca Stambler · 5 years ago
  33. ce09bef internal/lsp: reduce the api surface of the cache package by Ian Cottrell · 5 years ago
  34. 707862f internal/lsp: use builtin package for signature help by Rebecca Stambler · 5 years ago
  35. 2196cb7 internal/lsp: make snippets private fields by Rebecca Stambler · 5 years ago
  36. 7d7faa4 internal/lsp: fix missing parens in function call snippet by Muir Manders · 5 years ago
  37. 921b34c internal/lsp: ignore files in the builtin package by Rebecca Stambler · 5 years ago
  38. faff00d internal/lsp: fix typo on license year by Koichi Shiraishi · 5 years ago
  39. 2d081db internal/lsp: fix nil pointer when propagating diagnostics by Rebecca Stambler · 5 years ago
  40. 4789ca9 go/analysis/internal/analysisflags: call gob.Register on deleted analyzers by Russ Cox · 5 years ago
  41. 7d589f2 internal/lsp: stop trimming prefix from InsertText by Rebecca Stambler · 5 years ago
  42. de15caf internal/lsp: fix composite literal completion by Muir Manders · 5 years ago
  43. 2a413a0 godoc/static: let client use vet check returned by /compile endpoint by Brad Fitzpatrick · 5 years ago
  44. d81a07b go/analysis/passes/bools: eliminate quadratic runtime, output by Russ Cox · 5 years ago
  45. 8696927 internal/lsp: respond to shutdown requests and add DO NOT EDITs by Peter Weinberger · 5 years ago
  46. 99f201b internal/lsp: add some missing copyright notices by Ian Cottrell · 5 years ago
  47. 44dd571 internal/lsp: add version and bug commands by Ian Cottrell · 5 years ago
  48. 9044167 internal/lsp: suppress info and default logging unless a verbose flag is supplied by Ian Cottrell · 5 years ago
  49. 80b1e87 internal/lsp: support dynamic workspace folder changes by Ian Cottrell · 5 years ago
  50. 4ca280b internal/lsp: fix definition tests to use golden files by Ian Cottrell · 5 years ago
  51. 45e43b2 go/packages/packagestest: fix MustCopyFileTree so that file fragments are always slash form by Ian Cottrell · 5 years ago
  52. 0522b6e internal/lsp: adding the test suite to the source package by Ian Cottrell · 5 years ago
  53. d4e30f1 internal/lsp: making cmd tests fast and small by Ian Cottrell · 5 years ago
  54. 775b7fe internal/lsp: improve expected type determination by Muir Manders · 5 years ago
  55. 63859f3 internal/lsp: add definition support for packages by Muir Manders · 5 years ago
  56. 35884ee cmd/vet: print help to stdout only by Yury Smolsky · 5 years ago
  57. 3eedecd internal/lsp: propagate diagnostics for reverse dependencies by Rebecca Stambler · 5 years ago
  58. a1c92a4 internal/lsp: add additional error handling for builtin packages by Rebecca Stambler · 5 years ago
  59. 73554e0 go/analysis/passes: fix bugs discovered in std by Russ Cox · 5 years ago
  60. d996b19 go/analysis/analysistest: fix word usage by Dan Kortschak · 5 years ago
  61. e31d365 compilebench: handle missing MemStats more gracefully by Austin Clements · 5 years ago
  62. 60140f0 compilebench: add a linker benchmark by Austin Clements · 5 years ago
  63. eeb76a0 compilebench: factor running build tool commands by Austin Clements · 5 years ago
  64. 8a42e17 compilebench: clean up different benchmark types by Austin Clements · 5 years ago
  65. cf84161 internal/lsp: fix incremental updates and turn them on by Ian Cottrell · 5 years ago
  66. 490d130 internal/lsp: switch golden files to use txtar by Ian Cottrell · 5 years ago
  67. 5658f88 internal/lsp: disable rangeFormatting temporarily by Rebecca Stambler · 5 years ago
  68. 9529901 lostcancel: do not analyze cancel variable which defined outside current function scope by Shengyu Zhang · 5 years ago
  69. 2d16b83 go/vcs: ignore "mod" VCS type by Dmitri Shuralyov · 5 years ago
  70. 3b6f9c0 internal/lsp: add document link handling for import paths to godoc by Ian Cottrell · 5 years ago
  71. 9cb3dcf internal/span: update the offset if the end offset should be valid but is not by Ian Cottrell · 5 years ago
  72. 5cec639 go/analysis: proposed fact enumeration API by Michael Matloob · 5 years ago
  73. 83df196 internal/span: add a filename only print for spans by Ian Cottrell · 5 years ago
  74. 2346320 internal/lsp: support builtin types without hardcoding by Rebecca Stambler · 5 years ago
  75. 2d28432 internal/lsp: first pass at some hover tests by Ian Cottrell · 5 years ago
  76. 08ecc9e internal/lsp: generate RPC interface from Typescript source by Peter Weinberger · 5 years ago
  77. b9fed79 internal/lsp: change some comments and variable names in completion code by Rebecca Stambler · 5 years ago
  78. 9d4d845 cmd/goimports: add -format-only flag by Brad Fitzpatrick · 5 years ago
  79. 35c6709 internal/lsp: clean up formatting header handling by Ian Cottrell · 5 years ago
  80. f97eea4 internal/lsp: handle nil pointer in (*Package).GetActionGraph by Rebecca Stambler · 5 years ago
  81. 7af7466 internal/span: fix another off-by-one in ToUTF16Column by Paul Jolly · 5 years ago
  82. c6e1543 internal/lsp: add struct literal field snippets by Muir Manders · 5 years ago
  83. 550556f internal/lsp/source: refactor completion by Rebecca Stambler · 5 years ago
  84. ad9eeb8 internal/lsp: handle shadowed variables in lexical completions by Rebecca Stambler · 5 years ago
  85. 4eab536 internal/lsp: add the format command line by Ian Cottrell · 5 years ago
  86. 0c752f5 internal/lsp: fix utf16 conversion for end of file cursor by Ian Cottrell · 5 years ago
  87. b5495a5 internal/lsp: extensive utf16 tests by Ian Cottrell · 5 years ago
  88. 079ac3a internal/lsp: handle error from runAnalyses by Rebecca Stambler · 5 years ago
  89. 2d660fb go/packages/packagestest: fix GOPROXY file URLs for Windows by Jay Conrod · 5 years ago
  90. e54115a internal/lsp: fix stuck diagnostic messages by Muir Manders · 5 years ago
  91. bb8aefc internal/lsp: return errors when we can't find a package by Rebecca Stambler · 5 years ago
  92. 45abd40 internal/lsp: introduce snippet builder object by Muir Manders · 5 years ago
  93. 31fd60d x/tools/go/packages/packagestest: fix GOPROXY file URLs for Windows by Jay Conrod · 5 years ago
  94. 36563e2 cmd/vet: verify potentially-recursive Stringers are actually Stringers by Reilly Watson · 5 years ago
  95. 9e44c1c go/internal/gccgoimporter: update package to match std lib version by Than McIntosh · 5 years ago
  96. 1e8e1cf internal/lsp: handle completion after defer, go statements by Rebecca Stambler · 5 years ago
  97. 3e93b52 internal/lsp: suppress more completions in comments and literals by Muir Manders · 5 years ago
  98. cb2dda6 go/packages: deduplicate file parsing by Dominik Honnef · 5 years ago
  99. f62e16c internal/lsp: make interface methods children of the interface symbol by Zac Bergquist · 5 years ago
  100. 4bf14f7 internal/span: fix off-by-one in ToUTF16Column by Rebecca Stambler · 5 years ago