1. 3a76a64 go/packages/testdata: add go directives to fake module files by Michael Matloob · 5 years ago
  2. 8f249a1 go/packages: detect missing binary via exec.ErrNotFound error by Dmitri Shuralyov · 5 years ago
  3. e779aa4 go/ssa/interp: make tests fast and robust by Alan Donovan · 5 years ago
  4. cc8e56e go/analysis/passes/tests: break out of loop when we find a method by Ian Lance Taylor · 5 years ago
  5. 6aabc1c go/analysis/passes/tests: don't warn about missing method for each type by Ian Lance Taylor · 5 years ago
  6. e250d35 go/packages: fix the build by Brad Fitzpatrick · 5 years ago
  7. a94d7df go/analysis/internal/checker: don't clobber fact when codeFact fails by Steven L · 5 years ago
  8. 43e94f7 go/packages: give a better error if 'go' is missing by Michael Matloob · 5 years ago
  9. 86483ba go/packages: make error message for conflicting packages more clear by Michael Matloob · 5 years ago
  10. db79856 go/analysis/passes/test: remove some false positives by Michael Matloob · 5 years ago
  11. c5e06eb go/packages: remove fallback listfunc for Go 1.10.4 by Colin Arnott · 5 years ago
  12. ae772f1 third_party: remove by Benjamin Peterson · 5 years ago
  13. 3096223 internal/lsp/cmd: fix regexp in test by Benny Siegert · 5 years ago
  14. 36c10c0 x/tools/go/packages: seems to do nothing when given non-Go files by Gergely Brautigam · 5 years ago
  15. b6b7807 go/analysis: make stdmethods happy on encoding/xml by Daniel Martí · 5 years ago
  16. 3f1ed9e go/gcexportdata: fix gcexportdata example for new compiler behavior by David Chase · 5 years ago
  17. bb1270c internal/lsp: fix accepting line:colum forms to query definition by Ian Cottrell · 5 years ago
  18. a41300a internal/lsp: refactor query definition test to allow adding a new test by Ian Cottrell · 5 years ago
  19. 63e6ed9 cmd/stringer: compile error when constants change by Roger Peppe · 5 years ago
  20. f0bfdbf internal/lsp,internal/lsp/cmd: skip tests on android by Elias Naur · 5 years ago
  21. 658e28e cmd/stringer: add temporary(?) fix to get stringer test working in module mode by Brad Fitzpatrick · 5 years ago
  22. c74ccfb imports: handle missing main module by Heschi Kreinick · 5 years ago
  23. e6df0c1 go/packages: run name query tests in a temporary directory by Michael Matloob · 5 years ago
  24. 2f43c6d internal/span: change to private fields by Ian Cottrell · 5 years ago
  25. f59e586 cmd/lsp: skip completion in string literals by Marwan Sulaiman · 5 years ago
  26. 8110780 internal/lsp: add correct handling for circular imports by Rebecca Stambler · 5 years ago
  27. 8b67d36 internal/lsp: configure completion to preselect the first item by Rebecca Stambler · 5 years ago
  28. 8781451 internal/lsp: propagate errors from in diagnostics by Rebecca Stambler · 5 years ago
  29. 1286b20 internal/lsp: filter on insert text, not label by Rebecca Stambler · 5 years ago
  30. 4ccd092 cmd/compilebench: generate separate mem profiles when using -count by Josh Bleecher Snyder · 5 years ago
  31. a10017c internal/lsp: handle common nil pointer exceptions by Rebecca Stambler · 5 years ago
  32. 48d47c4 internal/span: fix utf16 column when span is line based by Ian Cottrell · 5 years ago
  33. dbad8e9 internal/lsp: convert to the new location library by Ian Cottrell · 5 years ago
  34. d55b9fb internal/lsp: stop providing insertText for completion items by Rebecca Stambler · 5 years ago
  35. 516ab0a go/packages/packagestest: add Exported as a type expectations can use by Ian Cottrell · 5 years ago
  36. e65039e internal/lsp: make sure completion items are never null by Rebecca Stambler · 5 years ago
  37. 7b79afd internal/lsp: add a source.Package interface by Rebecca Stambler · 5 years ago
  38. 0bb0c0a tools/internal/lsp/protocol: generate LSP protocol types from source by Peter Weinberger · 5 years ago
  39. 6a988fd tools/cmd/gopls: modify gopls to use automatcally generated types by Peter Weinberger · 5 years ago
  40. c0c382b go/ssa: fix import in comment by Josh Bleecher Snyder · 5 years ago
  41. 5c2858a internal/lsp: adding utf16 handling to the span package by Ian Cottrell · 5 years ago
  42. 1195517 all: update golang.org/x/net dependency in go.mod by Michael Matloob · 5 years ago
  43. 6eedde5 internal/lsp: using a non line based applyEdits in tests by Ian Cottrell · 5 years ago
  44. de4a0b3 internal/lsp: allow end of file byte offsets by Ian Cottrell · 5 years ago
  45. 00c44ba internal/lsp: add cache for type information by Rebecca Stambler · 5 years ago
  46. b40df0f internal/span: adding a source location package to unify the pos conversions by Ian Cottrell · 5 years ago
  47. 6a08e31 playground: use stdlib instead of appengine packages by Dmitri Shuralyov · 5 years ago
  48. bd17c08 godoc/env: replace with golangorgenv by Dmitri Shuralyov · 5 years ago
  49. 69e0dcf internal/lsp: cache package metadata to minimize calls to packages.Load by Rebecca Stambler · 5 years ago
  50. ab48911 cmd/godoc,cmd/gorename,refactor/rename: skip tests on GOOS=android by Elias Naur · 5 years ago
  51. 1f7a778 go/packages: skip tests for GOOS=android by Elias Naur · 5 years ago
  52. f8c0491 internal/lsp: refactor type-checking code by Rebecca Stambler · 5 years ago
  53. ac16967 internal/lsp: temporarily disable incremental changes by Rebecca Stambler · 5 years ago
  54. fd53dfa Revert "cmd/vet: add deepequalerrors" by Brad Fitzpatrick · 5 years ago
  55. d56157a internal/lsp: remove handling for circular imports by Rebecca Stambler · 5 years ago
  56. 0f64db5 cmd/vet: add deepequalerrors by Jonathan Amsterdam · 5 years ago
  57. 589c23e go/analysis/passes/printf: fix big.Int false positive by Daniel Martí · 5 years ago
  58. 4a0f391 go/packages: make TestLoadImportsGraph more stable. by Michael Matloob · 5 years ago
  59. ac7c11b go/analysis/passes/deepequalerrors: check for reflect.DeepEqual on errors by Jonathan Amsterdam · 5 years ago
  60. f0a709d internal/lsp: set severity levels for compiler errors and vet checks by Rebecca Stambler · 5 years ago
  61. 8dcc6e7 go/packages: expand CompiledGoFiles workaround by Josh Bleecher Snyder · 5 years ago
  62. f727bef go/packages: improve debug logging by Heschi Kreinick · 5 years ago
  63. 2dc4ef2 cmd/guru: fix guessImportPath for Windows by Gordon Tyler · 5 years ago
  64. 69f75a3 cmd/golsp: remove golsp binary, since we've moved to gopls by Rebecca Stambler · 5 years ago
  65. 83362c3 go/gcexportdata: use a constant from a frozen package for testing by Rebecca Stambler · 5 years ago
  66. 9c8c5ae internal/lsp/cache: skip duplicate import of packages by Yasuhiro Matsumoto · 5 years ago
  67. a24c58a internal/lsp: implement incremental updates to document by Yasuhiro Matsumoto · 5 years ago
  68. a754db1 internal/lsp: absolutize paths when converting filenames to URIs by Rebecca Stambler · 5 years ago
  69. 8bdde6d internal/lsp: create new cache for each analysis by Rebecca Stambler · 5 years ago
  70. 191e9ce go/gcexportdata: switch constant used in tests by Rebecca Stambler · 5 years ago
  71. 97f80cd godoc/dl, godoc/proxy, godoc/short, internal/memcache: delete by Dmitri Shuralyov · 5 years ago
  72. b4f3f03 cmd/godoc: remove golang.org serving code by Dmitri Shuralyov · 5 years ago
  73. 58344e5 internal/lsp: use cached AST when parsing files, if available by Rebecca Stambler · 5 years ago
  74. f7b6a89 internal/lsp: remove unused range parameter from computeTextEdits by Ian Cottrell · 5 years ago
  75. 550322b internal/lsp: return an updated view after setting a file's contents by Rebecca Stambler · 5 years ago
  76. e8c45e0 go/analysis: allow overriding V flag without code patches by Bryan C. Mills · 5 years ago
  77. 9394956 godoc: don't clear user-set page mode for package builtin by Dmitri Shuralyov · 5 years ago
  78. d38dac7 godoc: remove unused CLI-only identifiers by Dmitri Shuralyov · 5 years ago
  79. f000d56 cmd/godoc: fix -url flag, add tests by Rhys Hiltner · 5 years ago
  80. 0a7d439 cmd/godoc: re-add documentation for flat presentation mode by Dmitri Shuralyov · 5 years ago
  81. 8dcb7bc all: add a go.mod file by Michael Matloob · 5 years ago
  82. 78f9822 internal/lsp: fix nil pointer exception on vendored packages by Rebecca Stambler · 5 years ago
  83. 12f59dd refactor/importgraph: get test to pass when run in modules mode by Michael Matloob · 5 years ago
  84. 4ea155d go/buildutil: get tests to pass when run from a module by Michael Matloob · 5 years ago
  85. c161412 go/analysis/singlechecker: use Stderr in flag.Usage by Daniel Martí · 5 years ago
  86. 508f945 internal/lsp: change File.Read to a File.GetContent accessor by Ian Cottrell · 5 years ago
  87. 88f9559 go/analysis/unitchecker: rewrite test in terms of packagestest by Michael Matloob · 5 years ago
  88. f3aee33 internal/lsp: allow ExecuteCommandParams to be nil by Rebecca Stambler · 5 years ago
  89. 69a2705 internal/lsp: remove error return values from interface "field" accessors by Ian Cottrell · 5 years ago
  90. 740235f internal/lsp: add back check that a package was found for a given file by Rebecca Stambler · 5 years ago
  91. dbb4d4b lsp/internal: fix incorrectly formatted file by Ian Cottrell · 5 years ago
  92. 6bedcd1 go/analysis/passes/printf: add support for %w by Marcel van Lohuizen · 5 years ago
  93. 0e66cc6 internal/lsp/diff: fix bug that adds extra line to files on format by Rebecca Stambler · 5 years ago
  94. a21eef9 internal/lsp: use parallel parse files function by Rebecca Stambler · 5 years ago
  95. f7e1b50 internal/lsp/cmd: set Serve.app when running with remote by Rebecca Stambler · 5 years ago
  96. 49fb246 refactor/rename: re-enable TestMoves on Windows by Dmitri Shuralyov · 5 years ago
  97. 340a1cd internal/lsp: copy fact support from go/analysis/internal/checker.go by Michael Matloob · 5 years ago
  98. 05d253c go/analysis/analysistest: change error message checked in expectation by Michael Matloob · 5 years ago
  99. 44bee7e internal/lsp: changing server noun to serve verb by Ian Cottrell · 5 years ago
  100. 657755b internal/lsp: fix crash caused by lack of TypeSizes from go/packages.Load by Michael Matloob · 5 years ago