rustbot · GitHub

@SomeFlyingThing

@rustbot rustbot added S-waiting-on-review

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

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.

labels

Aug 8, 2026

@SomeFlyingThing

@SomeFlyingThing

@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 8, 2026

Merged

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

Aug 8, 2026
…uwer
Rollup of 9 pull requests
Successful merges:
 - #156935 (Introduce a `PinSafePointer` trait that generalizes `PinCoerceUnsized`)
 - #159834 (Apply str debugger visualizer to `*const str`, `*mut str` and `Box<str>`)
 - #160663 (Suggest add async for function sig with return expr in body)
 - #160732 (Optimize slice::contains for one-byte BytewiseEq types)
 - #157944 (Make `char::is_default_ignorable` unstably public)
 - #158835 (rustc_passes: lint unused `#[path]` attributes on inline modules)
 - #160754 (Rename more diagnostic files to `diagnostics.rs`)
 - #160755 (Merge `rustc_lint/lints.rs` into `diagnostics.rs`)
 - #160757 (Merge `rustc_attr_parsing/session_diagnostics.rs` into `diagnostics.rs`)

@rust-bors

rust-timer added a commit that referenced this pull request

Aug 9, 2026
Rollup merge of #160732 - SomeFlyingThing:agent/optimize-bytewise-contains, r=joboet
Optimize slice::contains for one-byte BytewiseEq types
add optimized searches for NonZeroI8, option<NonZeroI8> ordering, and other one-byte types

@SomeFlyingThing

Read the original on github.com ↗