1. c26e340 internal/lsp: refactor completion and move into source directory by Rebecca Stambler · 6 years ago
  2. a28dfb4 revert "imports: create named imports for name/path mismatches" by Heschi Kreinick · 6 years ago
  3. 4ca4995 go/ast/astutil: allow AddNamedImport to add imports with different names by Dmitri Shuralyov · 6 years ago
  4. 34b416b go/packages: change the driverResponse.Sizes to have type StdSizes by Michael Matloob · 6 years ago
  5. 42c3d2e internal/gopathwalk: ignore $GOROOT/.../vendor/ in module mode by Heschi Kreinick · 6 years ago
  6. 864069c imports: create named imports for name/path mismatches by Heschi Kreinick · 6 years ago
  7. 15ad1aa internal/lsp: implement go to definition by Ian Cottrell · 6 years ago
  8. d0600fd internal/lsp: make source independent of protocol by Ian Cottrell · 6 years ago
  9. aa0cdd1 go/packages: remove contains: query. it's been superceeded by file= by Michael Matloob · 6 years ago
  10. e21233f go/packages: remove unnecessary TODO by Michael Matloob · 6 years ago
  11. 6f4a868 internal/lsp: add implementation of completion to LSP by Rebecca Stambler · 6 years ago
  12. 78dc5ba go/packages: determine sizes by calling go list by Michael Matloob · 6 years ago
  13. e504f91 internal/lsp: make file a first class concept by Ian Cottrell · 6 years ago
  14. 9b5bafe internal/lsp: extract view to its own package by Ian Cottrell · 6 years ago
  15. f1b4bd9 go/ssa: fix vet issues by Ainar Garipov · 6 years ago
  16. fc67db3 go/packages: fix crash by Ian Cottrell · 6 years ago
  17. c76e1ad internal/lsp: add copyright notices to files that were missing them by Rebecca Stambler · 6 years ago
  18. ebdbadb internal/lsp: fix LSP tests to be compatible with Go 1.10 by Rebecca Stambler · 6 years ago
  19. 96e9e16 cmd/golsp: format logging for the lsp inspector by Ian Cottrell · 6 years ago
  20. 1a6034d go/packages: small fixes by Heschi Kreinick · 6 years ago
  21. f7a8a58 internal/lsp: use packagestest markers to test diagnostics by Rebecca Stambler · 6 years ago
  22. 633a936 go/packages: disable network, improve debug logging by Heschi Kreinick · 6 years ago
  23. c3ef14e go/analysis/passes/cgocall: disable test in go1.12 by Alan Donovan · 6 years ago
  24. 896f44f go/analysis/.../unitchecker: suppress test unless go1.12 by Alan Donovan · 6 years ago
  25. 619897c go/packages/packagestest: add marker support by Ian Cottrell · 6 years ago
  26. 15a0f8a go/analysis/internal/unitchecker: a 'go vet'-compatible driver by Alan Donovan · 6 years ago
  27. 92b943e cmd/tip: enable playground on tip.golang.org by Agniva De Sarker · 6 years ago
  28. d51e88b go/packages: make visit order stable by Ian Cottrell · 6 years ago
  29. 45ff765 cmd/stringer: accept simple type conversion expressions in constant ValueSpec by David Symonds · 6 years ago
  30. 3a10b9b go/packages: change so no results are sorted by Ian Cottrell · 6 years ago
  31. 6c7e314 go/packages/packagestest: make versioned modules by Heschi Kreinick · 6 years ago
  32. 240a8bf cmd/stringer: move away from using os.Args[0] by Paul Jolly · 6 years ago
  33. bb28844 go/packages: make packagestest.Export call t.Helper by Ian Cottrell · 6 years ago
  34. a0a13e0 imports: make tests compatible with modules by Heschi Kreinick · 6 years ago
  35. 00c5fa5 go/packages: find mismatched top level packages in name= by Heschi Kreinick · 6 years ago
  36. 2d2de62 go/packages: sort root list in Load by Ian Cottrell · 6 years ago
  37. 9aea6da go/analysis/internal/facts: fact serialization support by Alan Donovan · 6 years ago
  38. f60e5f9 go/packages/packagestest: use a module proxy by Heschi Kreinick · 6 years ago
  39. e74f1bd imports: port tests to packagestest by Heschi Kreinick · 6 years ago
  40. a2dc476 Revert "imports: support repairing import grouping/ordering" by Brad Fitzpatrick · 6 years ago
  41. 40a48ad godoc: replace x/net/context with context by Hana Kim · 6 years ago
  42. 9650c66 internal/lsp: add support for publishing diagnostics by Rebecca Stambler · 6 years ago
  43. 6fe81c0 present: remove mention of non-existing emphasis toggle by Dmitri Shuralyov · 6 years ago
  44. c5032d3 go/packages: Fixes for bad wd handling by Ian Cottrell · 6 years ago
  45. 3e7aa9e godoc: generate TOC from server-side for search page by Agniva De Sarker · 6 years ago
  46. 26c2629 go/*: fix pre-1.11 tests by Alan Donovan · 6 years ago
  47. 9545aa7 go/analysis/cmd/vet: new name for cmd/analyze by Alan Donovan · 6 years ago
  48. 5efdaf2 go/internal/gcimporter: update gcimporter.go to incorporate std lib changes by Robert Griesemer · 6 years ago
  49. a53bc13 go/internal/gcimporter: remove support for Go versions < Go 1.10 by Robert Griesemer · 6 years ago
  50. a019f6b go/analysis/internal/analysisflags: common flag handling by Alan Donovan · 6 years ago
  51. 45f2087 go/analysis/passes/shadow: adapt for analysis API by Alan Donovan · 6 years ago
  52. 4805105 go/analysis: doc: explain how to report diagnostics in raw text files by Alan Donovan · 6 years ago
  53. 8dacc03 go/analysis/cmd/analyze: install all analyzers by Alan Donovan · 6 years ago
  54. 9f76e5c go/analysis/passes/vet: delete by Alan Donovan · 6 years ago
  55. 19100bf go/analysis/passes/asmdecl: fix nil deref panic by Alan Donovan · 6 years ago
  56. 327a9b5 go/analysis/passes/tests: add testcase from vet by Alan Donovan · 6 years ago
  57. 6adeb8a go/analysis/passes/nilness: degenerate nil condition checker by Alan Donovan · 6 years ago
  58. def2677 cmd/godoc: cleanup documentation for CLI mode by Agniva De Sarker · 6 years ago
  59. 06f26fd go/packages/packagestest: Testing with multiple drivers by Ian Cottrell · 6 years ago
  60. 249abec go/internal/gccgoimporter: update package to match std lib version by Robert Griesemer · 6 years ago
  61. 9183b65 go/internal/gccgoimporter: add missing copyright notice by Robert Griesemer · 6 years ago
  62. 4a1b41e go/packages: don't spam stderr by Heschi Kreinick · 6 years ago
  63. 7099c87 go/internal/gccgoimporter: add missing copyright notice by Robert Griesemer · 6 years ago
  64. 4cdd33f cmd/tip: make tip.golang.org also serve & redirect beta.golang.org to tip by Brad Fitzpatrick · 6 years ago
  65. 654e6e7 gopathwalk: don't log for nonexistant root dirs by Heschi Kreinick · 6 years ago
  66. e94054f go/analysis/passes/composite: add testing.Internal* to whitelist by Alan Donovan · 6 years ago
  67. 5ef16f4 go/packages: fix tests on 1.10 by Heschi Kreinick · 6 years ago
  68. a0ecdcb go/analysis/passes: add doc and copyright comments by Alan Donovan · 6 years ago
  69. 63d3166 go/packages: add name= query by Heschi Kreinick · 6 years ago
  70. bf9c22d go/analysis/passes/httpresponse: split out from vet by Alan Donovan · 6 years ago
  71. 3a0c4de go/analysis/passes/printf: changes for analysis API by Alan Donovan · 6 years ago
  72. bf693ef imports: make tests use a helper, read from disk more by Heschi Kreinick · 6 years ago
  73. 321fe74 playground.js: make output of "Run" clearer by Yury Smolsky · 6 years ago
  74. 4fd3307 godoc: fix inline playground width for mobile devices by Agniva De Sarker · 6 years ago
  75. 3bba456 go/packages: don't use os.LookupEnv by Ian Cottrell · 6 years ago
  76. 5d4988d go/packages: fix TestRejectInvalidQueries test case by Michael Matloob · 6 years ago
  77. 91ec7db go/analysis/passes/shadow: split out of vet by Alan Donovan · 6 years ago
  78. d777022 go/analysis/passes/structtag: split out from vet by Alan Donovan · 6 years ago
  79. 8919434 go/analysis/passes/copylock: add workaround for go1.10 by Alan Donovan · 6 years ago
  80. cdd5f61 go/analysis/passes/printf: add types.go too by Alan Donovan · 6 years ago
  81. 104357f go/analysis/passes/printf: move printf to correct subdirectory by Alan Donovan · 6 years ago
  82. 25a9b7c go/analysis/passes/printf: create printf pass by Alan Donovan · 6 years ago
  83. aa46a01 go/ssa/ssautil: add AllPackages method by Alan Donovan · 6 years ago
  84. 4b6ee5f go/packages: remove scary warning on documentation by Michael Matloob · 6 years ago
  85. 13ebad8 go/packages: use "=" instead of ":" for special queries by Michael Matloob · 6 years ago
  86. 5e66757 internal/fastwalk: don't cross Dirent.Reclen boundry while looking for NULL in parseDirEnt by Yuval Pavel Zholkover · 6 years ago
  87. 13216ff cmd/present: address minor comments not applied in a previous change by Andrew Bonventre · 6 years ago
  88. c0eb142 go/analysis/passes/asmdecl: fix a panic under go1.10 by Alan Donovan · 6 years ago
  89. d1d6d0c imports: refactor tests by Heschi Kreinick · 6 years ago
  90. 19e2aca internal/gopathwalk: create by Heschi Kreinick · 6 years ago
  91. 1d07bcb imports: refactor directory walking by Heschi Kreinick · 6 years ago
  92. 12a7c31 imports: support repairing import grouping/ordering by Serhii Aheienko · 6 years ago
  93. 87312bc go/packages: use effective GOARCH to determine type size function by Alan Donovan · 6 years ago
  94. d3c6139 cmd/godoc: synchronously init corpus for index mode by Chris Broadfoot · 6 years ago
  95. 157aeed go/analysis/passes/ctrlflow: add test of modularity by Alan Donovan · 6 years ago
  96. 8149dec go/analysis: validate: report duplicates among analyzers (roots) by Alan Donovan · 6 years ago
  97. be3ddff cmd/guru: fix several functions godoc comment prefix by Koichi Shiraishi · 7 years ago
  98. 6979e85 go/analysis/passes/shift: split out of vet by Alan Donovan · 6 years ago
  99. a398e55 go/analysis/passes/cgocall: split out of vet by Alan Donovan · 6 years ago
  100. 1f849cf cmd/godoc: do not use httptest by LE Manh Cuong · 6 years ago