-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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 #32192
Closed
Closed
Rollup of 9 pull requests #32192
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 11, 2016
- Successful merges: Add missing documentation examples for BinaryHeap. #32137, Spell fixes for std::ffi doc comments #32174, Update getting-started.md #32178, Removed integer suffixes in libsyntax crate #32179, removed integer suffixes in librustc_typeck crate #32180, removed suffixes for librustc_front #32181, Clarify doc for slice slicing (Index impls) #32183, cleanup int suffixes in libcoretest #32186, removed int suffixes #32189
- Failed merges:
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.
In `rustc 1.7.0` the message that is displayed is now `Rust is ready to roll.`
This is a follow up for PR rust-lang#32099 and rust-lang#32057
…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
…bnik Spell fixes for std::ffi doc comments
Update getting-started.md In `rustc 1.7.0` the message that is displayed is now `Rust is ready to roll.`
…steveklabnik Removed integer suffixes in libsyntax crate
…veklabnik removed integer suffixes in librustc_typeck crate
…klabnik removed suffixes for librustc_front
Clarify doc for slice slicing (Index impls) Clarify doc for slice slicing (Index impls) This is a follow up for PR rust-lang#32099 and rust-lang#32057
…labnik cleanup int suffixes in libcoretest
…eveklabnik removed int suffixes
@bors: r+ p=1 |
📌 Commit 67d557b has been approved by |
⌛ Testing commit 67d557b with merge 794e5bf... |
💔 Test failed - auto-win-msvc-32-opt |
☔ The latest upstream changes (presumably #32112) made this pull request unmergeable. Please resolve the merge conflicts. |
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.