about summary refs log tree commit diff
path: root/library/std/src/io/readbuf
AgeCommit message (Expand)AuthorLines
2023-11-09Move `BorrowedBuf` and `BorrowedCursor` from `std:io` to `core::io`John Millikin-175/+0
2023-04-26Spelling library/Josh Soref-1/+1
2022-08-18Address reviewer commentsNick Cameron-2/+2
2022-08-05non-linux platformsNick Cameron-11/+69
2022-08-04std::io: migrate ReadBuf to BorrowBuf/BorrowCursorNick Cameron-118/+54
2021-11-02implement review suggestionsDrMeepster-0/+12
2021-11-02read_bufDrMeepster-0/+169