Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upstd: Stabilize `into_*` ASCII methods #32020
Conversation
This comment has been minimized.
This comment has been minimized.
|
Nominating for beta backport as it's something we intended to do anyway. |
alexcrichton
added
the
beta-nominated
label
Mar 3, 2016
This comment has been minimized.
This comment has been minimized.
|
r? @brson |
rust-highfive
assigned
brson
Mar 3, 2016
This comment has been minimized.
This comment has been minimized.
|
@bors r+ |
This comment has been minimized.
This comment has been minimized.
|
|
Manishearth
added a commit
to Manishearth/rust
that referenced
this pull request
Mar 4, 2016
bors
added a commit
that referenced
this pull request
Mar 4, 2016
bors
added a commit
that referenced
this pull request
Mar 4, 2016
bors
added a commit
that referenced
this pull request
Mar 4, 2016
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
|
alexcrichton
force-pushed the
alexcrichton:stabilize-into-ascii
branch
from
48fd993
to
6f9afba
Mar 4, 2016
This comment has been minimized.
This comment has been minimized.
bors
added a commit
that referenced
this pull request
Mar 6, 2016
This comment has been minimized.
This comment has been minimized.
bors
merged commit 6f9afba
into
rust-lang:master
Mar 6, 2016
bors
referenced this pull request
Mar 6, 2016
Closed
Move into_ascii_{low,upp}ercase (back) to a separate trait. #32076
This comment has been minimized.
This comment has been minimized.
alexcrichton
deleted the
alexcrichton:stabilize-into-ascii
branch
Mar 11, 2016
This comment has been minimized.
This comment has been minimized.
|
Removing beta-nominated tag as we're going to revert this. |
alexcrichton
removed
the
beta-nominated
label
Mar 17, 2016
alexcrichton
added a commit
to alexcrichton/rust
that referenced
this pull request
Mar 17, 2016
alexcrichton
referenced this pull request
Mar 17, 2016
Merged
std: Revert addition of `into_ascii_*` methods #32314
bors
added a commit
that referenced
this pull request
Mar 19, 2016
alexcrichton
added a commit
to alexcrichton/rust
that referenced
this pull request
Mar 24, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
alexcrichton commentedMar 3, 2016
These were intended to land in stable 1.8 but were just waiting for the
implementation PR, so now they're landing. Specifically this PR stabilizes:
AsciiExt::into_ascii_uppercaseAsciiExt::into_ascii_lowercaseAsciiExt for Vec<u8>AsciiExt for String