1. 800adbe go/packages: enable TestIssue37098 for Go 1.17 and later by Ian Lance Taylor · 3 years, 9 months ago
  2. 7c72a84 go/analysis/passes/fieldalignment: clarify reported diagnostics in docs by Pontus Leitzler · 3 years, 9 months ago
  3. f946a15 passes/sigchanyzer: allow valid inlined unbuffered signal channel by AGMETEOR · 3 years, 9 months ago
  4. b261fe9 go/tools: add vet check for direct comparion of reflect.Values by Keith Randall · 3 years, 10 months ago
  5. 35a9159 go/internal/gcimporter: ensure that imported floats are of float kind by Rob Findley · 3 years, 10 months ago
  6. 5d33438 go/internal/gcimporter: merge go1.11 tests back into gcimporter_test.go by Rob Findley · 3 years, 10 months ago
  7. 4c8e4a8 go/analysis/passes/inspect: fix typo in comment by Andrey Bokhanko · 3 years, 10 months ago
  8. 50ca8d0 all: recognize new error from go command when no go.mod is found by Jay Conrod · 3 years, 11 months ago
  9. eb48d3f internal/lsp/cache: refactor diagnostic suppression by Heschi Kreinick · 4 years ago
  10. a43f69b go/expect: use parser.AllErrors when extracting Notes by Rob Findley · 4 years ago
  11. 2363391 all: go fmt ./... by Russ Cox · 4 years ago
  12. f6e0443 go/analysis: add unusedwrite pass by Guodong Li · 4 years ago
  13. bdaa8bf go/gcexportdata: warn that {Read,Write}Bundle are experimental by Matthew Dempsky · 4 years ago
  14. f47cb78 go/analysis/passes/buildtag: update check for //go:build by Russ Cox · 4 years ago
  15. 06713c2 go/loader: fix race by Russ Cox · 4 years ago
  16. 67e49ef go/internal/cgo: set pkgdir with -srcdir instead of CWD by Matthew Dempsky · 4 years ago
  17. 19ff21f go/analysis/unitchecker: tell the user how to list the flags and analyzers by Rob Pike · 4 years ago
  18. 4534fc3 go/internal/gcimporter: reference golang/go#44339 in TODO by Matthew Dempsky · 4 years ago
  19. 35839b7 go/internal/gcimporter: fix tests on darwin by Matthew Dempsky · 4 years ago
  20. a1db63c go/internal/gcimporter: add "bundled" export data formats by Matthew Dempsky · 4 years ago
  21. b79f76f go/internal/gcimporter: fix reexporting compiler data by Matthew Dempsky · 4 years ago
  22. 7fde01f go/internal/gcimporter: refactor IExportData tests by Matthew Dempsky · 4 years ago
  23. 6055ccf go/internal/gcimporter: simplify IExportData API by Matthew Dempsky · 4 years ago
  24. 3a5a051 go/analysis/passes: add sigchanyzer Analyzer by Cuong Manh Le · 4 years, 2 months ago
  25. 68c7d11 go/analysis: extend the loopclosure checker to considering errgroup.Group.Go. by Guodong Li · 4 years ago
  26. 5941677 go/analysis: fix path to example-test.go by sanposhiho · 4 years ago
  27. 513be0a internal/lsp/cache: disable network for mod tidy diagnostics by Heschi Kreinick · 4 years ago
  28. d8a2a07 go/packages: improve go invocation errors by Heschi Kreinick · 4 years ago
  29. 4922717 go/analysis/passes/fieldalignment: delete doc style comments in fix by Pontus Leitzler · 4 years ago
  30. fe37c9e all: replace all usages of os/exec with golang.org/x/sys/execabs by Roland Shoemaker · 4 years ago v0.1.0
  31. 1e6ecd4 go/packages: don't crash if given an invalid overlay by Heschi Kreinick · 4 years ago
  32. d33bae4 copyright: test that all files in the repo have copyright notices by Rebecca Stambler · 4 years ago
  33. 21398c4 Revert "go/analysis/passes/structtag: recognize multiple keys per tag" by Ian Lance Taylor · 4 years, 1 month ago
  34. 9277847 all: add copyright notices to files that are missing them by Rebecca Stambler · 4 years, 1 month ago
  35. c4dccaf go/analysis/passes/fieldalignment: add command by Pontus Leitzler · 4 years, 1 month ago
  36. 5b43ef9 go/analysis/passes/fieldalignment: filter comments from suggested fix by Cuong Manh Le · 4 years, 1 month ago
  37. 008e477 internal/lsp, gopls: recover from go-diff panics by Rebecca Stambler · 4 years, 1 month ago
  38. 6307297 go/analysis/passes/fieldalignment: support fields without name by Pontus Leitzler · 4 years, 1 month ago
  39. abf6a1d go/analysis/passes/structtag: recognize multiple keys per tag by Ian Lance Taylor · 4 years, 1 month ago
  40. de58e7c go/analysis/passes/framepointer: don't report on runtime package by Keith Randall · 4 years, 2 months ago
  41. 090fee6 go/analysis/passes/fieldalignment: suggest fix for multi-named fields by Pontus Leitzler · 4 years, 2 months ago
  42. fd5f293 go/analysis: avoid panic in ifaceassert by Peter Weinbergr · 4 years, 2 months ago
  43. 299f270 go/analysis/passes/fieldalignment: add fieldalignment analyser by Pontus Leitzler · 4 years, 2 months ago
  44. 4783bc9 Handle BareInits option in ssa.BuilderMode by Michaël Lévesque-Dion · 4 years, 2 months ago
  45. 1d69943 go/packages: handle variation an an error message by Michael Matloob · 4 years, 3 months ago
  46. d68bbb5 internal/gocommand: improve debug string by Heschi Kreinick · 4 years, 2 months ago
  47. 247bdb2 go/packages: start with empty environment by Heschi Kreinick · 4 years, 2 months ago
  48. bc3cf28 go/loader: loosen a test assertion on go/types error messages by Rob Findley · 4 years, 3 months ago
  49. 3288bc1 go/analysis: add frame pointer check for vet by Keith Randall · 4 years, 5 months ago
  50. 582c62e go/analysis/singlechecker: fix whitespace in package documentation by Dmitri Shuralyov · 4 years, 3 months ago
  51. 690a3c2 go/analysis/passes/asmdecl: permit return jump without writing to results by Cherry Zhang · 4 years, 3 months ago
  52. 6312208 go/internal/gccgoimporter: support notinheap annotation by Ian Lance Taylor · 4 years, 3 months ago
  53. e84cfc6 all: clear GOMODCACHE in tests by Heschi Kreinick · 4 years, 3 months ago
  54. 2f4fa18 go/packages: use native overlay support for 1.16 by Rebecca Stambler · 4 years, 3 months ago
  55. 6652d1f internal/gocommand: add a GoVersion function to avoid duplicating logic by Rebecca Stambler · 4 years, 3 months ago
  56. b894a32 all: use explicit -mod, -modfile fields for gocommand.Invocation by Heschi Kreinick · 4 years, 3 months ago
  57. a78bdc4 x/tools/go/analysis/passes/unsafeptr: report Header misuse by Matthew Dempsky · 4 years, 5 months ago
  58. 255fb2a x/tools/go/analysis/passes/unsafeptr: stricter reporting by Matthew Dempsky · 4 years, 5 months ago
  59. d162461 go/analysis/passes/asmdecl: add support for ABI selector clauses by Than McIntosh · 4 years, 3 months ago
  60. d88ec18 go/analysis: add IgnoredFiles, check ignored files in buildtag check by Russ Cox · 4 years, 3 months ago
  61. 67cabf8 go/loader: delete example_test.go by Russ Cox · 4 years, 3 months ago
  62. 567bb5a go/analysis/analysistest: fix issue in RunWithSuggestedFixes on a package with tests by Ben Kraft · 4 years, 5 months ago
  63. fa01252 all: replace 'the the ' with 'the ' by phillc · 4 years, 4 months ago
  64. 3c2036f go/packages: support overlays for replaced modules by Rebecca Stambler · 4 years, 4 months ago
  65. 8f9ed77 go/packages: add roots for overlaid packages for all query types by Rebecca Stambler · 4 years, 4 months ago
  66. 6422fca report cycle when visiting a grey analyzer by Michaël Lévesque-Dion · 4 years, 5 months ago
  67. 44a2922 internal/lsp, go/packages: fix Go 1.15-related overlay bug by Rebecca Stambler · 4 years, 5 months ago
  68. 5b9ef24 go/ssa: implement missing testing.testDeps SetPanicOnExit0 method by Bryan C. Mills · 4 years, 5 months ago
  69. 6e59e24 unusedresult.go: Include context.With* functions by Mark Dain · 4 years, 5 months ago
  70. debfaf6 internal/lsp, go/packages: work-around invalid files in GOPATH mode by Rebecca Stambler · 4 years, 5 months ago
  71. 73b12ca go/analysis/passes/structtag: ignore warning if tag should be ignored by André Martins · 4 years, 6 months ago
  72. 75c7103 go/packages: expand cases when filenames are parsed from errors by Michael Matloob · 4 years, 6 months ago
  73. 188b382 go/packages: add failing test for golang/go#37098 by Noah Goldman · 4 years, 9 months ago
  74. a7c6fd0 go/packages: find filenames in error strings if not in position by Rebecca Stambler · 4 years, 6 months ago
  75. 7041913 go/analysis/passes/unmarshal: Add check for asn1.Unmarshal by KimMachineGun · 4 years, 6 months ago
  76. 130c9f1 go/packages: add x test overlay test by Rebecca Stambler · 4 years, 7 months ago
  77. f1c4188 internal/lsp, go/packages: reproduce and fix golang/go#39646 by Rebecca Stambler · 4 years, 7 months ago
  78. 682c454 all: update dependencies in go.mod file by Rebecca Stambler · 4 years, 7 months ago
  79. c138986 go/packages: move all overlay tests into overlay_test.go by Rebecca Stambler · 4 years, 7 months ago
  80. 7f3f4b1 go/packages: correct package IDs for overlaid x tests by Rebecca Stambler · 4 years, 7 months ago
  81. c1934b7 go/analysis: improve error message for string(int) warning by smasher164 · 4 years, 8 months ago release-branch.go1.15
  82. 2ee2e4c go/packages: move TypecheckCgo to packagesinternal by Matthew Dempsky · 4 years, 8 months ago
  83. 51e3d70 go/packages: use go115UsesCgo instead of UsesCgo by Matthew Dempsky · 4 years, 8 months ago
  84. 3e83d1e go/packages: add a mechanism for drivers to decline requests by Michael Matloob · 4 years, 8 months ago
  85. eb789aa go/analysis/internal/checker: don't filter facts of parameters by Dominik Honnef · 4 years, 8 months ago
  86. 1679474 go/analysis: suggest to users how to associate diagnostics with severities by Michael Matloob · 4 years, 9 months ago
  87. d859f67 go/packages: handle x test overlays with no content by Rebecca Stambler · 4 years, 8 months ago
  88. af9456b all: remove version-specific test files by Heschi Kreinick · 4 years, 8 months ago
  89. 8e7acdb all: replace build tags in tests with testenv helper by Heschi Kreinick · 4 years, 8 months ago
  90. 8b020ae go/analysis/passes/printf: allow %O in format strings by Michael Schaller · 4 years, 8 months ago
  91. 5c6ccfd Revert "go/internal/gcimporter: remove support for binary export data" by Rebecca Stambler · 4 years, 8 months ago
  92. 1092135 go/packages: add a Module field to the Package struct by Michael Matloob · 4 years, 8 months ago
  93. 259583f internal/testenv: tolerate missing cgo as needed by Heschi Kreinick · 4 years, 8 months ago
  94. c79c01b all: consolidate cgo requirement checks by Heschi Kreinick · 4 years, 8 months ago
  95. d0dc4d4 go/packages: fix compatibility with gopackagesdriver by Heschi Kreinick · 4 years, 8 months ago
  96. d5fe738 go/packages: fix nocgo build by Heschi Kreinick · 4 years, 8 months ago
  97. 05c28aa go/ssa/interp: avoid vet warning about string(int) conversion by Brad Fitzpatrick · 4 years, 9 months ago
  98. a4cde36 go/packages: enable UsesCgo in go/types by Heschi Kreinick · 4 years, 9 months ago
  99. 26f46d2 go/types/objectpath: cache result of call to scope.Names by Dominik Honnef · 4 years, 9 months ago
  100. 4697a28 go/analysis/analysistest: support testing mutually exclusive suggested fixes by Dominik Honnef · 4 years, 9 months ago