Skip to content

Rollup of 9 pull requests - #32172

Closed
steveklabnik wants to merge 21 commits into
rust-lang:masterfrom
steveklabnik:rollup
Closed

Rollup of 9 pull requests#32172
steveklabnik wants to merge 21 commits into
rust-lang:masterfrom
steveklabnik:rollup

Conversation

dirkand others added 21 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.
As part of the ongoing effort to document all methods with examples,
this commit adds the missing examples for the `BinaryHeap` 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
…heap, r=steveklabnik
Add missing documentation examples for BinaryHeap.
As part of the ongoing effort to document all methods with examples,
this commit adds the missing examples for the `BinaryHeap` 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 ce16a5d has been approved by steveklabnik

@bors

bors commented Mar 10, 2016

Copy link
Copy Markdown
Collaborator

⌛ Testing commit ce16a5d with merge 2548f5e...

@bors

bors commented Mar 10, 2016

Copy link
Copy Markdown
Collaborator

💔 Test failed - auto-mac-64-opt

@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.

7 participants

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