1. 1632973 Add error content to master branch. by Gustavo Niemeyer · 10 years ago main master upstream/master
  2. 95981eb Add README.md by Gustavo Niemeyer · 10 years ago
  3. 30a6840 launchpad.net/gocheck => gopkg.in/check.v1 by Gustavo Niemeyer · 10 years ago
  4. 7001e3a Drop .bzrignore and Makefile. by Gustavo Niemeyer · 10 years ago
  5. 6cce186 Merge from trunk. by Gustavo Niemeyer · 10 years ago
  6. eb6ee6f Use readable time stamps on log messages. by Roger Peppe · 10 years ago
  7. 2368793 Fix panic traceback cutting. by Gustavo Niemeyer · 10 years ago
  8. 5368c0b Added -gocheck.work flag, analogous to go test -work by Gustavo Niemeyer · 10 years ago
  9. c9b0a80 reinstate ^ by Roger Peppe · 10 years ago
  10. 294310f revert gofmt of printer_test.go by Roger Peppe · 10 years ago
  11. e080fda gofmt by Roger Peppe · 10 years ago
  12. 9571945 merge trunk; by Roger Peppe · 10 years ago
  13. e54ca22 Fix LICENSE file to be Simplified BSD, as the web site claims. by Gustavo Niemeyer · 10 years ago
  14. 894c635 Re-run SetUpTest and TearDownTest while callibrating timing. by Gustavo Niemeyer · 11 years ago
  15. 10bfe05 Trivial tweaks after logger locking merge. by Gustavo Niemeyer · 11 years ago
  16. 495014f gocheck: serialize log writes by Dave Cheney · 11 years ago
  17. 9d38355 Add -gocheck.list flag. by Gustavo Niemeyer · 11 years ago
  18. bfab481 Merged trunk. by Gustavo Niemeyer · 11 years ago
  19. 11552f4 This fixes a bunch of failing tests on Windows. by John A Meinel · 11 years ago
  20. df04ba4 reverting to previous approach by Dave Cheney · 11 years ago
  21. a3853f5 responding to review feedback by Dave Cheney · 11 years ago
  22. 2e67dd4 wait for all workers to finish by Dave Cheney · 11 years ago
  23. ca76583 added serialisedWriter by Dave Cheney · 11 years ago
  24. af74eab gofmt by Roger Peppe · 12 years ago
  25. 80938f9 use 0:00:000 timestamps by Roger Peppe · 12 years ago
  26. 87cd250 merge trunk by Roger Peppe · 12 years ago
  27. b59a306 Fixed tests after change of test timer formatting. by Gustavo Niemeyer · 12 years ago
  28. a6ae344 Print test timings in seconds. by Gustavo Niemeyer · 12 years ago
  29. 3819dcd Finished integration of benchmarks! by Gustavo Niemeyer · 12 years ago
  30. 756e8e5 - Polished integration of benchmark code. by Gustavo Niemeyer · 12 years ago
  31. a758848 Internalized testing's benchmark.go. by Gustavo Niemeyer · 12 years ago
  32. f5929ab Now collecting benchmark methods. by Gustavo Niemeyer · 12 years ago
  33. a7521c2 add readable time stamps for log messages. go fmt. by Roger Peppe · 12 years ago
  34. 71b0e18 a little test by Roger Peppe · 12 years ago
  35. acbc271 go fmt by Roger Peppe · 12 years ago
  36. 9f56f86 changes in response to review by Roger Peppe · 12 years ago
  37. df3086d revert -gocheck.run to -gocheck.f by Roger Peppe · 12 years ago
  38. 2444dca add list flag by Roger Peppe · 12 years ago
  39. 91ccb34 Updated TODO. by Gustavo Niemeyer · 12 years ago
  40. 3b01352 Added HasLen checker. by Gustavo Niemeyer · 12 years ago
  41. 257b447 Improved multi-line representation. by Gustavo Niemeyer · 12 years ago
  42. eefdae2 Print leading comments for a given line as well. by Gustavo Niemeyer · 12 years ago
  43. 0ef35b5 - Renamed Bug to Commentf. - Print end-of-line comments next to the checks. by Gustavo Niemeyer · 12 years ago
  44. 15a30ec Added DeepEquals and Equals now matches the behavior of ==. by Gustavo Niemeyer · 12 years ago
  45. 55a05f2 Fix adding of expected failures count. by Gustavo Niemeyer · 12 years ago
  46. f6a24a9 Fixed tests and implemented support for logging multi-line strings. by Gustavo Niemeyer · 12 years ago
  47. 884dd14 Fix errors to print their string values. by Roger Peppe · 12 years ago
  48. 5012cda Ported to current weekly. by Gustavo Niemeyer · 13 years ago
  49. 5aea3a7 fmt.Stringer is better than custom interface. by Roger Peppe · 13 years ago
  50. a6bb934 make error print their strings as well as values. by Roger Peppe · 13 years ago
  51. c1f6926 - *C now has an Output method matching the log.Logger interface. by Gustavo Niemeyer · 13 years ago
  52. 658635c Mutate name/params in ErrorMatches checker so the actual matched string by Gustavo Niemeyer · 13 years ago
  53. e75c464 Merged error-fixes branch by Roger Peppe. by Gustavo Niemeyer · 13 years ago
  54. d1f68dd changes in response to review. by Roger Peppe · 13 years ago
  55. e076964 Fixes for changes to error type. by Roger Peppe · 13 years ago
  56. 25bfe07 Fixed regexps in tests to use (?s). by Gustavo Niemeyer · 13 years ago
  57. 19301ed Fix receiver name logging for r60. by Gustavo Niemeyer · 13 years ago
  58. dd50348 Fix 45 failing tests on Windows. by John Arbash Meinel · 13 years ago
  59. cbdd565 Ignore the windows executable files by John Arbash Meinel · 13 years ago
  60. 30bc90d Removed gotos that were rendered invalid recently. by Gustavo Niemeyer · 13 years ago
  61. 629f604 Ported to weekly. Added Panics, FitsTypeOf, Implements. by Gustavo Niemeyer · 13 years ago
  62. 7b2d3d1 Updated to Go weekly. by Gustavo Niemeyer · 13 years ago
  63. 0c7a606 gofmt by Gustavo Niemeyer · 13 years ago
  64. eb5a5ca Fix printer after change in Open() (not yet compatible with the current weekly). by Gustavo Niemeyer · 13 years ago
  65. ffc9799 Namespace all flags under -gocheck.*. by Gustavo Niemeyer · 13 years ago
  66. 0a454d9 CaseClause and TypeCaseClause have been merged in Go, by Juhani Ahman. by Gustavo Niemeyer · 13 years ago
  67. fc96309 CaseClause and TypeCaseClause have been merged in the new Go release. by Juhani Ahman · 13 years ago
  68. 2ec1a84 Qualified package as launchpad.net/gocheck. by Gustavo Niemeyer · 13 years ago
  69. fcc4eda - Fixed printer test problems introduced by gofmting the file. by Gustavo Niemeyer · 13 years ago
  70. bac4870 Updated TODO file. by Gustavo Niemeyer · 13 years ago
  71. a6e05a0 Show the source code of failing tests on errors. by Gustavo Niemeyer · 13 years ago
  72. 2f30592 Introduced line printer using the go package, so that the full statement by Gustavo Niemeyer · 13 years ago
  73. bc42758 Minor change in the formatting of failures: by Gustavo Niemeyer · 13 years ago
  74. af184e2 Fixed IsNil with values that may actually be zero (int, uint, etc). by Gustavo Niemeyer · 13 years ago
  75. 9b3d611 Improved Skip documentation. by Gustavo Niemeyer · 13 years ago
  76. 3046ef0 Updated TODO. by Gustavo Niemeyer · 13 years ago
  77. 1973cb8 Minor formatting improvements. by Gustavo Niemeyer · 13 years ago
  78. a6c3fd5 Log expected failures in verbose mode, and present them in the status line. by Gustavo Niemeyer · 13 years ago
  79. d471857 Implemented test skipping. by Gustavo Niemeyer · 13 years ago
  80. 1bd1a73 make gofmt by Gustavo Niemeyer · 13 years ago
  81. 7166554 Added gofmt target to Makefile. by Gustavo Niemeyer · 13 years ago
  82. 6278356 - Implemented support for super verbose mode without caching through by Gustavo Niemeyer · 13 years ago
  83. 281f40d Refactored reporting (writing to output) out of the result tracker and into by Gustavo Niemeyer · 13 years ago
  84. a3c39e2 Removed obsolete Assert*(a, b) helper methods. Use the new checker-based by Gustavo Niemeyer · 13 years ago
  85. d9e545a Implemented support for -v1 flag to display all passing tests as well. by Gustavo Niemeyer · 13 years ago
  86. 2028067 - Use a bytes.Buffer for the log now. by Gustavo Niemeyer · 13 years ago
  87. cea0917 Some tests were still using the old "gocheck/local" submodule by mistake. by Gustavo Niemeyer · 14 years ago
  88. 3b013b8 Fixed struct comparisons with the Equals checker. by Gustavo Niemeyer · 14 years ago
  89. 8c59dee Moving license file to its own file, to avoid poluting the by Gustavo Niemeyer · 14 years ago
  90. 0511782 Minor: renamed the "expected" parameter to "args" in Assert() and Check(). by Gustavo Niemeyer · 14 years ago
  91. 85dca2e Removed gocheck/local package and moved things there into gocheck itself. by Gustavo Niemeyer · 14 years ago
  92. 2b6d749 Merging back license information. by Gustavo Niemeyer · 14 years ago
  93. 8c56514 Merging checkers branch. by Gustavo Niemeyer · 14 years ago
  94. ab36991 Moving source code out of src once more, to help godoc results. by Gustavo Niemeyer · 14 years ago
  95. f353244 - All internal tests now use Assert() and Check(). by Gustavo Niemeyer · 14 years ago
  96. ea47494 Feature parity between Assert*() and Assert(,*,). by Gustavo Niemeyer · 14 years ago
  97. b3effdb Implemented support for Check(a, checker, b) and Assert(a, checker, b). by Gustavo Niemeyer · 14 years ago
  98. a65bbc3 Initial implementation of the checkers concept. by Gustavo Niemeyer · 14 years ago
  99. 761c5a6 Fixed Makefile format target to point to the right files. by Gustavo Niemeyer · 14 years ago
  100. dd6ae4f Added license information. by Gustavo Niemeyer · 14 years ago