aboutsummaryrefslogtreecommitdiff
path: root/src/errors
AgeCommit message (Expand)Author
2024-04-03errors: return early for Is(nil, ...)Tobias Klauser
2023-11-21errors: clarify references to Unwrap in docOlivier Mengué
2023-11-02errors: add available godoc linkcui fliter
2023-08-18errors: optimize Is and As by reusing reflection of targetj178
2023-08-16errors: add a colon after Output to make the Example in the document display ...cui fliter
2023-07-31errors: optimize *joinError's Error method for less allocation and faster exe...Jes Cok
2023-05-25errors: add godoc linksOlivier Mengué
2023-03-30errors: improve the godoc for Join and UnwrapDaniel Nephin
2023-03-17errors: clarify Join documentationDavid Bendory
2023-03-11errors: add ErrUnsupportedAndy Pan
2023-01-20errors: move example functions into example_test filefangguizhen
2022-10-17errors: add test for Joinfangguizhen
2022-09-29errors, fmt: add support for wrapping multiple errorsDamien Neil
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-05errors: add errors.Unwrap examplejiahua wang
2021-11-02errors: improve wording in As doc commentJosh Bleecher Snyder
2021-10-19errors: mention Is methods should not call UnwrapMatt T. Proud
2021-03-13errors/wrap: do not call Elem() twiceVitaly Zdanevich
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-04-13errors: add example for IsJonathan Amsterdam
2020-03-09errors: fix typo in As documentationYann Salaün
2019-10-11errors: fix typo in TODO commentdavidsbond
2019-09-06errors: clarify docs for when As returns falseIan Lance Taylor
2019-09-04errors: fix wrong code in package docJonathan Amsterdam
2019-08-27errors: document Is and As methodsJonathan Amsterdam
2019-08-26Revert "errors: add example showing a custom error with Unwrap"Andrew Bonventre
2019-08-25errors: add example showing a custom error with UnwrapJonathan Amsterdam
2019-08-06errors: improve docJonathan Amsterdam
2019-06-11errors: clarify doc for AsJonathan Amsterdam
2019-06-11errors: improve As testsJonathan Amsterdam
2019-06-03errors: fix package exampleAndrew Gerrand
2019-05-22errors: remove mention of Wrapper interfaceDamien Neil
2019-05-17errors: update As example to include else caseJean de Klerk
2019-05-15errors, fmt: revert rejected changes for Go 1.13Damien Neil
2019-05-13errors: remove useless condition checking in IsLE Manh Cuong
2019-05-06errors: fix Is panics if target is uncomparableLE Manh Cuong
2019-05-02errors: fix comment referencing the Wrapper interfaceJacob Walker
2019-04-10errors: return false if nil error is passed to AsAhsun Ahmed
2019-03-14fmt: make type of fmt.Errorf the same as that of errors.NewMarcel van Lohuizen
2019-03-14errors: improve performance of NewMarcel van Lohuizen
2019-03-14errors: record only single frameMarcel van Lohuizen
2019-02-27errors: add Unwrap, Is, and AsMarcel van Lohuizen
2019-02-27errors: add Frame and Formatter/Printer interfacesMarcel van Lohuizen
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox