Skip to content

Rollup of PRs in the queue; Wednesday - #23473

Merged
bors merged 13 commits into
rust-lang:masterfrom
Manishearth:rollup
Mar 18, 2015
Merged

Rollup of PRs in the queue; Wednesday#23473
bors merged 13 commits into
rust-lang:masterfrom
Manishearth:rollup

Conversation

@Manishearth

Copy link
Copy Markdown
Member

No description provided.

WiSaGaNand others added 6 commits March 15, 2015 21:42
Very minor fix: in `std::net::Ipv6Addr::new`, the documentation had an incomplete representation of the resulting address, missing the last two groups.
The alignment field is actually a "pointer sized" type instead of always i64,
requiring that the size of the padding field is also calculated slightly
differently.
Closesrust-lang#23425
This commit clarifies some of the unstable features in the `str` module by
moving them out of the blanket `core` and `collections` features.
The following methods were moved to the `str_char` feature which generally
encompasses decoding specific characters from a `str` and dealing with the
result. It is unclear if any of these methods need to be stabilized for 1.0 and
the most conservative route for now is to continue providing them but to leave
them as unstable under a more specific name.
* `is_char_boundary`
* `char_at`
* `char_range_at`
* `char_at_reverse`
* `char_range_at_reverse`
* `slice_shift_char`
The following methods were moved into the generic `unicode` feature as they are
specifically enabled by the `unicode` crate itself.
* `nfd_chars`
* `nfkd_chars`
* `nfc_chars`
* `graphemes`
* `grapheme_indices`
* `width`
Closesrust-lang#23451.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
@Manishearth

Copy link
Copy Markdown
MemberAuthor

@bors: r+ p=20

@bors

bors commented Mar 18, 2015

Copy link
Copy Markdown
Collaborator

📌 Commit 8827f9b has been approved by Manishearth

@bors

bors commented Mar 18, 2015

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 8827f9b with merge 31694ba...

@bors

bors commented Mar 18, 2015

Copy link
Copy Markdown
Collaborator

💔 Test failed - auto-mac-64-nopt-t

@ManishearthManishearth changed the title Rollup or PRs in the queue; WednesdayRollup of PRs in the queue; WednesdayMar 18, 2015
@Manishearth

Copy link
Copy Markdown
MemberAuthor

@bors: r+ p=20 force

@bors

bors commented Mar 18, 2015

Copy link
Copy Markdown
Collaborator

📌 Commit e4ac4a4 has been approved by Manishearth

@bors

bors commented Mar 18, 2015

Copy link
Copy Markdown
Collaborator

⌛ Testing commit e4ac4a4 with merge 61b416d...

@bors

bors commented Mar 18, 2015

Copy link
Copy Markdown
Collaborator

💔 Test failed - auto-win-64-opt

@Manishearth

Copy link
Copy Markdown
MemberAuthor

@bors: r+ p=20 force

@bors

bors commented Mar 18, 2015

Copy link
Copy Markdown
Collaborator

📌 Commit baf7f18 has been approved by Manishearth

@bors

bors commented Mar 18, 2015

Copy link
Copy Markdown
Collaborator

⌛ Testing commit baf7f18 with merge 1608432...

@bors

bors commented Mar 18, 2015

Copy link
Copy Markdown
Collaborator

💔 Test failed - auto-win-64-opt

@Manishearth

Copy link
Copy Markdown
MemberAuthor

@bors: r+ p=20

@bors

bors commented Mar 18, 2015

Copy link
Copy Markdown
Collaborator

📌 Commit 2a106d6 has been approved by Manishearth

@Manishearth

Copy link
Copy Markdown
MemberAuthor

@bors: force

@bors

bors commented Mar 18, 2015

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 2a106d6 with merge 15bcda8...

 This commit clarifies some of the unstable features in the `str` module by
moving them out of the blanket `core` and `collections` features.
The following methods were moved to the `str_char` feature which generally
encompasses decoding specific characters from a `str` and dealing with the
result. It is unclear if any of these methods need to be stabilized for 1.0 and
the most conservative route for now is to continue providing them but to leave
them as unstable under a more specific name.
* `is_char_boundary`
* `char_at`
* `char_range_at`
* `char_at_reverse`
* `char_range_at_reverse`
* `slice_shift_char`
The following methods were moved into the generic `unicode` feature as they are
specifically enabled by the `unicode` crate itself.
* `nfd_chars`
* `nfkd_chars`
* `nfc_chars`
* `graphemes`
* `grapheme_indices`
* `width`
…r=Manishearth
Since module `std::sync::mpsc` is stable now, fix the deprecated link `comm` with `sync::mpsc`.
…x, r=steveklabnik
Very minor fix: in `std::net::Ipv6Addr::new`, the documentation had an incomplete representation of the resulting address, missing the last two groups.
…r=brson
The alignment field is actually a \"pointer sized\" type instead of always i64,
requiring that the size of the padding field is also calculated slightly
differently.
Closesrust-lang#23425
 I often have to run `ast-json` or look into the pretty-printer source to figure out what the fields of an AST enum mean. I've tried to document most of what I know (and some semi-obvious stuff).
r? @steveklabnik
f? @eddyb
@alexcrichton

Copy link
Copy Markdown
Member

@bors: retry force

@bors

bors commented Mar 18, 2015

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 2a106d6 with merge 94a9506...

@bors

bors commented Mar 18, 2015

Copy link
Copy Markdown
Collaborator

@alexcrichton

Copy link
Copy Markdown
Member

@bors falls again to the iron will of @Manishearth!

@borsbors mentioned this pull request Mar 18, 2015
@Manishearth
Manishearth deleted the rollup branch March 18, 2015 23:20
@CentrilCentril added the rollup A PR which is a rollup label Oct 2, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rollupA PR which is a rollup

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@Manishearth@bors@alexcrichton@Centril@WiSaGaN@meqif@Ryman@andersk