1. 51421b9 mockgen: use Controller.Helper() in generated mocks by poy · 7 years ago v1.2.0
  2. b2f8551 gomock: export TestHelper and Controller.T by poy · 7 years ago
  3. 5f3a40b mockgen: Added support for dot imports by Andreas Schneider · 7 years ago
  4. bcb66aa Move test artifacts to internal packages (#243) by Andrew Poydence · 7 years ago
  5. 362bc29 "golang.org/x/net/context" was replaced to "context" package by Alex Zemlyakov · 7 years ago
  6. df19b5a Merge pull request #237 from poy/end-18-19 by Hesky Fisher · 7 years ago
  7. db82027 end support for go 1.7 and go 1.8 by poy · 7 years ago
  8. bcfe3c1 Merge pull request #232 from poy/readme-stub by Hesky Fisher · 7 years ago
  9. 03ad011 README: adds section on setting up mock and stub by poy · 7 years ago
  10. 49a6024 Merge pull request #224 from poy/poy-patch-1 by Hesky Fisher · 7 years ago
  11. 0df10f3 Add godoc badge and refactor README.md links by Andrew Poydence · 7 years ago
  12. 8a44ef6 Merge pull request #217 from gliptak/patch-2 by Hesky Fisher · 7 years ago
  13. 087633c Add Go 1.11 to Travis by Gábor Lipták · 7 years ago
  14. 600781d Merge pull request #205 from dmitris/no-update-mocks by Hesky Fisher · 7 years ago
  15. 0072d85 fix outdated reference to update_mock.sh script by Dmitry Savintsev · 7 years ago
  16. 5f7a438 Merge pull request #195 from theherk/mkdir by Hesky Fisher · 7 years ago
  17. 503ea99 Create the path at which mock will be generated by Adam Sherwood · 7 years ago
  18. 22bbf0d Merge pull request #184 from golang/output by Hesky Fisher · 8 years ago
  19. c4f5911 Use a temp file to communicate with the reflect program. by Hesky Fisher · 8 years ago
  20. 87f106f fix command to install mockgen by Hesky Fisher · 8 years ago
  21. 8b2eeeb Merge pull request #140 from msabramo/AssignableToTypeOfMatcher by Hesky Fisher · 8 years ago
  22. c34cdb4 Merge pull request #170 from golang/iss102 by Hesky Fisher · 8 years ago v1.1.1
  23. b391ab3 Fix output for empty interfaces. Added a test. by Hesky Fisher · 8 years ago
  24. 44f7022 Merge pull request #169 from golang/iss29 by Hesky Fisher · 8 years ago
  25. 9f324bb Support internal directories. Add a test. Also fix an existing test. by Hesky Fisher · 8 years ago
  26. c5c5a8f Merge pull request #168 from golang/ci by Hesky Fisher · 8 years ago
  27. 843334e Update the set of versions of go we test against. by Hesky Fisher · 8 years ago
  28. 485faf3 Merge pull request #167 from golang/iss166 by Hesky Fisher · 8 years ago v1.1.0
  29. 42764bf Fix a bug introduced in https://github.com/golang/mock/commit/bdab6673987ac44bb2e2d2ab121f7c6d46640bc4 that broke mocking interfaces with vendored dependencies in source mode. by Hesky Fisher · 8 years ago
  30. c4148b8 Add a (failing) test case for using source mode to mock something that depends on a vendored package. by Hesky Fisher · 8 years ago
  31. 69521b3 Merge pull request #165 from golang/variadic by Hesky Fisher · 8 years ago
  32. 0bea072 Fix variadic argument matching by Hesky Fisher · 8 years ago
  33. 960a6ff Merge pull request #164 from golang/iss77 by Hesky Fisher · 8 years ago
  34. d18e8e0 fix parse_test.go by Hesky Fisher · 8 years ago
  35. 517093c add a description for the test by Hesky Fisher · 8 years ago
  36. 992f6b2 Fix #77 by Hesky Fisher · 8 years ago
  37. 0d6884b Merge pull request #157 from hypnoglow/fix-mockgen-custom-import-paths by Hesky Fisher · 8 years ago v1.0.1
  38. bdab667 Fix mockgen for package name not matching import path by Igor Zibarev · 8 years ago
  39. 58cd061 Merge pull request #28 from Clever/support-vendored-dependencies by Hesky Fisher · 8 years ago
  40. 77f22c2 add test by Rafael Garcia · 8 years ago
  41. 208c772 support mocking vendored dependencies by Rafael Garcia · 8 years ago
  42. 2381297 New matcher: gomock.AssignableToTypeOf by Marc Abramowitz · 8 years ago
  43. b3e60bc Merge pull request #62 from fische/master by Hesky Fisher · 8 years ago
  44. ef9eee9 Merge branch 'master' of github.com:golang/mock by Maxime Fischer · 8 years ago
  45. f67f708 Merge pull request #133 from pasztorpisti/detect-double-controller-finish-calls by Hesky Fisher · 8 years ago
  46. fb2ea34 Merge pull request #135 from notbdu/master by Hesky Fisher · 8 years ago
  47. 50c8b42 aux -> faux by Bo Du · 8 years ago
  48. 2a339a9 Fatal on duplicate Controller.Finish call by pasztorpisti · 8 years ago
  49. 87a9151 Merge pull request #99 from anfernee/master by Hesky Fisher · 8 years ago
  50. 8c3d3c6 Merge pull request #134 from notbdu/master by Hesky Fisher · 8 years ago
  51. 1f83750 Add bugreport. by Bo Du · 8 years ago
  52. 3fb8fce Fix resolving embedded interfaces in aux files. by Bo Du · 8 years ago
  53. 747e9e6 Merge pull request #112 from mariusstaicu/custom-mock-names by Hesky Fisher · 8 years ago
  54. 74246a2 Merge pull request #131 from aristanetworks/master by Hesky Fisher · 8 years ago
  55. fddc061 Use c.methodType.NumIn() to figure out which args are variadic by Aaron Beitch · 8 years ago
  56. 21d77af Fix panic during varargs matching by Aaron Beitch · 8 years ago
  57. a18247b Merge pull request #129 from golang/exhausted by Hesky Fisher · 8 years ago
  58. d14d653 Update newCall to create the default actions. by Hesky Fisher · 8 years ago
  59. a81717a Merge branch 'master' of github.com:golang/mock by Hesky Fisher · 8 years ago
  60. 0a13753 Merge pull request #127 from golang/varargs by Hesky Fisher · 8 years ago
  61. bbfe5cf Merge pull request #126 from golang/actions by Hesky Fisher · 8 years ago
  62. ffa9b6e Add a useful error message for when a call to the mock doesn't match any expected calls because they have been exhausted. by Hesky Fisher · 8 years ago
  63. f174a30 Fix varargs matching. by Hesky Fisher · 8 years ago
  64. 2852bb8 Fix a very silly mistake. Move v.Call out of the loop. by Hesky Fisher · 8 years ago
  65. 8321731 Add DoAndReturn as a complement to Do that does not ignore its return values. by Hesky Fisher · 8 years ago
  66. 0284397 Merge branch 'master' into custom-mock-names by Marius Staicu · 8 years ago
  67. bc51ef9 Merge branch 'master' of https://github.com/golang/mock by Marius Staicu · 8 years ago
  68. 61503c5 Merge pull request #120 from jeking3/expand-travis by Hesky Fisher · 8 years ago
  69. d9a3d2f add travis ci builds for patches as well as 1.6 to detect backwards compatibility issues by James E. King, III · 8 years ago
  70. a3170a5 Merge pull request #121 from golang/context by Hesky Fisher · 8 years ago
  71. e4a9bdc Replace context with golang.org/x/net/context by Hesky Fisher · 8 years ago
  72. 936eed8 Merge pull request #118 from jeking3/fix-context-back-compat by Hesky Fisher · 8 years ago
  73. 905674e fix backwards compatibility with golang < 1.7 by James E. King, III · 8 years ago
  74. 7c4ea58 Merge remote-tracking branch 'origin/master' into custom-mock-names by Marius Staicu · 8 years ago
  75. 71dd985 Merge branch 'master' of https://github.com/golang/mock by Marius Staicu · 8 years ago
  76. 5174bda Merge branch 'master' of https://github.com/golang/mock into custom-mock-names by Marius Staicu · 8 years ago
  77. 6e20fef Merge pull request #111 from abbot/withcontext by Hesky Fisher · 8 years ago
  78. e95d779 Merge pull request #2 from mariusstaicu/custom-mock-names by Marius Staicu · 8 years ago
  79. c08186c Merge remote-tracking branch 'origin/master' into custom-mock-names by Marius Staicu · 8 years ago
  80. 166962c - modified flag name to be on par with others by Marius Staicu · 8 years ago
  81. ffbb772 Merge remote-tracking branch 'origin/master' by Marius Staicu · 8 years ago
  82. 94ac117 Merge branch 'master' of https://github.com/golang/mock into custom-mock-names by Marius Staicu · 8 years ago
  83. 3fabe93 Merge pull request #1 from mariusstaicu/custom-mock-names by Marius Staicu · 8 years ago
  84. 4887ba1 Merge pull request #101 from hori-ryota/feature/fix-variadic-mock by Hesky Fisher · 8 years ago
  85. df8ec80 Merge branch 'master' into feature/fix-variadic-mock by hori-ryota · 8 years ago
  86. 7dc66f5 refactor messages by hori-ryota · 8 years ago
  87. 2b473a1 Merge pull request #113 from bhcleek/call-site by Hesky Fisher · 8 years ago
  88. 73b8d2c Merge pull request #114 from gliptak/patch-1 by Hesky Fisher · 8 years ago
  89. d75add2 Add Go 1.9 to Travis by Gábor Lipták · 8 years ago
  90. 0ee1ab2 mark gomock functions as test helpers by Billie Cleek · 8 years ago
  91. 87106cf - fixed flag description by Marius Staicu · 8 years ago
  92. ab0f0fc - applied go fmt by Marius Staicu · 8 years ago
  93. b8cf2c9 - possibility to specify custom mock names by Marius Staicu · 8 years ago
  94. b219c2d Disable TestConcurrentFails. by Lev Shamardin · 8 years ago
  95. da057c5 gomock.WithContext: controller with a context which is cancelled on Fatals. by Lev Shamardin · 8 years ago
  96. c7d0ee7 Merge pull request #108 from Clever/test-callset-remove-preserve-ordering by Hesky Fisher · 8 years ago
  97. 6e23395 silence golint errors in gomock/call.go by Nate Brennand · 8 years ago
  98. 2ee3d4d add tests for callSet Add & Remove by Nate Brennand · 8 years ago
  99. cd1f5ca Merge pull request #107 from Clever/retain-expected-call-order by Hesky Fisher · 8 years ago
  100. 9575afe retain ordering of expected calls by Nate Brennand · 8 years ago