| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-07-15 | Stabilize `into_parts()` and `into_error()` | inquisitivecrystal | -4/+2 | |
| 2020-12-04 | IntoInnerError: Provide into_error | Ian Jackson | -0/+21 | |
| Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk> | ||||
| 2020-12-04 | IntoInnerError: Provide into_parts | Ian Jackson | -0/+24 | |
| In particular, IntoIneerError only currently provides .error() which returns a reference, not an owned value. This is not helpful and means that a caller of BufWriter::into_inner cannot acquire an owned io::Error which seems quite wrong. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk> | ||||
| 2020-09-10 | move buffered.rs to mod.rs | Nathan West | -0/+151 | |
