1. 839d9e9 Fix minor newline consistency issues in test files (#87) by Nick Miyake · 8 years ago main master
  2. 645ef00 doc tweaks by Dave Cheney · 8 years ago v0.8.0
  3. 7433cb0 fix line numbers in fmt tests by Dave Cheney · 8 years ago
  4. 3a4fafe Fix comment on WithMessage function (#86) by Nick Miyake · 8 years ago
  5. 1398fbc tests: fixed tests on 1.4. by fabstu · 8 years ago
  6. 162fea7 tests: added recursively trying out combinations of calls for %+v. by fabstu · 8 years ago
  7. 542b81d minor: refactored small loop by fabstu · 8 years ago
  8. 011399d Add WithStack and WithMessage tests by fabstu · 8 years ago
  9. 4f8d1cf Revert "Remove WithStack and WithMessage public functions" by Dave Cheney · 8 years ago
  10. a887431 Add Go 1.7.1 to Travis (#85) by Thomas de Zeeuw · 8 years ago
  11. 17b591d Fix the %q format for errors so it puts "" around the output (#83) by Nick Craig-Wood · 8 years ago v0.7.1
  12. a221380 remove incorrect comment by Dave Cheney · 8 years ago
  13. 9cadab9 Merge pull request #81 from pkg/withMessage-withStack by Dave Cheney · 8 years ago
  14. 1b876e0 Remove WithStack and WithMessage public functions by Dave Cheney · 8 years ago
  15. 777ed74 Destructure Wrap{,f} into WithStack(WithMessage(err, msg)) by Dave Cheney · 8 years ago
  16. 785921b Destructure New/Errorf by Dave Cheney · 8 years ago
  17. 2a9be18 Modify TestTrimGOPATH to ensure tests pass while vendored (#78) by Paul Robins · 8 years ago
  18. 1d2e603 errors: add a benchmark comparing stack trace performance (#74) by Daniel Theophanes · 8 years ago
  19. cc5fbb7 Documentation improvements (#69) by Alexey Palazhchenko · 8 years ago
  20. a2d6902 LICENSE: remove trailing newline (#61) by Vincent Batts · 8 years ago
  21. d62207b Capitalise first letter of trace. (#60) by Jon Gillham · 8 years ago
  22. cbd18b5 Fix %q format for wrapped errors (#58) by Darshan Shaligram · 8 years ago
  23. 0bc61eb Wrapper errors now print full stacktrace (#57) by Dave Cheney · 8 years ago
  24. 494e70f Rename StackTrace interface to stacktracer in docs and examples (#56) by Dave Cheney · 8 years ago
  25. 01fa410 Align code example documentation (#52) by Uwe Dauernheim · 8 years ago v0.7.0
  26. 73d71e4 Rename Stacktrace to StackTrace (#51) by Dave Cheney · 8 years ago
  27. 784931b rename errors.New parameter to message by Dave Cheney · 8 years ago
  28. 9a4f977 document extended format by Dave Cheney · 8 years ago
  29. 7896481 Extended stacktrace output (#49) by Dave Cheney · 8 years ago
  30. d4b5735 update README, reduce duplication with godoc by Dave Cheney · 8 years ago
  31. 7f46da0 update godoc by Dave Cheney · 8 years ago
  32. c5fe904 update godoc by Dave Cheney · 8 years ago
  33. 297d9e8 fix error in Stacktrace example by Dave Cheney · 8 years ago
  34. a5b220e Introduce errors.Stacktrace (#48) by Dave Cheney · 8 years ago
  35. d7cdef1 Remove Fprint (#47) by Dave Cheney · 8 years ago
  36. 874c0ec Reimplement Fprint in terms of fmt.Fprintf (#44) by Dave Cheney · 8 years ago
  37. 5776abf Remove deprecated Stack() []uintptr interface (#45) by Dave Cheney · 8 years ago
  38. 89edb63 Fix typo in comment (#46) by Matt Singletary · 8 years ago
  39. 3dc37da Reverse the order of Fprint output (#43) by Dave Cheney · 8 years ago
  40. c0c662e Use fmt.Formatter throughout (#40) by Dave Cheney · 8 years ago
  41. 4ffae16 Correct the licence reference in README.md (#42) by Anthony Fok · 8 years ago
  42. 2af433a Remove Message interface (#39) by Dave Cheney · 8 years ago
  43. d146efd relocate cause by Dave Cheney · 8 years ago
  44. 19140ea Remove deprecated Location interface by Dave Cheney · 8 years ago
  45. e23d6ed extract funcname helper, and add test by Dave Cheney · 8 years ago
  46. f22595b fix Stacktrace example by Dave Cheney · 8 years ago
  47. 2c9da72 fix typos by Dave Cheney · 8 years ago v0.6.0
  48. 3cdd332 Introduce Stacktrace and Frame (#37) by Dave Cheney · 8 years ago
  49. f45f2b7 add appveyor.yml (#36) by Dave Cheney · 8 years ago
  50. b700c3e fix typo by Dave Cheney · 8 years ago
  51. 431554f Remove errors.wrap helper by Dave Cheney · 8 years ago
  52. 936b5d7 renamed `cause` argument to `err` - fixes #32 (#33) by Mat Ryer · 8 years ago
  53. e8c2198 Make errors.stack comparable (#30) by Dave Cheney · 8 years ago v0.5.1
  54. abe54b4 Added more Stack tests by Dave Cheney · 8 years ago v0.5.0
  55. cc157cd Store the stack of the caller to New, Errorf, Wrap and Wrapf (#27) by Dave Cheney · 8 years ago
  56. eeffa13 update go 1.6 version by Dave Cheney · 8 years ago
  57. 567ccaa Split stack.Location into a private helper by Dave Cheney · 8 years ago
  58. 80cce0e Rename errors.location to errors.stack (#26) by Dave Cheney · 8 years ago
  59. daa1017 Refactor errors.location to be a stack of callers (#25) by Dave Cheney · 8 years ago
  60. d814416 update package description (#24) by Dave Cheney · 8 years ago v0.4.0
  61. 01fff4b Remove errors.Print (#23) by Dave Cheney · 8 years ago
  62. 502e17a Syntax coloring for Readme by Mustafa Akın · 8 years ago
  63. 0d62637 errors.go: "nor" -> "not" (typo fix) (#17) by Jud White · 8 years ago
  64. 42fa80f README.md: "nor" -> "not", backtick causer (#16) by Jud White · 8 years ago v0.3.0
  65. 7a0abd8 Add Errorf (#14) by Santiago Corredoira Lascaray · 8 years ago
  66. cd6e0b4 address spelling mistakes. Thanks @seh by Dave Cheney · 8 years ago
  67. 6526c1c update link to more detail by Dave Cheney · 8 years ago
  68. 7efa461 Fix spelling mistake in comment by Dave Cheney · 8 years ago
  69. 3612ec4 Remove the errors.e type (#11) by Dave Cheney · 8 years ago
  70. f85d45f Merge pull request #7 from umairidris/wrapf by Dave Cheney · 8 years ago v0.2.0
  71. 9a17912 Add Wrapf by Umair Idris · 8 years ago
  72. c86dfce Merge pull request #9 from ChrisHines/location-path-fix by Dave Cheney · 8 years ago
  73. 046fc14 Updates from code review. by Chris Hines · 8 years ago
  74. 665006f Infer compile time GOPATH from fn.Name(). by Chris Hines · 8 years ago
  75. ab94cc2 fix loc.Location, re-enable tip by Dave Cheney · 8 years ago
  76. 346b85b updated README by Dave Cheney · 8 years ago
  77. 1ada8c0 Merge pull request #3 from msoap/patch-1 by Dave Cheney · 8 years ago
  78. 326f4a4 Merge pull request #5 from umairidris/master by Dave Cheney · 8 years ago
  79. c94cbce gofmt and typo fix by Umair Idris · 8 years ago
  80. 44b1da7 Updated badge for godoc by Sergey Mudrik · 8 years ago
  81. d363daa add go report card by Dave Cheney · 8 years ago v0.1.0
  82. 1c843d4 spelling by Dave Cheney · 8 years ago
  83. bca5e19 readme by Dave Cheney · 8 years ago
  84. 326e08f godoc by Dave Cheney · 8 years ago
  85. d20a8b8 update readme by Dave Cheney · 8 years ago
  86. 4a91b9e Merge pull request #2 from enisoc/format-string by Dave Cheney · 8 years ago
  87. 44b2f1e Don't pass arbitrary strings as Errorf() format strings. by Anthony Yeh · 8 years ago
  88. 92a59f4 Update Readme by Dave Cheney · 8 years ago
  89. bb658ea Update readne by Dave Cheney · 8 years ago
  90. 9eacf05 update package doc by Dave Cheney · 8 years ago
  91. a15b27b fix second errors.New example by Dave Cheney · 8 years ago
  92. 109ee59 simplify pc by Dave Cheney · 8 years ago
  93. 258d126 skip tests on tip by Dave Cheney · 8 years ago
  94. 8f9a2e1 update travis.yml by Dave Cheney · 8 years ago
  95. 4df5f1c added example, fixed tests by Dave Cheney · 8 years ago
  96. a7f2be0 added godoc by Dave Cheney · 8 years ago
  97. e41b26d added travis CI badge by Dave Cheney · 8 years ago
  98. f5db181 more examples by Dave Cheney · 8 years ago
  99. b402999 more examples by Dave Cheney · 8 years ago
  100. 63e2913 update godoc badge by Dave Cheney · 8 years ago