aboutsummaryrefslogtreecommitdiff
path: root/src/fmt/errors.go
AgeCommit message (Expand)Author
2025-10-06fmt: reduce Errorf("x") allocations to match errors.New("x")thepudds
2024-05-23all: change from sort functions to slices functions where feasibleIan Lance Taylor
2022-09-29errors, fmt: add support for wrapping multiple errorsDamien Neil
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2019-06-27fmt: fix typo in errors.goBaokun Lee
2019-05-15fmt: support %wDamien Neil
2019-05-15errors, fmt: revert rejected changes for Go 1.13Damien Neil
2019-05-09fmt: rename buffer.WriteByte to writeByteRuss Cox
2019-03-14fmt: make type of fmt.Errorf the same as that of errors.NewMarcel van Lohuizen
2019-02-28fmt: fix %d and other non-string verbs on errorsDamien Neil
2019-02-27fmt: add frame info to Errorf and support %wMarcel van Lohuizen