1. dacab89 Merge pull request #273 from kisielk/readme-update-2 by Dimitri Tcaciuc · 3 months ago master
  2. 164ec2e README: Clarify the purpose and limitations of the program. by Dimitri Tcaciuc · 3 months ago
  3. e3eb51b Merge pull request #269 from spillway/master by Dimitri Tcaciuc · 6 months ago
  4. 9f73cd5 exclude crypto/rand.Read by default by Prasad T · 6 months ago
  5. 11c27a7 Merge pull request #265 from alexandear/deprecate-err-no-go-files by Dimitri Tcaciuc · 7 months ago v1.9.0
  6. 0fe9f58 Merge branch 'master' into deprecate-err-no-go-files by Dimitri Tcaciuc · 7 months ago
  7. 85b3c63 Merge pull request #266 from alexandear/refactor-remove-fmttags by Dimitri Tcaciuc · 7 months ago
  8. 642931c Remove no longer relevant fmtTags by Oleksandr Redko · 7 months ago
  9. 4c2ee23 Deprecate ErrNoGoFiles as it's never returned by Oleksandr Redko · 7 months ago
  10. fea8490 Update to golang.org/x/tools v0.30.0 for go1.24 (#263) by Duncan Harris · 7 months ago
  11. fd0d87b Bump GitHub action workflows (#258) by Andreas Deininger · 10 months ago
  12. df44f75 Merge pull request #252 from djdv/ignore-maphash by Dimitri Tcaciuc · 11 months ago v1.8.0
  13. c277fb1 move `hash.Hash` test to hash.go by Dominic Della Valle · 11 months ago
  14. 83deb0e exclude maphash methods that "never fail" by Dominic Della Valle · 11 months ago
  15. b832de3 Merge pull request #248 from JacobOaks/joaks/supportgotypesalias by Dimitri Tcaciuc · 1 year, 3 months ago
  16. d0d7a32 use build tags by joaks · 1 year, 3 months ago
  17. f3c8b3c Merge pull request #246 from meteorgan/type-assert by Dimitri Tcaciuc · 1 year, 3 months ago
  18. 2137b6c refactor(assignment): refactor check assignment return value by meteorgan · 1 year, 3 months ago
  19. ec57966 Support GODEBUG=gotypesalias=1 by joaks · 1 year, 3 months ago
  20. c0b7cde fix(assert-checker): remove unused return value by meteorgan · 1 year, 4 months ago
  21. b411d9d fix(type assert): add more check for type assert by meteorgan · 1 year, 5 months ago
  22. b65821b chore(*): fix typos && simplify some test code (#245) by Gan Wenchuang · 1 year, 5 months ago
  23. 338069c Update dependencies to work with Go 1.22 (#240) by Addie Bendory · 1 year, 8 months ago v1.7.0
  24. f1d2d87 Simplify tests by refactoring to T.TempDir (#239) by Oleksandr Redko · 1 year, 8 months ago
  25. 7f94c38 remove deprecated funcs usages (#237) by Ivan Sopov · 1 year, 10 months ago
  26. 4a3073c Update README.md by Kamil Kisiel · 1 year, 11 months ago
  27. 9a4b3be Add Go 1.21.x to test matrix (#236) by Kamil Kisiel · 1 year, 11 months ago
  28. a75c8d0 fix: don't exclude fmt.Errorf (#235) by Morgan · 1 year, 11 months ago
  29. 1a21a9c Update deps, test with latest Go (#234) by Abhinav Gupta · 1 year, 11 months ago
  30. 8f86be0 Tweak description in README by Kamil Kisiel · 2 years, 7 months ago
  31. 014db21 analyzer: set diagnostics category (#228) by Robin Jarry · 2 years, 7 months ago
  32. d116ada Merge pull request #226 from alexandear/deprecated-load-syntax by Dimitri Tcaciuc · 2 years, 7 months ago
  33. 8b003a0 Merge pull request #227 from alexandear/fix-errcheck by Dimitri Tcaciuc · 2 years, 7 months ago
  34. 5ae5816 Merge pull request #225 from alexandear/correct-comment-typos by Dimitri Tcaciuc · 2 years, 7 months ago
  35. b33b443 Fix errcheck issues by Oleksandr Redko · 2 years, 7 months ago
  36. cbddfcc Specify the needed fields for load packages by Oleksandr Redko · 2 years, 7 months ago
  37. 2403336 Correct typos in comments and doc by Oleksandr Redko · 2 years, 7 months ago
  38. 4e4370a Add a note about `GO111MODULE` (#222) by Kamil Kisiel · 2 years, 8 months ago v1.6.3
  39. 662ffb0 test and fix check blanks in var declarations (#219) by Gabriel Burt · 2 years, 8 months ago
  40. c2c614f Remove GO111MODULE: 'off' variantes from CI workflow (#221) by Kamil Kisiel · 2 years, 8 months ago
  41. a3c6ea7 docs(README.md): Add abspath, mod, and ignoregenerated flag docs (#220) by edwinavalos · 2 years, 8 months ago
  42. 3faf0bc Merge pull request #215 from rmohr/comments-before-package by Kamil Kisiel · 3 years, 2 months ago v1.6.2
  43. 875db03 Calculate correct position with comments before the package keyword by Roman Mohr · 3 years, 3 months ago
  44. 98d3f84 Merge pull request #213 from kisielk/embedded-nil by Kamil Kisiel · 3 years, 4 months ago v1.6.1
  45. ab13fbe Handle embedded nil interfaces. by Kamil Kisiel · 3 years, 4 months ago embedded-nil
  46. e62617a Merge pull request #207 from dtcaciuc/go18 by Dimitri Tcaciuc · 3 years, 6 months ago
  47. a4918d3 Test with Go 1.18, update deps by Dimitri Tcaciuc · 3 years, 6 months ago
  48. b275da0 Merge pull request #204 from eliasdaler/patch-1 by Dimitri Tcaciuc · 3 years, 9 months ago
  49. 37cf04d Use "go install" instead of "go get" in README.md by Elias Daler · 3 years, 9 months ago
  50. 8ddee48 Merge pull request #202 from lance6716/patch-1 by Kamil Kisiel · 4 years, 3 months ago
  51. e6ab97f close file explicitly, to avoid "max open files" error by lance6716 · 4 years, 3 months ago
  52. cf5d9bf Merge pull request #198 from dtcaciuc/analyzer by Dimitri Tcaciuc · 4 years, 4 months ago
  53. 2cfce26 Merge master by Dimitri Tcaciuc · 4 years, 4 months ago
  54. 98b1bd1 Merge pull request #200 from jcharum/io-excludes by Kamil Kisiel · 4 years, 4 months ago
  55. ba72820 Exclude (*Pipe{Read,Write}r).CloseWithError by Jaran Charumilind · 4 years, 4 months ago
  56. 35d2ca6 Remove a TODO by Dimitri Tcaciuc · 4 years, 6 months ago
  57. 9b8014a Add analyzer tests by Dimitri Tcaciuc · 4 years, 6 months ago
  58. 7154fcc analyzer: Return result by Dimitri Tcaciuc · 4 years, 6 months ago
  59. 83b278b Fix tests by Dimitri Tcaciuc · 4 years, 6 months ago
  60. b5c4dc1 Provide go/analysis analyzer instance by Dimitri Tcaciuc · 4 years, 6 months ago
  61. 4174a4a Merge pull request #197 from SVilgelm/selector-name by Kamil Kisiel · 4 years, 7 months ago v1.6.0
  62. aeac866 Add SelectorName in UncheckedError by Sergey Vilgelm · 4 years, 7 months ago
  63. ee08a45 Merge pull request #175 from tilt-dev/nicks/modvendor by Dimitri Tcaciuc · 4 years, 9 months ago v1.5.0
  64. 4319a61 Support the -mod=vendor flag for using modules in a vendor directory by Nick Santos · 4 years, 9 months ago
  65. 7e1276f Update CI badge in README.md by Kamil Kisiel · 4 years, 10 months ago
  66. 8ed56b2 Merge pull request #196 from kisielk/github-actions by Dimitri Tcaciuc · 4 years, 10 months ago
  67. 6d2583c Deprecate Go 1.11 builds. by Eric Chlebek · 4 years, 10 months ago
  68. 8354c88 Remove Travis CI by Eric Chlebek · 4 years, 10 months ago
  69. 22bc255 Apply the GOPATH build fixes to the other jobs by Eric Chlebek · 4 years, 10 months ago
  70. f3787dd Don't forget go get by Eric Chlebek · 4 years, 10 months ago
  71. 6942ef4 Attempt to get GOPATH mode working by Eric Chlebek · 4 years, 10 months ago
  72. a999b81 Add checkout action, use pinned Go versions by Eric Chlebek · 4 years, 10 months ago
  73. 83e9e57 Add github actions CI by Eric Chlebek · 4 years, 10 months ago
  74. bc93895 Merge pull request #185 from kisielk/publish-api by Kamil Kisiel · 4 years, 10 months ago
  75. 97c82e3 Make API less pointery. Get rid of error interface. by Eric Chlebek · 4 years, 10 months ago publish-api
  76. 6afc191 Clarify Result docs by Eric Chlebek · 4 years, 10 months ago
  77. c1c14fd Merge pull request #193 from kisielk/no-check-path by Kamil Kisiel · 4 years, 10 months ago
  78. c4c6bdd Don't mutate Result on Unique() by Eric Chlebek · 4 years, 11 months ago
  79. cfa64d0 Remove sort.Interface from Result by Eric Chlebek · 4 years, 11 months ago
  80. 53abe15 Implement locking in main by Eric Chlebek · 5 years ago
  81. beb76a6 Remove mutex, Errors->UncheckedErrors by Eric Chlebek · 5 years ago
  82. 8d25d8e Refactor main.checkPaths a bit by Eric Chlebek · 5 years ago
  83. 677f1d6 Remove CheckPaths by Eric Chlebek · 5 years ago
  84. 720fbcb Merge pull request #189 from dtcaciuc/exclusions by Eric Chlebek · 5 years ago v1.5.0-alpha
  85. bf59cbd Clean up comments; add future improvement TODO by Dimitri Tcaciuc · 5 years ago
  86. bd31643 Restore legacy ignore functionality; fix docstrings by Dimitri Tcaciuc · 5 years ago
  87. 672a183 Merge pull request #1 from dtcaciuc/rm-mod-check by Dimitri Tcaciuc · 5 years ago
  88. 181d1bd Simplify vendored package resolution. by Dimitri Tcaciuc · 5 years ago
  89. 3c3d64d Merge remote-tracking branch 'origin/publish-api' into exclusions by Eric Chlebek · 5 years ago exclusions
  90. 7c04f7d Merge pull request #188 from SVilgelm/publish-api by Eric Chlebek · 5 years ago
  91. f394fab Clarify -ignore deprecation message by Dimitri Tcaciuc · 5 years ago
  92. 5c4c914 Move Checker.Ignore to Exclusions.Packages, remove NewChecker by Dimitri Tcaciuc · 5 years ago
  93. b694f8e Move Checker.Blank and Checker.Asserts to Exclusions by Dimitri Tcaciuc · 5 years ago
  94. f1024b1 Move Checker.exclude to Checker.Exclusions.Symbols by Dimitri Tcaciuc · 5 years ago
  95. b4ad18c Start factoring out exclusion flags into separate struct. by Dimitri Tcaciuc · 5 years ago
  96. 5665fc9 CheckPackage function by Sergey Vilgelm · 5 years ago
  97. b03026b Fix up the docs a bit by Eric Chlebek · 5 years ago
  98. ee8ff30 Merge branch 'master' into publish-api by Eric Chlebek · 5 years ago
  99. 3b58ac7 Merge pull request #187 from kisielk/build-tags by Kamil Kisiel · 5 years ago
  100. 2bd2f2e Fix build tags by Eric Chlebek · 5 years ago build-tags