rustbot · GitHub

@rustbot rustbot added T-compiler

Relevant to the compiler team, which will review and decide on the PR/issue.

T-libs

Relevant to the library team, which will review and decide on the PR/issue.

T-rustdoc

Relevant to the rustdoc team, which will review and decide on the PR/issue.

T-rustdoc-frontend

Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.

labels

Jun 29, 2026

@rustbot rustbot added S-blocked

Status: Blocked on something else such as an RFC or other implementation work.

and removed S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

labels

Jun 29, 2026

This was referenced

Jun 29, 2026

Open

Merged

@bushrat011899

@bushrat011899

@bushrat011899

@bushrat011899

@bushrat011899

@bushrat011899

@bushrat011899

@rustbot rustbot removed the T-compiler

Relevant to the compiler team, which will review and decide on the PR/issue.

label

Jul 18, 2026

clarfonthey

More consistent with the default functions for `Read`
Co-Authored-By: Clar Fon <15850505+clarfonthey@users.noreply.github.com>

@bushrat011899

@rust-bors rust-bors Bot added S-waiting-on-bors

Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

and removed S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

labels

Jul 19, 2026

jhpratt added a commit to jhpratt/rust that referenced this pull request

Jul 19, 2026

Closed

rust-bors Bot pushed a commit that referenced this pull request

Jul 19, 2026
Rollup of 3 pull requests
Successful merges:
 - #159188 (Always generate private and hidden items in JSON docs of the stdlib)
 - #158546 (Move `std::io::BufRead` to `alloc::io`)
 - #159372 (Remove SIZE generic param from DisplayBuffer in core::net)

jhpratt added a commit to jhpratt/rust that referenced this pull request

Jul 19, 2026

This was referenced

Jul 19, 2026

Closed

Merged

rust-bors Bot pushed a commit that referenced this pull request

Jul 19, 2026
Rollup 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-bors

rust-timer added a commit that referenced this pull request

Jul 19, 2026
Rollup 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, 2026

jhpratt added a commit to jhpratt/rust that referenced this pull request

Jul 21, 2026

rust-timer added a commit that referenced this pull request

Jul 21, 2026
Rollup 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.

pull Bot pushed a commit to xtqqczze/rust-lang-miri that referenced this pull request

Jul 22, 2026

pull Bot pushed a commit to xtqqczze/rust-lang-miri that referenced this pull request

Jul 22, 2026

Merged

2 tasks

JonathanBrouwer added a commit to JonathanBrouwer/rust that referenced this pull request

Aug 10, 2026

JonathanBrouwer added a commit to JonathanBrouwer/rust that referenced this pull request

Aug 10, 2026

rust-timer added a commit that referenced this pull request

Aug 10, 2026

github-actions Bot pushed a commit to rust-lang/rustc-dev-guide that referenced this pull request

Aug 11, 2026

lnicola pushed a commit to lnicola/rust-analyzer that referenced this pull request

Aug 17, 2026

Read the original on github.com ↗