about summary refs log tree commit diff
path: root/library/std/src/io/readbuf.rs
AgeCommit message (Expand)AuthorLines
2023-11-09Move `BorrowedBuf` and `BorrowedCursor` from `std:io` to `core::io`John Millikin-318/+0
2023-09-01don't panic in BorrowedCursor::writeZachary S-2/+3
2023-07-28inline trivial (noop) flush callsThom Chiovoloni-0/+1
2022-10-29Add BorrowedBuf::filled_mutAlex Saveau-0/+7
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