Skip to content

Stabilize feature int_lowest_highest_one - #155147

Merged
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
sorairolake:stabilize-int-lowest-highest-one
Apr 13, 2026
Merged

Stabilize feature int_lowest_highest_one#155147
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
sorairolake:stabilize-int-lowest-highest-one

Conversation

@sorairolake

@sorairolakesorairolake commented Apr 11, 2026

Copy link
Copy Markdown
Contributor

Tracking issue: #145203
FCP is finished in #145203 (comment)

Closes#145203

@rustbot modify labels: +T-libs-api

@rustbotrustbot 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 Apr 11, 2026
@rustbot

Copy link
Copy Markdown
Collaborator

r? @scottmcm

rustbot has assigned @scottmcm.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

Why was this reviewer chosen?

The reviewer was selected based on:

  • Owners of files modified in this PR: @scottmcm, libs
  • @scottmcm, libs expanded to 8 candidates
  • Random selection from Mark-Simulacrum, scottmcm

@rustbotrustbot added the T-libs-api [DEPRECATED; DO NOT USE] label Apr 11, 2026
@sorairolake

Copy link
Copy Markdown
ContributorAuthor

Cc @rust-lang/wg-const-eval

@sorairolake

This comment was marked as outdated.

@rustbotrustbot assigned Amanieu and unassigned scottmcmApr 11, 2026
@sorairolake

This comment was marked as outdated.

@sorairolake

Copy link
Copy Markdown
ContributorAuthor

r? libs-api

@jhpratt

Copy link
Copy Markdown
Member

@bors r+ rollup

@rust-bors

rust-borsBot commented Apr 13, 2026

Copy link
Copy Markdown
Contributor

📌 Commit 63b5ab2 has been approved by jhpratt

It is now in the queue for this repository.

@rust-borsrust-borsBot 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 Apr 13, 2026
JonathanBrouwer added a commit to JonathanBrouwer/rust that referenced this pull request Apr 13, 2026
…ighest-one, r=jhpratt
Stabilize feature `int_lowest_highest_one`
Tracking issue: rust-lang#145203
FCP is finished in rust-lang#145203 (comment)Closesrust-lang#145203@rustbot modify labels: +T-libs-api
rust-borsBot pushed a commit that referenced this pull request Apr 13, 2026
…uwer
Rollup of 13 pull requests
Successful merges:
- #155162 (relnotes for 1.95)
- #140763 (Change codegen of LLVM intrinsics to be name-based, and add llvm linkage support for `bf16(xN)` and `i1xN`)
- #154049 (delegation: Track more precise spans for glob delegations)
- #154193 (Implement EII for statics)
- #154435 (resolve: Some import resolution cleanups)
- #153941 (tests/debuginfo/basic-stepping.rs: Explain why all lines are not steppable)
- #154587 (Add --verbose-run-make-subprocess-output flag to suppress verbose run-make output for passing tests)
- #154624 (Make `DerefPure` dyn-incompatible)
- #154929 (Add `const Default` impls for `LazyCell` and `LazyLock`)
- #154944 (Small refactor of `arena_cache` query values)
- #155131 (Stabilize feature `uint_bit_width`)
- #155147 (Stabilize feature `int_lowest_highest_one`)
- #155174 (Improve emission of `UnknownDiagnosticAttribute` lint)
@JonathanBrouwer

Copy link
Copy Markdown
Contributor

@bors try jobs=i686-msvc-2

@rust-bors

This comment has been minimized.

rust-borsBot pushed a commit that referenced this pull request Apr 13, 2026
… r=<try>
Stabilize feature `int_lowest_highest_one`
try-job: i686-msvc-2
JonathanBrouwer added a commit to JonathanBrouwer/rust that referenced this pull request Apr 13, 2026
…ighest-one, r=jhpratt
Stabilize feature `int_lowest_highest_one`
Tracking issue: rust-lang#145203
FCP is finished in rust-lang#145203 (comment)Closesrust-lang#145203@rustbot modify labels: +T-libs-api
@rust-bors

rust-borsBot commented Apr 13, 2026

Copy link
Copy Markdown
Contributor

☀️ Try build successful (CI)
Build commit: 1abede9 (1abede98a4b06db14ae709cadd89c9cf43aa2d38, parent: 14196dbfa3eb7c30195251eac092b1b86c8a2d84)

rust-borsBot pushed a commit that referenced this pull request Apr 13, 2026
…uwer
Rollup of 19 pull requests
Successful merges:
- #155162 (relnotes for 1.95)
- #140763 (Change codegen of LLVM intrinsics to be name-based, and add llvm linkage support for `bf16(xN)` and `i1xN`)
- #153604 (Fix thread::available_parallelism on WASI targets with threads)
- #154193 (Implement EII for statics)
- #154389 (Add more robust handling of nested query cycles)
- #154435 (resolve: Some import resolution cleanups)
- #155236 (Normalize individual predicate of `InstantiatedPredicates` inside `predicates_for_generics`)
- #155243 (cg_ssa: transmute between scalable vectors)
- #153941 (tests/debuginfo/basic-stepping.rs: Explain why all lines are not steppable)
- #154587 (Add --verbose-run-make-subprocess-output flag to suppress verbose run-make output for passing tests)
- #154624 (Make `DerefPure` dyn-incompatible)
- #154929 (Add `const Default` impls for `LazyCell` and `LazyLock`)
- #154944 (Small refactor of `arena_cache` query values)
- #155055 (UI automation)
- #155062 (Move tests from `tests/ui/issues/` to appropriate directories)
- #155131 (Stabilize feature `uint_bit_width`)
- #155147 (Stabilize feature `int_lowest_highest_one`)
- #155174 (Improve emission of `UnknownDiagnosticAttribute` lint)
- #155194 (Fix manpage version replacement and use verbose version)
@rust-bors
rust-borsBot merged commit 0af1a15 into rust-lang:mainApr 13, 2026
12 checks passed
@rustbotrustbot added this to the 1.97.0 milestone Apr 13, 2026
rust-timer added a commit that referenced this pull request Apr 13, 2026
Rollup merge of #155147 - sorairolake:stabilize-int-lowest-highest-one, r=jhpratt
Stabilize feature `int_lowest_highest_one`
Tracking issue: #145203
FCP is finished in #145203 (comment)Closes#145203@rustbot modify labels: +T-libs-api
github-actionsBot pushed a commit to rust-lang/rustc-dev-guide that referenced this pull request Apr 13, 2026
…uwer
Rollup of 19 pull requests
Successful merges:
- rust-lang/rust#155162 (relnotes for 1.95)
- rust-lang/rust#140763 (Change codegen of LLVM intrinsics to be name-based, and add llvm linkage support for `bf16(xN)` and `i1xN`)
- rust-lang/rust#153604 (Fix thread::available_parallelism on WASI targets with threads)
- rust-lang/rust#154193 (Implement EII for statics)
- rust-lang/rust#154389 (Add more robust handling of nested query cycles)
- rust-lang/rust#154435 (resolve: Some import resolution cleanups)
- rust-lang/rust#155236 (Normalize individual predicate of `InstantiatedPredicates` inside `predicates_for_generics`)
- rust-lang/rust#155243 (cg_ssa: transmute between scalable vectors)
- rust-lang/rust#153941 (tests/debuginfo/basic-stepping.rs: Explain why all lines are not steppable)
- rust-lang/rust#154587 (Add --verbose-run-make-subprocess-output flag to suppress verbose run-make output for passing tests)
- rust-lang/rust#154624 (Make `DerefPure` dyn-incompatible)
- rust-lang/rust#154929 (Add `const Default` impls for `LazyCell` and `LazyLock`)
- rust-lang/rust#154944 (Small refactor of `arena_cache` query values)
- rust-lang/rust#155055 (UI automation)
- rust-lang/rust#155062 (Move tests from `tests/ui/issues/` to appropriate directories)
- rust-lang/rust#155131 (Stabilize feature `uint_bit_width`)
- rust-lang/rust#155147 (Stabilize feature `int_lowest_highest_one`)
- rust-lang/rust#155174 (Improve emission of `UnknownDiagnosticAttribute` lint)
- rust-lang/rust#155194 (Fix manpage version replacement and use verbose version)
@sorairolake
sorairolake deleted the stabilize-int-lowest-highest-one branch April 14, 2026 09:28
github-actionsBot pushed a commit to rust-lang/rust-analyzer that referenced this pull request Apr 16, 2026
…uwer
Rollup of 19 pull requests
Successful merges:
- rust-lang/rust#155162 (relnotes for 1.95)
- rust-lang/rust#140763 (Change codegen of LLVM intrinsics to be name-based, and add llvm linkage support for `bf16(xN)` and `i1xN`)
- rust-lang/rust#153604 (Fix thread::available_parallelism on WASI targets with threads)
- rust-lang/rust#154193 (Implement EII for statics)
- rust-lang/rust#154389 (Add more robust handling of nested query cycles)
- rust-lang/rust#154435 (resolve: Some import resolution cleanups)
- rust-lang/rust#155236 (Normalize individual predicate of `InstantiatedPredicates` inside `predicates_for_generics`)
- rust-lang/rust#155243 (cg_ssa: transmute between scalable vectors)
- rust-lang/rust#153941 (tests/debuginfo/basic-stepping.rs: Explain why all lines are not steppable)
- rust-lang/rust#154587 (Add --verbose-run-make-subprocess-output flag to suppress verbose run-make output for passing tests)
- rust-lang/rust#154624 (Make `DerefPure` dyn-incompatible)
- rust-lang/rust#154929 (Add `const Default` impls for `LazyCell` and `LazyLock`)
- rust-lang/rust#154944 (Small refactor of `arena_cache` query values)
- rust-lang/rust#155055 (UI automation)
- rust-lang/rust#155062 (Move tests from `tests/ui/issues/` to appropriate directories)
- rust-lang/rust#155131 (Stabilize feature `uint_bit_width`)
- rust-lang/rust#155147 (Stabilize feature `int_lowest_highest_one`)
- rust-lang/rust#155174 (Improve emission of `UnknownDiagnosticAttribute` lint)
- rust-lang/rust#155194 (Fix manpage version replacement and use verbose version)
flip1995 pushed a commit to flip1995/rust-clippy that referenced this pull request Apr 16, 2026
…uwer
Rollup of 19 pull requests
Successful merges:
- rust-lang/rust#155162 (relnotes for 1.95)
- rust-lang/rust#140763 (Change codegen of LLVM intrinsics to be name-based, and add llvm linkage support for `bf16(xN)` and `i1xN`)
- rust-lang/rust#153604 (Fix thread::available_parallelism on WASI targets with threads)
- rust-lang/rust#154193 (Implement EII for statics)
- rust-lang/rust#154389 (Add more robust handling of nested query cycles)
- rust-lang/rust#154435 (resolve: Some import resolution cleanups)
- rust-lang/rust#155236 (Normalize individual predicate of `InstantiatedPredicates` inside `predicates_for_generics`)
- rust-lang/rust#155243 (cg_ssa: transmute between scalable vectors)
- rust-lang/rust#153941 (tests/debuginfo/basic-stepping.rs: Explain why all lines are not steppable)
- rust-lang/rust#154587 (Add --verbose-run-make-subprocess-output flag to suppress verbose run-make output for passing tests)
- rust-lang/rust#154624 (Make `DerefPure` dyn-incompatible)
- rust-lang/rust#154929 (Add `const Default` impls for `LazyCell` and `LazyLock`)
- rust-lang/rust#154944 (Small refactor of `arena_cache` query values)
- rust-lang/rust#155055 (UI automation)
- rust-lang/rust#155062 (Move tests from `tests/ui/issues/` to appropriate directories)
- rust-lang/rust#155131 (Stabilize feature `uint_bit_width`)
- rust-lang/rust#155147 (Stabilize feature `int_lowest_highest_one`)
- rust-lang/rust#155174 (Improve emission of `UnknownDiagnosticAttribute` lint)
- rust-lang/rust#155194 (Fix manpage version replacement and use verbose version)
@BoxyUwUBoxyUwU added the relnotes Marks issues that should be documented in the release notes of the next release. label Jun 24, 2026
ghaaj pushed a commit to ghaaj/polygrammar that referenced this pull request Aug 7, 2026
…uwer
Rollup of 19 pull requests
Successful merges:
- rust-lang/rust#155162 (relnotes for 1.95)
- rust-lang/rust#140763 (Change codegen of LLVM intrinsics to be name-based, and add llvm linkage support for `bf16(xN)` and `i1xN`)
- rust-lang/rust#153604 (Fix thread::available_parallelism on WASI targets with threads)
- rust-lang/rust#154193 (Implement EII for statics)
- rust-lang/rust#154389 (Add more robust handling of nested query cycles)
- rust-lang/rust#154435 (resolve: Some import resolution cleanups)
- rust-lang/rust#155236 (Normalize individual predicate of `InstantiatedPredicates` inside `predicates_for_generics`)
- rust-lang/rust#155243 (cg_ssa: transmute between scalable vectors)
- rust-lang/rust#153941 (tests/debuginfo/basic-stepping.rs: Explain why all lines are not steppable)
- rust-lang/rust#154587 (Add --verbose-run-make-subprocess-output flag to suppress verbose run-make output for passing tests)
- rust-lang/rust#154624 (Make `DerefPure` dyn-incompatible)
- rust-lang/rust#154929 (Add `const Default` impls for `LazyCell` and `LazyLock`)
- rust-lang/rust#154944 (Small refactor of `arena_cache` query values)
- rust-lang/rust#155055 (UI automation)
- rust-lang/rust#155062 (Move tests from `tests/ui/issues/` to appropriate directories)
- rust-lang/rust#155131 (Stabilize feature `uint_bit_width`)
- rust-lang/rust#155147 (Stabilize feature `int_lowest_highest_one`)
- rust-lang/rust#155174 (Improve emission of `UnknownDiagnosticAttribute` lint)
- rust-lang/rust#155194 (Fix manpage version replacement and use verbose version)
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

relnotesMarks issues that should be documented in the release notes of the next release.S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.T-libsRelevant to the library team, which will review and decide on the PR/issue.T-libs-api[DEPRECATED; DO NOT USE]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tracking Issue for int_lowest_highest_one

9 participants

@sorairolake@rustbot@jhpratt@JonathanBrouwer@Amanieu@the8472@Mark-Simulacrum@scottmcm@BoxyUwU