rustbot
added
S-waiting-on-review
labels
Aug 1, 2026
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
Aug 1, 2026JonathanBrouwer added a commit to JonathanBrouwer/rust that referenced this pull request
Aug 1, 2026Closed
jhpratt added a commit to jhpratt/rust that referenced this pull request
Aug 1, 2026Closed
rust-bors Bot pushed a commit that referenced this pull request
Aug 2, 2026Rollup of 6 pull requests Successful merges: - #159844 (Subtree cg_gcc sync (2026-07-24)) - #156527 (Move `std::io` tests to `alloctests` & add prelude) - #159525 (Stabilize passing 128-bit integers via vector registers with `asm!` on x86) - #160342 (Specialize `advance_by` method of `Fuse`) - #106643 (Allow only implementing `Read::read_buf`) - #159729 (allocations are allowed to grow (but not shrink))
jhpratt added a commit to jhpratt/rust that referenced this pull request
Aug 2, 2026Closed
rust-bors Bot pushed a commit that referenced this pull request
Aug 2, 2026Rollup of 6 pull requests Successful merges: - #156527 (Move `std::io` tests to `alloctests` & add prelude) - #159525 (Stabilize passing 128-bit integers via vector registers with `asm!` on x86) - #160342 (Specialize `advance_by` method of `Fuse`) - #106643 (Allow only implementing `Read::read_buf`) - #159729 (allocations are allowed to grow (but not shrink)) - #159881 (fix: Do not stop `visible_parent_map` breadth-first search reaching children of `#[doc(hidden)]` modules)
JonathanBrouwer added a commit to JonathanBrouwer/rust that referenced this pull request
Aug 2, 2026This was referenced
Aug 2, 2026Closed
Merged
rust-bors Bot pushed a commit that referenced this pull request
Aug 2, 2026…uwer Rollup of 12 pull requests Successful merges: - #159906 (Semantic check of `mut` restrictions) - #156527 (Move `std::io` tests to `alloctests` & add prelude) - #159525 (Stabilize passing 128-bit integers via vector registers with `asm!` on x86) - #160342 (Specialize `advance_by` method of `Fuse`) - #160358 (borrowck: Simplify deps to build compiler 30s faster) - #160375 (miri subtree update) - #106643 (Allow only implementing `Read::read_buf`) - #159499 (tests: prefer max-llvm-major-version over open LLVM ranges) - #159729 (allocations are allowed to grow (but not shrink)) - #159881 (fix: Do not stop `visible_parent_map` breadth-first search reaching children of `#[doc(hidden)]` modules) - #160189 (Move codegen_stmt_debuginfo to debuginfo.rs) - #160356 (Add more tests for `must_implement_one_of`)
rust-timer added a commit that referenced this pull request
Aug 2, 2026Rollup merge of #160342 - a1phyr:fuse_advnce_by, r=joboet Specialize `advance_by` method of `Fuse` `advance_by` is used a lot internally so it seems important to specialize it.