1. 54a9448 Merge pull request #60 from tlm/as-type-support by Thomas Miller · 1 year, 10 months ago master v1 v1.0.0
  2. a4ce23d Adds AsType & HasType and removes IsType. by Thomas Miller · 1 year, 10 months ago
  3. 0ebb696 Merge pull request #59 from tlm/shush-errors by Thomas Miller · 1 year, 10 months ago
  4. 54eecbc Adds a shush method to the library and IsType. by Thomas Miller · 1 year, 10 months ago
  5. b38fca4 Merge pull request #57 from tlm/wrapping-features by Thomas Miller · 2 years, 1 month ago
  6. 5ed85fd Independent SetLocation and WithType for errors. by Thomas Miller · 2 years, 1 month ago
  7. 6664a20 Merge pull request #56 from tlm/fix-error-wrap-panic by Thomas Miller · 2 years, 1 month ago
  8. 0a6bdef Fixes panics found in Juju for nil errors. by Thomas Miller · 2 years, 1 month ago
  9. d8c5072 Merge pull request #54 from barrettj12/const-error by Thomas Miller · 2 years, 1 month ago
  10. bfc714f Small test fixes by barrettj12 · 2 years, 1 month ago
  11. 3358cdf Remove superfluous else by barrettj12 · 2 years, 1 month ago
  12. cb158cc Change `errortypes_test.go` to use `Is` by barrettj12 · 2 years, 1 month ago
  13. 28df63d Make `NewX` functions use new `locationError` by barrettj12 · 2 years, 1 month ago
  14. bbd04d0 Merge pull request #55 from barrettj12/gh-action by Thomas Miller · 2 years, 1 month ago
  15. 29ec115 [ci] get Go version manually by barrettj12 · 2 years, 1 month ago
  16. 9cb2b64 Fix typo `pull_request` by barrettj12 · 2 years, 1 month ago
  17. 93ba0dc Add GitHub Action to run `go test` by barrettj12 · 2 years, 1 month ago
  18. 7d6b7f3 Change error types to use new ConstError by barrettj12 · 2 years, 1 month ago
  19. 98dd67c Merge pull request #53 from tlm/test-fixes by Thomas Miller · 2 years, 1 month ago
  20. 4785cb0 Updates SetLocation functionality to work with mod. by Thomas Miller · 2 years, 1 month ago
  21. e10eb17 Merge pull request #52 from barrettj12/match-std-lib by Juju bot · 2 years, 1 month ago
  22. a1ac65d Add tests for `Is` and `As` by Jordan Barrett · 2 years, 1 month ago
  23. b7b0f73 fixes per comments by Jordan Barrett · 2 years, 1 month ago
  24. d67ae0e Add unit tests by Jordan Barrett · 2 years, 1 month ago
  25. 4411fa5 Add Unwrap, Is, As proxies for std lib functions by Jordan Barrett · 2 years, 1 month ago
  26. dd6e3c7 Change functions.go/Unwrap to alias standard lib by Jordan Barrett · 2 years, 1 month ago
  27. 95ff7d6 Add `Unwrap` method & function by Jordan Barrett · 2 years, 1 month ago
  28. 1b7da78 Merge pull request #51 from tlm/remove-juju-testing by Harry Pidcock · 2 years, 2 months ago
  29. 455b1a9 Removes juju/testing from requires. by Thomas Miller · 2 years, 2 months ago
  30. bd733f3 Merge pull request #49 from wallyworld/go-1.17 by Ian Booth · 2 years, 3 months ago
  31. 83c7f80 Refresh deps and use go 1.17 by Ian Booth · 2 years, 3 months ago
  32. 5560c4c Merge pull request #48 from achilleasa/add-not-yet-available-error by Juju bot · 2 years, 8 months ago
  33. 33ccc77 Enable go mod support by Achilleas Anagnostopoulos · 2 years, 8 months ago
  34. 185247f Fix check target (vet) in Makefile by Achilleas Anagnostopoulos · 2 years, 8 months ago
  35. 6bf4782 Define NotYetAvailable error type by Achilleas Anagnostopoulos · 2 years, 8 months ago
  36. 3fe2366 Merge pull request #45 from achilleasa/introduce-quota-limit-exceeded-error by Juju bot · 4 years, 1 month ago
  37. 0376ca5 Introduce QuotaLimitExceeded error by Achilleas Anagnostopoulos · 4 years, 1 month ago
  38. d42613f Merge pull request #44 from Jason-Cooke/patch-1 by Juju bot · 4 years, 7 months ago
  39. a8cd8a6 docs: fix typos by Jason Cooke · 4 years, 7 months ago
  40. 0232dcc Merge pull request #43 from temoto/master by Juju bot · 4 years, 9 months ago
  41. 399c6ab configurable source trim prefix, default $GOPATH/src by Sergey Shepelev · 4 years, 10 months ago
  42. e65537c Merge pull request #33 from spring1843/keep-go-doc-happy by Juju bot · 5 years ago
  43. 6cf86ea Merge branch 'master' into keep-go-doc-happy by Tim Penhey · 5 years ago
  44. cfcc2fd Merge pull request #39 from spring1843/patch-1 by Juju bot · 5 years ago
  45. a3aa3ff Fix typo by Yasser Abdolmaleki · 5 years ago
  46. 1f40519 make docs injects the godoc badge instead of replacing it by Yasser Abdolmaleki · 5 years ago
  47. b9ad355 Better verbiage for Cause by Yasser Abdolmaleki · 5 years ago
  48. 4cf0e70 Merge branch 'master' of https://github.com/juju/errors into keep-go-doc-happy by Yasser Abdolmaleki · 5 years ago
  49. 089d3ea Merge pull request #38 from rogpeppe/004-fix-format by Juju bot · 5 years ago
  50. feabb1a fix Err.Format by Roger Peppe · 5 years ago
  51. a4583d0 Merge pull request #37 from temoto/patch-1 by Juju bot · 6 years ago
  52. d9e4712 typo by Sergey Shepelev · 6 years ago
  53. 22422da Merge pull request #36 from ycliuhw/fix/enhance-gopath-get by Juju bot · 6 years ago
  54. c666b1f consider win os path seperator by Kelvin Liu · 6 years ago
  55. cac99a6 made get gopath more accurate by Kelvin Liu · 6 years ago
  56. 812b06a Merge pull request #34 from gertcuykens/master by Juju bot · 6 years ago
  57. c360483 Merge pull request #35 from howbazaar/update-for-lander by Juju bot · 6 years ago
  58. 09395b6 Update for lander. by Tim Penhey · 6 years ago
  59. 1e303e3 add timeout err by Gert Cuykens · 6 years ago
  60. c7d06af Merge pull request #32 from spring1843/fmt-file by Juju bot · 7 years ago
  61. 6ad2e42 Start comments with the name of the element it describes by spring1843 · 7 years ago
  62. d7079b7 Go fmt errortypes_test.go by spring1843 · 7 years ago
  63. 6bffea7 Merge pull request #31 from hiveminded/master by Juju bot · 7 years ago
  64. 16185af misspell fix on functions.go by Bill Q · 7 years ago
  65. a3edbf4 Merge pull request #30 from geoffreybauduin/forbidden by Juju bot · 7 years ago
  66. 4c22ccd Add forbidden error by Geoffrey Bauduin · 7 years ago
  67. 8234c82 Merge pull request #28 from mmikulicic/master by Juju bot · 7 years ago
  68. 4016089 Fix %+v formatter by Marko Mikulicic · 7 years ago
  69. 04cfa6b Print the stack trace when formatting with %+v by Marko Mikulicic · 8 years ago
  70. 6f54ff6 Merge pull request #25 from davecheney/fixedbugs/1580391 by Juju bot · 8 years ago
  71. f94f6e4 fixes LP 1580391 by Dave Cheney · 8 years ago
  72. b2c7a7d Merge pull request #24 from jmoiron/master by Juju bot · 8 years ago
  73. 797449f fix bug on 1.4.x with chained imports by Jason Moiron · 8 years ago
  74. b152fd7 Merge pull request #23 from lysu/master by Juju bot · 8 years ago
  75. 8a87052 revert and will take look at this problem next time. by lysu · 8 years ago
  76. d852291 add testcase for NewErrWithCause method. by lysu · 8 years ago
  77. 449d822 fix unpass testcase by lysu · 8 years ago
  78. a8e12e6 add NewErrWithCause method to construct err with cause, and setLocation by our self by lysu · 8 years ago
  79. 1b5e39b Merge pull request #21 from rogpeppe/002-more-errors by Juju bot · 9 years ago
  80. d6f5dbe add bad request and method not allowed errors by Roger Peppe · 9 years ago
  81. 4567a5e Merge pull request #19 from cherylj/license_master by Juju bot · 9 years ago
  82. e0ea234 LGPL v3 License by Cheryl Jennings · 9 years ago
  83. 036046b Merge pull request #16 from mattyw/minor-panic-fix by fwereade · 9 years ago
  84. 9cc96a0 Merge pull request #17 from axw/errors-notassigned by Tim Penhey · 9 years ago
  85. 9b362ce Add "NotAssigned" error type by Andrew Wilkins · 9 years ago
  86. 2719506 tiny fix I found in the course of yak shaving by mattyw · 9 years ago
  87. c3aaee4 Merge pull request #15 from axw/notprovisioned-error by Andrew Wilkins · 9 years ago
  88. 5b48127 errors: move NotProvisioned from juju/juju/state by Andrew Wilkins · 9 years ago
  89. 7a74894 Merge pull request #14 from aznashwan/user-not-found by Dimiter Naydenov · 9 years ago
  90. 370760d Added UserNotFound error type. by aznashwan · 9 years ago
  91. fde0386 Merge pull request #13 from howbazaar/stacktrace-method by Tim Penhey · 9 years ago
  92. 125aa41 Update docs. by Tim Penhey · 9 years ago
  93. f4b4e1a Rename the ErrorStack method to StackTrace. by Tim Penhey · 9 years ago
  94. 3c8fdb5 Update docs, add a godoc link. by Tim Penhey · 9 years ago
  95. 99fa0c0 Add an ErrorStack method so it can be checked through an interface. by Tim Penhey · 9 years ago
  96. 8c37432 Merge pull request #12 from howbazaar/remove-loggo-dependency by Tim Penhey · 9 years ago
  97. 5c7bffb Remove the dependency on loggo. by Tim Penhey · 9 years ago
  98. c0df0ec Merge pull request #11 from tt/fix-example by Tim Penhey · 9 years ago
  99. c1b68c8 Add required error parameter by Troels Thomsen · 9 years ago
  100. 9388cab Merge pull request #10 from howbazaar/refactor by Tim Penhey · 10 years ago