Sign in
chromium
/
external
/
github.com
/
pkg
/
errors
/
HEAD
5dd12d0
AddingPowerSupport_CI/Testing (#234)
by santosh653
· 4 years, 9 months ago
master
614d223
Revert "Support Go 1.13 error chains in `Cause` (#215)" (#220)
by Adrian Perez
· 6 years ago
v0.9.1
49f8f61
Support Go 1.13 error chains in `Cause` (#215)
by Jay Petacat
· 6 years ago
v0.9.0
004deef
remove unnecessary use of fmt.Sprintf (#217)
by Adrian Perez
· 6 years ago
6d954f5
feat: support std errors functions (#213)
by Sherlock Holo
· 6 years ago
7f95ac1
Add support for Go 1.13 error chains (#206)
by Jay Petacat
· 6 years ago
91f1693
travis.yml: add Go 1.13
by aperezg
· 6 years ago
ca0248e
fix travis, 1.10 doesnt support by unconvert anymore
by aperezg
· 6 years ago
27936f6
travis.yml: add Go 1.12 (#200)
by Dave Cheney
· 7 years ago
856c240
Add json.Marshaler support to the Frame type. (#197)
by Jonathan Hall
· 7 years ago
ffb6e22
Reduce allocations in StackTrace.Format (#194)
by Dave Cheney
· 7 years ago
565c8d0
Merge pull request #193 from pkg/fixedbugs/188
by Dave Cheney
· 7 years ago
e9933c1
Restore performance improvements from #150
by Dave Cheney
· 7 years ago
ee1923e
Return errors.Frame to a uintptr
by Dave Cheney
· 7 years ago
72fa05e
errors: detect unknown frames correctly (#192)
by Keith Randall
· 7 years ago
c38ea53
Remove errors.Frame to runtime.Frame conversions (#189)
by Dave Cheney
· 7 years ago
c9e70be
Makefile: switch to staticcheck (#187)
by Dave Cheney
· 7 years ago
998beaf
Merge branch 'cstockton-master'
by Dave Cheney
· 7 years ago
ee4766c
Fix error during merge
by Dave Cheney
· 7 years ago
25793ca
Merge branch 'master' of ssh://github.com/cstockton/errors into cstockton-master
by Dave Cheney
· 7 years ago
584cbac
Remove checks for old style anon funcs (#186)
by Dave Cheney
· 7 years ago
42ce1b6
Remove Frame methods (#185)
by Dave Cheney
· 7 years ago
308074f
Merge branch 'bep-patch-1'
by Dave Cheney
· 7 years ago
937e8c5
gofmt -w
by Dave Cheney
· 7 years ago
c1bc528
Merge branch 'master' into patch-1
by Dave Cheney
· 7 years ago
e19cb69
Remove last reference to runtime.FuncForPC (#184)
by Dave Cheney
· 7 years ago
4f47277
Switch to runtime.CallersFrames (#183)
by Dave Cheney
· 7 years ago
537896a
travis: remove Go 1.8 and earlier (#182)
by Dave Cheney
· 7 years ago
31aac83
travis: use Makefile (#181)
by Dave Cheney
· 7 years ago
5ac96ae
Update README.md
by Dave Cheney
· 7 years ago
ba968bf
gofmt -w errors.go (#179)
by Tariq Ibrahim
· 7 years ago
v0.8.1
059132a
Update .travis.yml (#168)
by Komu Wairagu
· 7 years ago
d58f942
Bump Travis versions (#172)
by Harald Nordgren
· 7 years ago
6ed0a2e
Fix StackTrace print example
by Bjørn Erik Pedersen
· 7 years ago
2233dee
Copyedit the package documentation (#135)
by Steven E. Harris
· 7 years ago
e981d1a
Add WithMessagef function (#118)
by Dariusz Jedrzejczyk
· 7 years ago
c059e47
fixed spelling (#156)
by Eldar Rakhimberdin
· 7 years ago
816c908
travis.yml: add Go 1.10 (#154)
by Dave Cheney
· 7 years ago
e1ac100
reduce allocations when printing stack traces (#149)
by Chris Stockton
· 8 years ago
30136e2
Remove deadcode (#146)
by Mark Ayers
· 8 years ago
e881fd5
Fix minor typo in README.md (#142)
by Tom Sweeney
· 8 years ago
8842a6e
Add badge for number of dependent libraries (#109)
by Nick Snyder
· 8 years ago
e4f5060
Fix doc comment for exported Format func (#137)
by Tibor Benke
· 8 years ago
f15c970
Remove an unused argument of utility test func (#139)
by haya14busa
· 8 years ago
2b3a18b
travis: add 1.9.x to go versions (#133)
by Davor Kapsa
· 8 years ago
c605e28
Add doc comment for exported Format func (#115)
by Matthew Hardwick
· 8 years ago
ff09b13
Bump Go versions, use latest patch releases (#110)
by Alexey Palazhchenko
· 8 years ago
bfd5150
Move benchmark assigned err to global exported variable (#106)
by Bradley Falzon
· 9 years ago
248dadf
Bump Go versions (#91)
by Alexey Palazhchenko
· 9 years ago
839d9e9
Fix minor newline consistency issues in test files (#87)
by Nick Miyake
· 9 years ago
645ef00
doc tweaks
by Dave Cheney
· 9 years ago
v0.8.0
7433cb0
fix line numbers in fmt tests
by Dave Cheney
· 9 years ago
3a4fafe
Fix comment on WithMessage function (#86)
by Nick Miyake
· 9 years ago
1398fbc
tests: fixed tests on 1.4.
by fabstu
· 9 years ago
162fea7
tests: added recursively trying out combinations of calls for %+v.
by fabstu
· 9 years ago
542b81d
minor: refactored small loop
by fabstu
· 9 years ago
011399d
Add WithStack and WithMessage tests
by fabstu
· 9 years ago
4f8d1cf
Revert "Remove WithStack and WithMessage public functions"
by Dave Cheney
· 9 years ago
a887431
Add Go 1.7.1 to Travis (#85)
by Thomas de Zeeuw
· 9 years ago
17b591d
Fix the %q format for errors so it puts "" around the output (#83)
by Nick Craig-Wood
· 9 years ago
v0.7.1
a221380
remove incorrect comment
by Dave Cheney
· 9 years ago
9cadab9
Merge pull request #81 from pkg/withMessage-withStack
by Dave Cheney
· 9 years ago
1b876e0
Remove WithStack and WithMessage public functions
by Dave Cheney
· 9 years ago
777ed74
Destructure Wrap{,f} into WithStack(WithMessage(err, msg))
by Dave Cheney
· 9 years ago
785921b
Destructure New/Errorf
by Dave Cheney
· 9 years ago
2a9be18
Modify TestTrimGOPATH to ensure tests pass while vendored (#78)
by Paul Robins
· 9 years ago
1d2e603
errors: add a benchmark comparing stack trace performance (#74)
by Daniel Theophanes
· 9 years ago
cc5fbb7
Documentation improvements (#69)
by Alexey Palazhchenko
· 9 years ago
a2d6902
LICENSE: remove trailing newline (#61)
by Vincent Batts
· 9 years ago
d62207b
Capitalise first letter of trace. (#60)
by Jon Gillham
· 9 years ago
cbd18b5
Fix %q format for wrapped errors (#58)
by Darshan Shaligram
· 9 years ago
0bc61eb
Wrapper errors now print full stacktrace (#57)
by Dave Cheney
· 9 years ago
494e70f
Rename StackTrace interface to stacktracer in docs and examples (#56)
by Dave Cheney
· 9 years ago
01fa410
Align code example documentation (#52)
by Uwe Dauernheim
· 9 years ago
v0.7.0
73d71e4
Rename Stacktrace to StackTrace (#51)
by Dave Cheney
· 9 years ago
784931b
rename errors.New parameter to message
by Dave Cheney
· 9 years ago
9a4f977
document extended format
by Dave Cheney
· 9 years ago
7896481
Extended stacktrace output (#49)
by Dave Cheney
· 9 years ago
d4b5735
update README, reduce duplication with godoc
by Dave Cheney
· 9 years ago
7f46da0
update godoc
by Dave Cheney
· 9 years ago
c5fe904
update godoc
by Dave Cheney
· 9 years ago
297d9e8
fix error in Stacktrace example
by Dave Cheney
· 9 years ago
a5b220e
Introduce errors.Stacktrace (#48)
by Dave Cheney
· 9 years ago
d7cdef1
Remove Fprint (#47)
by Dave Cheney
· 9 years ago
874c0ec
Reimplement Fprint in terms of fmt.Fprintf (#44)
by Dave Cheney
· 9 years ago
5776abf
Remove deprecated Stack() []uintptr interface (#45)
by Dave Cheney
· 9 years ago
89edb63
Fix typo in comment (#46)
by Matt Singletary
· 9 years ago
3dc37da
Reverse the order of Fprint output (#43)
by Dave Cheney
· 9 years ago
c0c662e
Use fmt.Formatter throughout (#40)
by Dave Cheney
· 9 years ago
4ffae16
Correct the licence reference in README.md (#42)
by Anthony Fok
· 9 years ago
2af433a
Remove Message interface (#39)
by Dave Cheney
· 9 years ago
d146efd
relocate cause
by Dave Cheney
· 9 years ago
19140ea
Remove deprecated Location interface
by Dave Cheney
· 9 years ago
e23d6ed
extract funcname helper, and add test
by Dave Cheney
· 9 years ago
f22595b
fix Stacktrace example
by Dave Cheney
· 9 years ago
2c9da72
fix typos
by Dave Cheney
· 9 years ago
v0.6.0
3cdd332
Introduce Stacktrace and Frame (#37)
by Dave Cheney
· 9 years ago
f45f2b7
add appveyor.yml (#36)
by Dave Cheney
· 9 years ago
b700c3e
fix typo
by Dave Cheney
· 9 years ago
431554f
Remove errors.wrap helper
by Dave Cheney
· 9 years ago
Next »