about summary refs log tree commit diff
path: root/library/std/src/io/readbuf.rs
AgeCommit message (Expand)AuthorLines
2022-10-08use memset to initialize a readbufThe 8472-3/+6
2022-08-18Address reviewer commentsNick Cameron-23/+42
2022-08-05non-linux platformsNick Cameron-50/+57
2022-08-04Add some docs for BorrowBufNick Cameron-24/+60
2022-08-04std::io: migrate ReadBuf to BorrowBuf/BorrowCursorNick Cameron-124/+119
2022-05-03std::io: Modify some ReadBuf method signatures to return `&mut Self`Nick Cameron-7/+11
2021-12-26fix typo: intialized -> initializedHiroshi Kori-2/+2
2021-12-07correct typoDrMeepster-1/+1
2021-11-02implement review suggestionsDrMeepster-5/+5
2021-11-02read_bufDrMeepster-0/+245