]> Cypherpunks.ru repositories - gostls13.git/history - src/fmt/errors_test.go
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / src / fmt / errors_test.go
2022-09-29 Damien Neilerrors, fmt: add support for wrapping multiple errors
2019-11-19 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-10-04 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-09-27 Hasit Bhattcmd: update x/tools version to enforce only one %w
2019-05-28 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-05-15 Damien Neilfmt: support %w
2019-05-15 Damien Neilerrors, fmt: revert rejected changes for Go 1.13
2019-03-20 Damien Neilos: make errors.Is work with ErrPermission et al.
2019-03-18 Keith Randallcmd/compile: rename init function from init.ializers...
2019-03-14 Marcel van Lohuizenfmt: make type of fmt.Errorf the same as that of errors.New
2019-03-14 Marcel van Lohuizenfmt: refined tests for non-string error verbs
2019-02-28 Damien Neilfmt: fix %d and other non-string verbs on errors
2019-02-27 Marcel van Lohuizenfmt: add frame info to Errorf and support %w