Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | os: don't consult Is methods on non-syscall error types | Damien Neil | 2019-08-02 | 1 | -0/+9 |
* | os: make errors.Is work with ErrPermission et al. | Damien Neil | 2019-03-20 | 1 | -44/+0 |
* | os: homogenize error checks on Plan 9 | David du Colombier | 2018-01-24 | 1 | -1/+1 |
* | os: handle ' is a directory' error as IsExist on Plan 9 | Fazlul Shahriar | 2018-01-23 | 1 | -1/+1 |
* | os: delete code duplications in error files | bogem | 2016-09-10 | 1 | -32/+16 |
* | os: make IsPermission, IsExist, and IsNotExist unwrap SyscallError too | Brad Fitzpatrick | 2015-10-10 | 1 | -0/+6 |
* | os: handle 'no parent' error as IsNotExist on Plan 9 | David du Colombier | 2014-10-13 | 1 | -1/+2 |
* | os: handle 'has been removed' error as IsNotExist on Plan 9 | David du Colombier | 2014-09-18 | 1 | -1/+1 |
* | build: move package sources from src/pkg to src | Russ Cox | 2014-09-08 | 1 | -0/+53 |