added
S-waiting-on-review
labels
Jul 18, 2026Open
4 tasks
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 18, 2026Merged
rust-bors Bot pushed a commit that referenced this pull request
Jul 18, 2026…uwer Rollup of 6 pull requests Successful merges: - #159517 (stdarch subtree update) - #159010 (Simplify the unwind crate) - #156650 (Stop using prefix_tys) - #159152 (triagebot: cc miri on any special-casing of miri in the standard library) - #159522 (Apply `#[diagnostic::opaque]` to macros expanding to built-in syntax) - #159528 (implement `const_binary_search`)
rust-timer added a commit that referenced this pull request
Jul 19, 2026Rollup merge of #159528 - Lars-Schumann:const-binary-search, r=clarfonthey implement `const_binary_search` tracking issue: #159532 This makes unstably `const` the following public api: `core::slice::binary_search` `core::slice::binary_search_by` `core::slice::binary_search_by_key` `core::slice::partition_point` Happy to make a tracking issue if these are acceptable.
github-actions Bot pushed a commit to rust-lang/stdarch that referenced this pull request
Aug 6, 2026