Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rollup of 9 pull requests #32172

Closed
wants to merge 21 commits into from
Closed

Conversation

dirk and 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.

Fixes rust-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.

Fixes rust-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.

Fixes rust-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
Clarify that try_unwrap needs exactly one

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

Fixes rust-lang#31912
Add other primitive types to the reference

Fixes rust-lang#31628
Remove inaccurate claim about inline assembly

It's not like GCC's.

Fixes rust-lang#20213
@steveklabnik
Copy link
Member Author

@bors: r+ p=1

@bors
Copy link
Contributor

bors commented Mar 10, 2016

📌 Commit ce16a5d has been approved by steveklabnik

@bors
Copy link
Contributor

bors commented Mar 10, 2016

⌛ Testing commit ce16a5d with merge 2548f5e...

@bors
Copy link
Contributor

bors commented Mar 10, 2016

💔 Test failed - auto-mac-64-opt

@Centril Centril added the rollup A PR which is a rollup label Oct 24, 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants