about summary refs log tree commit diff
path: root/library/std/src/io/buffered/mod.rs
AgeCommit message (Expand)AuthorLines
2025-08-26remove deprecated Error::description in implsMarijn Schouten-6/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-7/+5
2024-07-26Fix doc nitsJohn Arundel-1/+1
2022-01-09Compute most of Public/Exported access level in rustc_resolveLamb-4/+4
2021-08-24Stabilise BufWriter::into_partsIan Jackson-1/+1
2021-07-29Rename feature gate bufwriter_into_parts from bufwriter_into_raw_partsIan Jackson-1/+1
2021-07-29BufWriter: actually export WriterPanicked errorIan Jackson-0/+2
2021-07-15Stabilize `into_parts()` and `into_error()`inquisitivecrystal-4/+2
2020-12-04IntoInnerError: Provide into_errorIan Jackson-0/+21
2020-12-04IntoInnerError: Provide into_partsIan Jackson-0/+24
2020-09-10move buffered.rs to mod.rsNathan West-0/+151