rustbot
added
T-compiler
labels
Jun 29, 2026and removed S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.labels
Jun 29, 2026This was referenced
Jun 29, 2026Open
Merged
rustbot
removed
the
T-compiler
label
Jul 18, 2026More consistent with the default functions for `Read` Co-Authored-By: Clar Fon <15850505+clarfonthey@users.noreply.github.com>
rust-bors
Bot
added
S-waiting-on-bors
and removed S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.labels
Jul 19, 2026Closed
rust-bors Bot pushed a commit that referenced this pull request
Jul 19, 2026This was referenced
Jul 19, 2026Closed
Merged
rust-bors Bot pushed a commit that referenced this pull request
Jul 19, 2026Rollup of 5 pull requests Successful merges: - #158546 (Move `std::io::BufRead` to `alloc::io`) - #159372 (Remove SIZE generic param from DisplayBuffer in core::net) - #159548 (miri subtree update) - #159508 (Some cleanup in `rustc_attr_parsing`) - #159539 ([rustc_abi] Customize `Debug` for `Primitive` and `Scalar`)
rust-timer added a commit that referenced this pull request
Jul 19, 2026Rollup merge of #158546 - bushrat011899:alloc_io_bufread, r=clarfonthey Move `std::io::BufRead` to `alloc::io` ACP: rust-lang/libs-team#755 Tracking issue: #154046 Split From: #156527 ~~Blocked On: #158545 ## Description Moves `std::io::BufRead` to `alloc::io`. This is effectively a direct cut and paste, but with a large diff due to how many implementations need to be moved into `alloc`. Blocked on #158545. --- ## Notes * No AI tooling of any kind was used during the creation of this PR. * Please see #154046 (comment) for a review order and broader context for this PR.
JonathanBrouwer added a commit to JonathanBrouwer/rust that referenced this pull request
Jul 20, 2026rust-timer added a commit that referenced this pull request
Jul 21, 2026Rollup merge of #158547 - bushrat011899:alloc_io_buffered, r=clarfonthey Move `std::io::buffered` to `alloc::io` ACP: rust-lang/libs-team#755 Tracking issue: #154046 Split From: #156527 ~~Blocked On: #158546 ## Description Moves `std::io::BufReader`/`BufWriter`/`LineWriter`/etc. to `alloc::io`. This is effectively a direct cut and paste. Blocked on #158546. --- ## Notes * No AI tooling of any kind was used during the creation of this PR. * Please see #154046 (comment) for a review order and broader context for this PR.
Merged
2 tasks
JonathanBrouwer added a commit to JonathanBrouwer/rust that referenced this pull request
Aug 10, 2026JonathanBrouwer added a commit to JonathanBrouwer/rust that referenced this pull request
Aug 10, 2026github-actions Bot pushed a commit to rust-lang/rustc-dev-guide that referenced this pull request
Aug 11, 2026