Skip to content

Rollup of 6 pull requests - #40053

Closed
GuillaumeGomez wants to merge 15 commits into
rust-lang:masterfrom
GuillaumeGomez:rollup
Closed

Rollup of 6 pull requests#40053
GuillaumeGomez wants to merge 15 commits into
rust-lang:masterfrom
GuillaumeGomez:rollup

Conversation

mbrubeckand others added 15 commits February 16, 2017 12:12
So I just encountered this error for the first time. It's unclear what
it means, why I encountered it, or how to fix it. But worst of all, it
has a random newline and weird indentation! This commit fixes that last
bit.
Fix variable name typo
…e-path, r=alexcrichton
Set rustdoc --test files' path relative to the current directory
r? @alexcrichton
Additional docs for Vec, String, and slice trait impls
r? @steveklabnik
Fix indentation of error message
So I just encountered this error for the first time. It's unclear what
it means, why I encountered it, or how to fix it. But worst of all, it
has a random newline and weird indentation! This commit fixes that last
bit.
<img width="680" alt="screen shot 2017-02-18 at 4 35 36 pm" src="https://cloud.githubusercontent.com/assets/1529387/23097087/0ef5ac4a-f5f9-11e6-9132-18ce759f7092.png">
…sxcv
Add missing urls and examples into Barrier structs
r? @frewsxcv
Clarify thread::Builder::stack_size docs
Add two pieces of information:
* the size is in bytes
* the actual stack size might be bigger.
Also change the example to use a more realistic value of 32 kilobytes.
r? @steveklabnik
Update exception-safety.md
Fix variable name typo
@GuillaumeGomez

Copy link
Copy Markdown
MemberAuthor

@bors: r+ p=1

@bors

bors commented Feb 23, 2017

Copy link
Copy Markdown
Collaborator

📌 Commit c672e06 has been approved by GuillaumeGomez

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @brson

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

@bors

bors commented Feb 23, 2017

Copy link
Copy Markdown
Collaborator

⌛ Testing commit c672e06 with merge 673e11d...

@bors

bors commented Feb 23, 2017

Copy link
Copy Markdown
Collaborator

💔 Test failed - status-travis

@GuillaumeGomez
GuillaumeGomez deleted the rollup branch February 23, 2017 21:57
@CentrilCentril added the rollup A PR which is a rollup label Oct 24, 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.

9 participants

@GuillaumeGomez@bors@rust-highfive@brson@Centril@mbrubeck@sgrif@matklad@DaseinPhaos