index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
os
/
error.go
Age
Commit message (
Expand
)
Author
2022-09-06
os: delete unused errClosed
Andy Pan
2021-05-03
os: update some docs to reference fs.ErrFoo instead of os.ErrFoo
Brad Fitzpatrick
2020-11-11
os: clarify that IsExist and friends do not use errors.Is
Ian Lance Taylor
2020-10-20
io/fs: move FileInfo, FileMode, PathError, ErrInvalid, ... from os to io/fs
Russ Cox
2020-04-25
os, net: define and use os.ErrDeadlineExceeded
Ian Lance Taylor
2019-11-07
os: fix reference to nonexistent errors.Wrapper
Benjamin Peterson
2019-08-02
os: don't consult Is methods on non-syscall error types
Damien Neil
2019-08-02
all: remove os.ErrTimeout
Damien Neil
2019-08-01
all: remove os.ErrTemporary
Damien Neil
2019-05-04
all: add Unwrap and Is methods to various error types
Damien Neil
2019-03-20
os: make errors.Is work with ErrPermission et al.
Damien Neil
2019-03-20
os: add PathError.Unwrap
Jonathan Amsterdam
2017-10-25
os: add deadline methods for File type
Ian Lance Taylor
2016-10-24
os: add ErrClosed, return for use of closed File
Dan Caddigan
2016-09-10
os: delete code duplications in error files
bogem
2015-11-13
os: add document for ErrInvalid
Shenghou Ma
2014-09-08
build: move package sources from src/pkg to src
Russ Cox