| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-07-01 | Stabilize `Seek::rewind` | Aris Merchant | -0/+4 | |
| 2021-06-18 | Auto merge of #85815 - YuhanLiin:buf-read-data-left, r=m-ou-se | bors | -0/+10 | |
| Add has_data_left() to BufRead This is a continuation of #40747 and also addresses #40745. The problem with the previous PR was that it had "eof" in its method name. This PR uses a more descriptive method name, but I'm open to changing it. | ||||
| 2021-06-17 | Rollup merge of #86202 - a1phyr:spec_io_bytes_size_hint, r=m-ou-se | Mara Bos | -1/+19 | |
| Specialize `io::Bytes::size_hint` for more types Improve the result of `<io::Bytes as Iterator>::size_hint` for some readers. I did not manage to specialize `SizeHint` for `io::Cursor` Side question: would it be interesting for `io::Read` to have an optional `size_hint` method ? | ||||
| 2021-06-10 | Specialize `io::Bytes::size_hint` for more types | BenoƮt du Garreau | -1/+19 | |
| 2021-06-05 | Rename IoSlice(Mut)::advance_slice to advance_slices | Thomas de Zeeuw | -16/+16 | |
| 2021-05-29 | Add has_data_left() to BufRead | YuhanLiin | -0/+10 | |
| 2021-05-29 | Rename IoSlice(Mut)::advance to advance_slice | Thomas de Zeeuw | -18/+18 | |
| To make way for a new IoSlice(Mut)::advance function that advances a single slice. Also changes the signature to accept a `&mut &mut [IoSlice]`, not returning anything. This will better match the future IoSlice::advance function. | ||||
| 2021-03-21 | Use io::Error::new_const everywhere to avoid allocations. | Mara Bos | -2/+2 | |
| 2021-01-31 | Add tests for SizeHint implementations | Xavientois | -2/+29 | |
| 2021-01-31 | Use fully qualified syntax to avoid dyn | Xavientois | -1/+21 | |
| 2020-11-13 | move copy specialization tests to their own module | The8472 | -181/+0 | |
| 2020-11-13 | add benchmarks | The8472 | -1/+131 | |
| 2020-11-13 | move tests module into separate file | The8472 | -1/+52 | |
| 2020-08-31 | std: move "mod tests/benches" to separate files | Lzu Tao | -0/+494 | |
| Also doing fmt inplace as requested. | ||||
