| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-03-27 | Rollup merge of #98651 - mattfbacon:master, r=ChrisDenton | Matthias Krüger | -1/+1 | |
| Follow C-RW-VALUE in std::io::Cursor example rustc-dev-guide says to do this: r? ``@steveklabnik`` | ||||
| 2022-08-18 | Address reviewer comments | Nick Cameron | -2/+2 | |
| Signed-off-by: Nick Cameron <nrc@ncameron.org> | ||||
| 2022-08-05 | non-linux platforms | Nick Cameron | -2/+2 | |
| Signed-off-by: Nick Cameron <nrc@ncameron.org> | ||||
| 2022-08-04 | std::io: migrate ReadBuf to BorrowBuf/BorrowCursor | Nick Cameron | -5/+5 | |
| Signed-off-by: Nick Cameron <nrc@ncameron.org> | ||||
| 2022-06-28 | Follow C-RW-VALUE in std::io::Cursor example | Matt Fellenz | -1/+1 | |
| 2022-06-26 | attempt to optimise vectored write | Conrad Ludgate | -25/+101 | |
| 2022-05-09 | Use Rust 2021 prelude in std itself. | Mara Bos | -2/+0 | |
| 2022-03-19 | Rollup merge of #92663 - cuviper:generic-write-cursor, r=dtolnay | Dylan DPC | -7/+46 | |
| Implement `Write for Cursor<[u8; N]>`, plus `A: Allocator` cursor support This implements `Write for Cursor<[u8; N]>`, and also adds support for generic `A: Allocator` in `Box` and `Vec` cursors. This was inspired by a user questioning why they couldn't write a `Cursor<[u8; N]>`: https://users.rust-lang.org/t/why-vec-and-not-u8-makes-cursor-have-write/68210 Related history: - #27197 switched `AsRef<[u8]>` for reading and seeking - #67415 tried to use `AsMut<[u8]>` for writing, but did not specialize `Vec`. | ||||
| 2022-03-18 | Bump impl Write for Cursor<[u8; N]> to 1.61 | David Tolnay | -1/+1 | |
| 2022-02-04 | Hide Repr details from io::Error, and rework `io::Error::new_const`. | Thom Chiovoloni | -5/+5 | |
| 2022-01-19 | Write for Cursor with a custom Allocator | Josh Stone | -7/+23 | |
| 2022-01-19 | impl Write for Cursor<[u8; N]> | Josh Stone | -0/+23 | |
| 2021-11-02 | read_buf | DrMeepster | -6/+11 | |
| 2021-10-01 | Add functions to add unsigned and signed integers | Benoît du Garreau | -6/+1 | |
| 2021-09-25 | Apply 16 commits (squashed) | Frank Steffahn | -4/+4 | |
| ---------- Fix spacing for links inside code blocks, and improve link tooltips in alloc::fmt ---------- Fix spacing for links inside code blocks, and improve link tooltips in alloc::{rc, sync} ---------- Fix spacing for links inside code blocks, and improve link tooltips in alloc::string ---------- Fix spacing for links inside code blocks in alloc::vec ---------- Fix spacing for links inside code blocks in core::option ---------- Fix spacing for links inside code blocks, and improve a few link tooltips in core::result ---------- Fix spacing for links inside code blocks in core::{iter::{self, iterator}, stream::stream, poll} ---------- Fix spacing for links inside code blocks, and improve a few link tooltips in std::{fs, path} ---------- Fix spacing for links inside code blocks in std::{collections, time} ---------- Fix spacing for links inside code blocks in and make formatting of `&str`-like types consistent in std::ffi::{c_str, os_str} ---------- Fix spacing for links inside code blocks, and improve link tooltips in std::ffi ---------- Fix spacing for links inside code blocks, and improve a few link tooltips in std::{io::{self, buffered::{bufreader, bufwriter}, cursor, util}, net::{self, addr}} ---------- Fix typo in link to `into` for `OsString` docs ---------- Remove tooltips that will probably become redundant in the future ---------- Apply suggestions from code review Replacing `…std/primitive.reference.html` paths with just `reference` Co-authored-by: Joshua Nelson <github@jyn.dev> ---------- Also replace `…std/primitive.reference.html` paths with just `reference` in `core::pin` | ||||
| 2021-07-02 | Remove unstable `Cursor::remaining` | Sören Meier | -26/+0 | |
| 2021-06-17 | rename `remaining` to `remaining_slice` and add a new `remaining` | Sören Meier | -8/+34 | |
| 2021-06-16 | Update tracking issue | Sören Meier | -2/+2 | |
| 2021-06-05 | Implement `Cursor::{remaining, is_empty}` | Sören Meier | -4/+59 | |
| 2021-05-11 | Override `clone_from` for some types | Benoît du Garreau | -1/+18 | |
| 2021-03-21 | Use io::Error::new_const everywhere to avoid allocations. | Mara Bos | -4/+4 | |
| 2020-11-06 | Add tracking issue | Benoît du Garreau | -3/+3 | |
| 2020-11-06 | Make some std::io functions `const` | Benoît du Garreau | -3/+6 | |
| Includes: - io::Cursor::new - io::Cursor::get_ref - io::Cursor::position - io::empty - io::repeat - io::sink | ||||
| 2020-08-31 | std: move "mod tests/benches" to separate files | Lzu Tao | -528/+3 | |
| Also doing fmt inplace as requested. | ||||
| 2020-08-18 | Move to intra doc links for std::io | Alexis Bourget | -9/+5 | |
| 2020-07-27 | mv std libs to library/ | mark | -0/+981 | |
