Add implementations for unbounded_shl/unbounded_shr by chorman0773 · Pull Request #129377 · rust-lang/rust (original) (raw)

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation28 Commits8 Checks6 Files changed

Conversation

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})

chorman0773

Tracking Issue: #129375

This implements unbounded_shl and unbounded_shr under the feature gate unbounded_shifts

@chorman0773

@rustbot

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

@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 21, 2024

@chorman0773 chorman0773 changed the titlefeat(core): Add implementations for unbounded_shl/unbounded_shr Add implementations for unbounded_shl/unbounded_shr

Aug 21, 2024

@rust-log-analyzer

This comment has been minimized.

Noratrieb

@chorman0773

@rust-log-analyzer

This comment has been minimized.

@chorman0773

scottmcm

scottmcm

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if github will hide it, since it looks like I raced with one of your updates, but I have a suggestion in #129377

@rustbot rustbot added S-waiting-on-author

Status: This is awaiting some action (such as code changes or more information) from the author.

and removed S-waiting-on-review

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

labels

Aug 21, 2024

@rust-log-analyzer

This comment has been minimized.

@chorman0773

@rust-log-analyzer

This comment has been minimized.

@chorman0773

…nded_shr/unbounded_shl`

@rust-log-analyzer

This comment has been minimized.

@chorman0773

@rust-log-analyzer

This comment has been minimized.

@chorman0773

@rustbot rustbot added S-waiting-on-review

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

and removed S-waiting-on-author

Status: This is awaiting some action (such as code changes or more information) from the author.

labels

Aug 22, 2024

@chorman0773

Also, don't know whether I need to do this now, but rustc-dev-guide apparently wants this for new rustc_allow_const_fn_unstable uses, so CC: @rust-lang/wg-const-eval.

scottmcm

@chorman0773

…c_allow_const_fn_unstable`

@scottmcm

Thanks! I'm glad to have these, since I think they're the only good shifts :)

@bors r+ rollup

@bors

📌 Commit f4dc783 has been approved by scottmcm

It is now in the queue for this repository.

@bors bors 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 26, 2024

bors added a commit to rust-lang-ci/rust that referenced this pull request

Aug 26, 2024

@bors

…iaskrgr

Rollup of 7 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

bors added a commit to rust-lang-ci/rust that referenced this pull request

Aug 26, 2024

@bors

…iaskrgr

Rollup of 7 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

rust-timer added a commit to rust-lang-ci/rust that referenced this pull request

Aug 26, 2024

@rust-timer

Rollup merge of rust-lang#129377 - chorman0773:unbounded-shifts-impl, r=scottmcm

Add implementations for unbounded_shl/unbounded_shr

Tracking Issue: rust-lang#129375

This implements unbounded_shl and unbounded_shr under the feature gate unbounded_shifts

Labels

S-waiting-on-bors

Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

T-libs

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