Skip to content

Conversation

tinaun and 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

Closes rust-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
Fix panic condition docs for Vec::insert.

Fixes rust-lang#47065.
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.

Fixes rust-lang#42468.
@rust-highfive
Copy link
Contributor

Some changes occurred in HTML/CSS.

cc @GuillaumeGomez

@rust-highfive
Copy link
Contributor

r? @aidanhs

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

@kennytm
Copy link
Member Author

kennytm commented Jan 3, 2018

@bors r+ p=9

@bors
Copy link
Collaborator

bors commented Jan 3, 2018

📌 Commit b416119 has been approved by kennytm

@kennytm kennytm 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
Copy link
Collaborator

bors commented Jan 3, 2018

⌛ 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
Copy link
Collaborator

bors commented Jan 3, 2018

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

@bors bors merged commit b416119 into rust-lang:master Jan 3, 2018
@Centril Centril added the rollup A PR which is a rollup label Oct 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rollup A PR which is a rollup S-waiting-on-bors Status: 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.