-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Closed
Rollup of 9 pull requests #32172
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
steveklabnik
commented
Mar 10, 2016
- Successful merges: Prefer 'associated function' over 'static method' in msg. #31830, Clarify documentation of hash::SipHasher #32091, Remove final note from testing chapter. #32125, Add missing documentation examples for BTreeSet. #32136, Add missing documentation examples for BinaryHeap. #32137, Clarify that try_unwrap needs exactly one #32147, Small grammar fix in Guessing Game #32148, Add other primitive types to the reference #32149, Remove inaccurate claim about inline assembly #32150
- Failed merges:
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
It's not like GCC's. Fixes rust-lang#20213
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
@bors: r+ p=1 |
📌 Commit ce16a5d has been approved by |
⌛ Testing commit ce16a5d with merge 2548f5e... |
💔 Test failed - auto-mac-64-opt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.