| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2023-11-09 | Move `BorrowedBuf` and `BorrowedCursor` from `std:io` to `core::io` | John Millikin | -318/+0 |
| 2023-09-01 | don't panic in BorrowedCursor::write | Zachary S | -2/+3 |
| 2023-07-28 | inline trivial (noop) flush calls | Thom Chiovoloni | -0/+1 |
| 2022-10-29 | Add BorrowedBuf::filled_mut | Alex Saveau | -0/+7 |
| 2022-10-08 | use memset to initialize a readbuf | The 8472 | -3/+6 |
| 2022-08-18 | Address reviewer comments | Nick Cameron | -23/+42 |
| 2022-08-05 | non-linux platforms | Nick Cameron | -50/+57 |
| 2022-08-04 | Add some docs for BorrowBuf | Nick Cameron | -24/+60 |
| 2022-08-04 | std::io: migrate ReadBuf to BorrowBuf/BorrowCursor | Nick Cameron | -124/+119 |
| 2022-05-03 | std::io: Modify some ReadBuf method signatures to return `&mut Self` | Nick Cameron | -7/+11 |
| 2021-12-26 | fix typo: intialized -> initialized | Hiroshi Kori | -2/+2 |
| 2021-12-07 | correct typo | DrMeepster | -1/+1 |
| 2021-11-02 | implement review suggestions | DrMeepster | -5/+5 |
| 2021-11-02 | read_buf | DrMeepster | -0/+245 |
