rustbot · GitHub

@rustbot rustbot added S-waiting-on-review

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

T-libs

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

labels

Aug 1, 2026

@a1phyr

@a1phyr

@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

Aug 1, 2026

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

Aug 1, 2026
Specialize `advance_by` method of `Fuse`
`advance_by` is used a lot internally so it seems important to specialize it.

Closed

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

Aug 1, 2026
Specialize `advance_by` method of `Fuse`
`advance_by` is used a lot internally so it seems important to specialize it.

Closed

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

Aug 2, 2026
Rollup 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, 2026
Specialize `advance_by` method of `Fuse`
`advance_by` is used a lot internally so it seems important to specialize it.

Closed

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

Aug 2, 2026
Rollup 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, 2026
Specialize `advance_by` method of `Fuse`
`advance_by` is used a lot internally so it seems important to specialize it.

This was referenced

Aug 2, 2026

Closed

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-bors

rust-timer added a commit that referenced this pull request

Aug 2, 2026
Rollup 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.

WhySoBad pushed a commit to WhySoBad/miri that referenced this pull request

Aug 5, 2026

Read the original on github.com ↗