about summary refs log tree commit diff
path: root/library/std/src/io/buffered.rs
AgeCommit message (Expand)AuthorLines
2020-09-10move buffered.rs to mod.rsNathan West-151/+0
2020-09-10Refactor io/buffered.rs into submodulesNathan West-1306/+19
2020-09-07Implement Seek::stream_position() for BufReaderTobias Rapp-0/+45
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-920/+3
2020-08-28Auto merge of #72808 - Lucretiel:line-writer-reimpl, r=Amanieubors-176/+785
2020-08-27Once again, x.py tidyNathan West-5/+1
2020-08-27Typo fixesNathan West-5/+5
2020-08-27Improvements to `LineWriter::write_all`Nathan West-26/+79
2020-08-18Move to intra doc links for std::ioAlexis Bourget-26/+24
2020-08-12Rebase the LineWriter refactor to the new stdlib layoutNathan West-176/+736
2020-07-27mv std libs to library/mark-0/+1703