Skip to content

Stabilize exclusive_range_pattern (v2) #124749

New issue

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

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 2 commits into from
May 5, 2024
Merged

Conversation

dtolnay
Copy link
Member

@dtolnay dtolnay commented May 5, 2024

This PR is identical to #124459, which was approved and merged but then removed from master by a force-push due to a CI bug.

r? ghost

Original PR description:


Stabilization report: #37854 (comment)
FCP: #37854 (comment)

Stabilization was blocked by a lint that was merged here: #118879

Documentation PR is here: rust-lang/reference#1484

@rustbot label +F-exclusive_range_pattern +T-lang

@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 May 5, 2024
@rustbot
Copy link
Collaborator

rustbot commented May 5, 2024

Some changes occurred in src/tools/clippy

cc @rust-lang/clippy

Some changes occurred in exhaustiveness checking

cc @Nadrieril

@rustbot rustbot added F-exclusive_range_pattern `#![feature(exclusive_range_pattern)]` T-lang Relevant to the language team labels May 5, 2024
@dtolnay dtolnay removed the T-libs Relevant to the library team, which will review and decide on the PR/issue. label May 5, 2024
@dtolnay
Copy link
Member Author

dtolnay commented May 5, 2024

r? Nadrieril

@dtolnay
Copy link
Member Author

dtolnay commented May 5, 2024

We can copy the approval from #124459 (comment), right?

@bors r=davidtwco

@bors
Copy link
Collaborator

bors commented May 5, 2024

📌 Commit 57f00ce has been approved by davidtwco

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 May 5, 2024
@Nadrieril
Copy link
Member

Nadrieril commented May 5, 2024

Thanks for taking care of this!

bors added a commit to rust-lang-ci/rust that referenced this pull request May 5, 2024
…llaumeGomez

Rollup of 6 pull requests

Successful merges:

 - rust-lang#124148 (rustdoc-search: search for references)
 - rust-lang#124668 (Fix bootstrap panic when build from tarball)
 - rust-lang#124736 (compiler: upgrade time from 0.3.34 to 0.3.36)
 - rust-lang#124748 (Fix unwinding on 32-bit watchOS ARM (v2))
 - rust-lang#124749 (Stabilize exclusive_range_pattern (v2))
 - rust-lang#124750 (Document That `f16` And `f128` Hardware Support is Limited (v2))

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit d3e042d into rust-lang:master May 5, 2024
13 checks passed
@rustbot rustbot added this to the 1.80.0 milestone May 5, 2024
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request May 5, 2024
Rollup merge of rust-lang#124749 - RossSmyth:stable_range, r=davidtwco

Stabilize exclusive_range_pattern (v2)

This PR is identical to rust-lang#124459, which was approved and merged but then removed from master by a force-push due to a [CI bug](https://rust-lang.zulipchat.com/#narrow/stream/242791-t-infra/topic/ci.20broken.3F).

r? ghost

Original PR description:

---

Stabilization report: rust-lang#37854 (comment)
FCP: rust-lang#37854 (comment)

Stabilization was blocked by a lint that was merged here: rust-lang#118879

Documentation PR is here: rust-lang/reference#1484

`@rustbot` label +F-exclusive_range_pattern +T-lang
@RossSmyth
Copy link
Contributor

Thanks!

@RossSmyth RossSmyth deleted the stable_range branch May 6, 2024 03:13
flip1995 pushed a commit to flip1995/rust that referenced this pull request May 17, 2024
Stabilize exclusive_range_pattern (v2)

This PR is identical to rust-lang#124459, which was approved and merged but then removed from master by a force-push due to a [CI bug](https://rust-lang.zulipchat.com/#narrow/stream/242791-t-infra/topic/ci.20broken.3F).

r? ghost

Original PR description:

---

Stabilization report: rust-lang#37854 (comment)
FCP: rust-lang#37854 (comment)

Stabilization was blocked by a lint that was merged here: rust-lang#118879

Documentation PR is here: rust-lang/reference#1484

`@rustbot` label +F-exclusive_range_pattern +T-lang
@dtolnay dtolnay removed the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Jan 14, 2025
ehuss added a commit to ehuss/reference that referenced this pull request Mar 12, 2025
The old text was not correct, since `..b` or `..=b` single-bound patterns
were stabilized in rust-lang/rust#124749 and
rust-lang/rust#102275.
ehuss added a commit to ehuss/reference that referenced this pull request Mar 12, 2025
The old text was not correct, since `..b` or `..=b` single-bound patterns
were stabilized in rust-lang/rust#124749 and
rust-lang/rust#102275.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
F-exclusive_range_pattern `#![feature(exclusive_range_pattern)]` T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-lang Relevant to the language team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants