Skip to content

Mark ascii methods on primitive types stable in 1.23.0 not 1.21.0. - #46411

Merged
bors merged 1 commit into
rust-lang:masterfrom
rillian:str_ascii
Dec 12, 2017
Merged

Mark ascii methods on primitive types stable in 1.23.0 not 1.21.0.#46411
bors merged 1 commit into
rust-lang:masterfrom
rillian:str_ascii

Conversation

@rillian

Copy link
Copy Markdown
Contributor

The ascii_methods_on_intrinsics feature stabilization
didn't land in time for 1.21.0. Update the annotation
so the documentation is correct about when these
methods became available.

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @Kimundi

(rust_highfive has picked a reviewer for you, use r? to override)

@rillian

Copy link
Copy Markdown
ContributorAuthor

cc @LukasKalbertodt. This fixes an apparent oversight in #46411.

@kennytmkennytm added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools labels Nov 30, 2017
@ollie27

Copy link
Copy Markdown
Contributor

They're not in 1.22.0 either. 1.23.0 is the first version with these methods. Also, I assume you meant to link to #44042.

@rillian

Copy link
Copy Markdown
ContributorAuthor

Oops, yes, that's correct. Thanks!

@rillian
rillianforce-pushed the str_ascii branch 2 times, most recently from 2949f54 to 6fdbf4bCompareNovember 30, 2017 20:35
@rillianrillian changed the title Mark ascii methods on primitive types stable in 1.22.0.Mark ascii methods on primitive types stable in 1.23.0.Nov 30, 2017
@rillian

Copy link
Copy Markdown
ContributorAuthor

The documentation is also incorrect in 1.23.0 beta. Could someone please nominate this issue for inclusion there?

@bors

bors commented Dec 2, 2017

Copy link
Copy Markdown
Collaborator

☔ The latest upstream changes (presumably #46288) made this pull request unmergeable. Please resolve the merge conflicts.

The ascii_methods_on_intrinsics feature stabilization
didn't land in time for 1.21.0. Update the annotation
so the documentation is correct about when these
methods became available.
@rillian

Copy link
Copy Markdown
ContributorAuthor

@Kimundi review ping?

@rillian

Copy link
Copy Markdown
ContributorAuthor

r? @steveklabnik

@rillianrillian changed the title Mark ascii methods on primitive types stable in 1.23.0.Mark ascii methods on primitive types stable in 1.23.0 not 1.21.0.Dec 8, 2017
@kennytm

Copy link
Copy Markdown
Member

@bors r+ rollup

@bors

bors commented Dec 11, 2017

Copy link
Copy Markdown
Collaborator

📌 Commit 6aef5e3 has been approved by kennytm

@kennytmkennytm added beta-nominated Nominated for backporting to the compiler in the beta channel. 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 Dec 11, 2017
@bors

bors commented Dec 12, 2017

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 6aef5e3 with merge 3a0b652...

bors added a commit that referenced this pull request Dec 12, 2017
Mark ascii methods on primitive types stable in 1.23.0 not 1.21.0.
The ascii_methods_on_intrinsics feature stabilization
didn't land in time for 1.21.0. Update the annotation
so the documentation is correct about when these
methods became available.
@rillian

Copy link
Copy Markdown
ContributorAuthor

Thanks @kennytm! :D

@bors

bors commented Dec 12, 2017

Copy link
Copy Markdown
Collaborator

☀️ Test successful - status-appveyor, status-travis
Approved by: kennytm
Pushing 3a0b652 to master...

@bors
bors merged commit 6aef5e3 into rust-lang:masterDec 12, 2017
@alexcrichtonalexcrichton added the beta-accepted Accepted for backporting to the compiler in the beta channel. label Dec 19, 2017
@alexcrichton

Copy link
Copy Markdown
Member

Looks like we forgot to backport this to 1.23.0 (sorry about that!) so removing the beta tags.

@alexcrichtonalexcrichton removed beta-accepted Accepted for backporting to the compiler in the beta channel. beta-nominated Nominated for backporting to the compiler in the beta channel. labels Jan 10, 2018
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsS-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@rillian@rust-highfive@ollie27@bors@kennytm@alexcrichton@steveklabnik@Kimundi