Skip to content

Rollup of 9 pull requests - #47151

Merged
bors merged 21 commits into
rust-lang:masterfrom
kennytm:rollup
Jan 3, 2018
Merged

Rollup of 9 pull requests#47151
bors merged 21 commits into
rust-lang:masterfrom
kennytm:rollup

Conversation

tinaunand others added 21 commits October 13, 2017 02:09
Previously Chunks used size and ChunksMut used chunk_size
SliceConcatExt's status as an unstable trait with stable methods is
documented in the compiler error for using it, and in
https://doc.rust-lang.org/std/prelude/, but it is not mentioned in the
trait itself.
Mentioning the methods can be used in stable rust today should help
users who are looking for a `join` method while working on stable rust.
Escape now removes focus from the search bar
Fixed intentaion (tabs -> spaces)
Added trailing newline
…-drop, r=estebank
Delay panic from incoherent drop implementation
Closesrust-lang#41974
Fix typo
I am assuming that there was once something else you could do and somebody forgot to remove "either". Is that correct?
Minor cleanup for slice::Chunks and ChunksMut
This only renames the `size` field to `chunk_size` in one of them for consistency, and changes an assertion to check for != 0 instead of > 0.
[unstable book] remove duplicate entries
if a unstable feature is a language feature, it shouldn't also have a library feature stub generated
memchr: fix variable name in docstrings
upstream BurntSushi/memchr#24
r=BurntSushi
Mention SliceConcatExt's stability in its docs
Just saw someone in IRC mention there being no stable way to join string slices! It isn't entirely clear from the rust documentation that `SliceConcatExt` is usable. While this is mentioned in https://doc.rust-lang.org/std/prelude/, the trait has nothing to indicate that it's currently usable if found via a documentation search.
The wording on this could probably be improved, but I'm hoping its better than nothing.
… r=QuietMisdreavus
Document when LineWriter flushes; document errors for into_inner.
Fixesrust-lang#42468.
@rust-highfive

Copy link
Copy Markdown
Contributor

Some changes occurred in HTML/CSS.

cc @GuillaumeGomez

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @aidanhs

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

@kennytm

Copy link
Copy Markdown
MemberAuthor

@bors r+ p=9

@bors

bors commented Jan 3, 2018

Copy link
Copy Markdown
Collaborator

📌 Commit b416119 has been approved by kennytm

@kennytmkennytm added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Jan 3, 2018
@bors

bors commented Jan 3, 2018

Copy link
Copy Markdown
Collaborator

⌛ Testing commit b416119 with merge b107f72...

bors added a commit that referenced this pull request Jan 3, 2018
Rollup of 9 pull requests
- Successful merges: #47104, #47107, #47113, #47117, #47118, #47121, #47125, #47134, #47145
- Failed merges:
@bors

bors commented Jan 3, 2018

Copy link
Copy Markdown
Collaborator

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

@bors
bors merged commit b416119 into rust-lang:masterJan 3, 2018
@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 rollupS-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.

13 participants

@kennytm@rust-highfive@bors@Centril@aidanhs@tinaun@hdhoang@matthewjasper@mark-i-m@frewsxcv@sdroege@daboross@Sogomn