Skip to content

Rollup of 8 pull requests - #32173

Merged
bors merged 18 commits into
rust-lang:masterfrom
steveklabnik:rollup
Mar 10, 2016
Merged

Rollup of 8 pull requests#32173
bors merged 18 commits into
rust-lang:masterfrom
steveklabnik:rollup

Conversation

dirkand others added 18 commits March 6, 2016 20:03
The docs were making assertions/recommendations they shouldn't
have. This clarifies them and adds some helpful links.
Fixesrust-lang#32043.
The information that documentation tests cannot be run in binary crates is already given at the beginning of the section.
As part of the ongoing effort to document all methods with examples,
this commit adds the missing examples for the `BTreeSet` collection
type.
This is part of issue rust-lang#29348.
When it was Option.expect(), there was an .ok().expect(), but now that it uses Result.expect(), there's only one method, not two.
Fixesrust-lang#31912
TRPL seems to refer to 'static functions' as 'associated functions'.
This terminology should be used consistently.
Prefer 'associated function' over 'static method' in msg.
TRPL seems to refer to 'static functions' as 'associated functions'.
This terminology should be used consistently.
…ion, r=alexcrichton
Clarify documentation of hash::SipHasher
The docs were making assertions/recommendations they shouldn't have. This clarifies them and adds some helpful links.
Fixesrust-lang#32043.
r? @sfackler
Remove final note from testing chapter.
The information that documentation tests cannot be run in binary crates is already given at the beginning of the section.
…et, r=steveklabnik
Add missing documentation examples for BTreeSet.
As part of the ongoing effort to document all methods with examples,
this commit adds the missing examples for the `BTreeSet` collection
type.
This is part of issue rust-lang#29348.
r? @steveklabnik
Small grammar fix in Guessing Game
When it was Option.expect(), there was an .ok().expect(), but now that it uses Result.expect(), there's only one method, not two.
Fixesrust-lang#31912
Remove inaccurate claim about inline assembly
It's not like GCC's.
Fixesrust-lang#20213
@steveklabnik

Copy link
Copy Markdown
ContributorAuthor

@bors: r+ p=1

@bors

bors commented Mar 10, 2016

Copy link
Copy Markdown
Collaborator

📌 Commit 4f8d029 has been approved by steveklabnik

@bors

bors commented Mar 10, 2016

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 4f8d029 with merge 6d6ae1f...

bors added a commit that referenced this pull request Mar 10, 2016
Rollup of 8 pull requests
- Successful merges: #31830, #32091, #32125, #32136, #32147, #32148, #32149, #32150
- Failed merges:
@bors
bors merged commit 4f8d029 into rust-lang:masterMar 10, 2016
@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.

7 participants

@steveklabnik@bors@Centril@dirk@pyfisch@nathankleyn@frewsxcv