1. b074924 assert: collect.FailNow() should not panic (#1481) by Vladimir Kochnev · 7 weeks ago master
  2. 84619f5 fix: grammar in godoc for NotErrorIs(f) functions (#1607) by Maria Ines Parnisari · 7 weeks ago
  3. 1b4fca7 Merge pull request #1600 from hendrywiranto/not-element-match by Bracken · 9 weeks ago
  4. cb4e70c review: match fail msg with params by hendry.wiranto · 10 weeks ago
  5. 7af3ed3 feat: new assertion NotElementsMatch by hendry.wiranto · 2 months ago
  6. 6b275ad Merge pull request #1579 from stretchr/pluggable-yaml-package by Sean Marciniak · 2 months ago
  7. b661f0a Merge pull request #1587 from kevinburkesegment/regex-bytes by Sean Marciniak · 2 months ago
  8. 3c0c0e6 Merge pull request #1593 from brackendawson/EqualValuesDoc by Olivier Mengué · 3 months ago
  9. 3276608 Correctly document EqualValues behavior by Bracken Dawson · 3 months ago
  10. 8d4dcbb Merge pull request #1569 from stretchr/mock-more-AnythingOfTypeArgument-alternatives by Bracken · 3 months ago
  11. 8c324a0 mock: simpler deprecation doc for AnythingOfTypeArgument by Olivier Mengué · 3 months ago
  12. f32ff5b Merge pull request #1575 from stretchr/dependabot/github_actions/softprops/action-gh-release-2 by Olivier Mengué · 3 months ago
  13. e33bd6f build(deps): bump softprops/action-gh-release from 1 to 2 by dependabot[bot] · 3 months ago
  14. a9e6121 assert: handle []byte array properly by Kevin Burke · 4 months ago
  15. a61e9e5 Merge pull request #1588 from JonCrowther/fix-eventuallywithtf-example by Olivier Mengué · 4 months ago
  16. 4ec7678 Correct the EventuallyWithT and EventuallyWithTf example by Jonathan Crowther · 4 months ago
  17. 352d243 Merge pull request #1580 from JohnEndson/master by Bracken · 4 months ago
  18. 726249e Merge pull request #1582 from myxo/master by Bracken · 4 months ago
  19. d3dbb19 assert: make YAML dependency pluggable via build tags by Olivier Mengué · 5 months ago pluggable-yaml-package
  20. 17b83c5 Fix time.Time compare by myxo · 4 months ago
  21. a2fbbfe assert: fix typo in comment by JohnEndson · 4 months ago
  22. be3fbeb Merge pull request #1568 from stretchr/doc-testifylint by Olivier Mengué · 4 months ago
  23. edd74b2 Merge pull request #1433 from snirye/master by Olivier Mengué · 4 months ago
  24. 740a5e8 Suggest golangci-lint in README.md as well as doc.go by Bracken · 5 months ago
  25. 404159f Merge pull request #1566 from stretchr/assert-deprecate-CompareType by Olivier Mengué · 5 months ago
  26. a155d2a assert: restore CompareType, but mark it as deprecated by Olivier Mengué · 5 months ago assert-deprecate-CompareType
  27. 39442a4 assert: drop CompareType by Olivier Mengué · 5 months ago
  28. 74e1cbe assert: minor refactor of compareTwoValues tests by Olivier Mengué · 5 months ago
  29. a712990 assert: refactor Test_compareTwoValuesCorrectCompareResult by Olivier Mengué · 5 months ago
  30. da1e147 Merge branch 'master' into master by Snir Yehuda · 5 months ago
  31. 3c302f7 mock: improve doc (#1570) by Olivier Mengué · 5 months ago
  32. 1dedc83 Add testifylint to godocs too by Bracken Dawson · 5 months ago
  33. aca1890 mock: document more alternatives to deprecated AnythingOfTypeArgument by Olivier Mengué · 5 months ago
  34. bfa3ee9 Link out to the excellent testifylint by Bracken Dawson · 5 months ago
  35. f1b5324 assert.FunctionalOptions: fix go doc by Snir Yehuda · 1 year ago
  36. 632a260 Merge pull request #820 from TomWright/master by Olivier Mengué · 5 months ago
  37. cab2acc Do not get argument again unnecessarily in Arguments.Error() by Tom Wright · 4 years, 11 months ago
  38. edb8015 Merge pull request #1565 from stretchr/gitignore-test-binaries by Olivier Mengué · 5 months ago
  39. 89ffab0 Merge pull request #1562 from stretchr/make-tHelper-a-type-alias by Olivier Mengué · 5 months ago
  40. 8585d8d Add PanicAssertionFunc (#1337, #730) by Fahim Bagar · 5 months ago
  41. e5e7199 gitignore: ignore "go test -c" binaries by Olivier Mengué · 5 months ago
  42. 85fabe7 assert: make tHelper a type alias by Olivier Mengué · 5 months ago
  43. bb548d0 Merge pull request #1552 from stretchr/dependabot/go_modules/github.com/stretchr/objx-0.5.2 by Bracken · 5 months ago v1.9.0
  44. 814075f build(deps): bump github.com/stretchr/objx from 0.5.1 to 0.5.2 by dependabot[bot] · 5 months ago
  45. e045612 Merge pull request #1339 from bogdandrutu/uintptr by Bracken · 5 months ago
  46. 5b6926d Merge pull request #1385 from hslatman/not-implements by Bracken · 5 months ago
  47. 9f97d67 Merge pull request #1550 from stretchr/release-notes by Bracken · 5 months ago
  48. bcb0d3f Include the auto-release notes in releases by Bracken Dawson · 5 months ago release-notes
  49. fb770f8 Merge pull request #1247 from ccoVeille/typos by Bracken · 5 months ago
  50. 85d8bb6 fix typos in comments, tests and github templates by ccoVeille · 5 months ago
  51. e2741fa Merge pull request #1548 from arjunmahishi/msgAndArgs by Bracken · 5 months ago
  52. 6e59f20 http_assertions: assert that the msgAndArgs actually works in tests by Arjun Mahishi · 5 months ago
  53. 840f800 http_assertions: Include msgAndArgs is some of the existing tests by Arjun Mahishi · 5 months ago
  54. e65c014 Merge pull request #1248 from guettli/patch-1 by Bracken · 5 months ago
  55. 135b468 assert: honour the msgAndArgs provided in InEpsilon by Arjun Mahishi · 5 months ago
  56. ecdde72 http_assertions: honour the msgAndArgs provided with each assertion by Arjun Mahishi · 5 months ago
  57. 9f0ad86 Merge pull request #1517 from Lucaber/equalExportedValues-ptr by Bracken · 5 months ago
  58. 7c847e2 Merge pull request #1545 from hendrywiranto/update-setupgo-v5 by Bracken · 5 months ago
  59. 898b77d try to update to v5 by hendry.wiranto · 5 months ago
  60. 7caada5 Merge pull request #1540 from stretchr/build-badge by Bracken · 5 months ago
  61. e099480 Update the build status badge by Bracken Dawson · 5 months ago build-badge
  62. 4b9af26 Merge pull request #1538 from stretchr/issue-templates by Bracken · 5 months ago
  63. a5087d7 [chore] Issue templates: Add link to the discussion page by Arjun Mahishi · 5 months ago
  64. bd22f81 [chore] Issue templates: Switch from bold to H2 headings by Arjun Mahishi · 6 months ago
  65. 28efcd1 [chore] Fix typos and improve hints in the issue templates by Arjun Mahishi · 6 months ago
  66. fef12e7 Merge pull request #1537 from stretchr/fix-time-equal by Bracken · 6 months ago
  67. 5ed6120 [chore] Add issue templates by Arjun Mahishi · 6 months ago
  68. 7b3de08 Revert "assert: ObjectsAreEqual: use time.Equal for time.Time type" by Bracken Dawson · 6 months ago
  69. 14ffa90 Merge pull request #1535 from arjunmahishi/fix-suit-deadlock by Bracken · 6 months ago
  70. c41592b suite: fix deadlock in suite.Require()/Assert() by Arjun Mahishi · 6 months ago
  71. c719de3 Merge pull request #1331 from ianrose14/ianrose/assertexpectations-skipped by Bracken · 6 months ago
  72. 0e75f99 Merge pull request #1485 from kevinburkesegment/len-format by Bracken · 6 months ago
  73. 89c0872 try to do the whole format string by Kevin Burke · 9 months ago
  74. f6ed021 assert: shorten cases by Kevin Burke · 10 months ago
  75. f7fedd9 assert: better formatting for Len() error by Kevin Burke · 10 months ago
  76. 5911e38 Merge pull request #1531 from arjunmahishi/fix-equal-values by Bracken · 6 months ago
  77. 4c4d011 assert: Fix EqualValues to handle overflow/underflow by Arjun Mahishi · 6 months ago
  78. d25ac14 Merge pull request #1533 from brackendawson/maintainers by Bracken · 6 months ago
  79. d3b6816 Add emeritus I missed by Bracken Dawson · 6 months ago
  80. a67cee3 Update maintainers by Bracken Dawson · 6 months ago
  81. c3b0c9b Merge pull request #1502 from stretchr/suite-fix-reporting-of-panic-location by Sean Marciniak · 6 months ago
  82. 2be68b5 suite: fix recoverAndFailOnPanic to report at the right location by Olivier Mengué · 9 months ago
  83. b139300 Merge pull request #1450 from stretchr/CI-go1.21 by Olivier Mengué · 6 months ago
  84. c86e139 CI: add go 1.21 by Olivier Mengué · 12 months ago CI-go1.21
  85. 9b9a3b4 Merge pull request #1412 from stretchr/fix-flaky-TestEventuallyIssue805 by Sean Marciniak · 6 months ago
  86. 0feb1d9 Merge branch 'master' into fix-flaky-TestEventuallyIssue805 by Sean Marciniak · 6 months ago
  87. 648a793 Merge pull request #1416 from stretchr/mock-simplify-matcher-check by Sean Marciniak · 6 months ago
  88. 24e57f1 Merge pull request #1444 from stretchr/mock-refactor-TestIsArgsEqual by Sean Marciniak · 6 months ago
  89. 12f05f7 Merge pull request #1453 from stretchr/fix-1292-dep-cycle-with-objx by Sean Marciniak · 6 months ago
  90. 14d4b9b Merge pull request #1483 from stretchr/fix-1231-InEpsilonSlice-expected-actual-order by Sean Marciniak · 6 months ago
  91. 92533fa Merge pull request #1506 from stretchr/assert-simplify-isNil by Sean Marciniak · 6 months ago
  92. 1f53b4e Merge pull request #1505 from stretchr/more-unsafe.Pointer-tests by Sean Marciniak · 7 months ago
  93. 74a35d5 Support Pointer to Struct in EqualExportedValues by Luca Berneking · 8 months ago
  94. cbcc423 assert: simplify isNil implementation by Olivier Mengué · 9 months ago assert-simplify-isNil
  95. 858080f assert: more unsafe.Pointer tests by Olivier Mengué · 9 months ago
  96. db8608e suite: fix subtest names (fix #1501) (#1504) by Olivier Mengué · 9 months ago
  97. 331c520 Improve readability by Craig Davison · 9 months ago
  98. 5f48c62 address some review comments by Craig Davison · 1 year ago
  99. b7c378d captureTestingT.checkResultAndErrMsg by Craig Davison · 1 year ago
  100. 002647e TestErrorIs/TestNotErrorIs: check error contents by Craig Davison · 1 year ago