-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Rollup of 11 pull requests #32200
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
Merged
Merged
Rollup of 11 pull requests #32200
Conversation
This file contains hidden or 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
Manishearth
commented
Mar 11, 2016
- Successful merges: Add missing documentation examples for BinaryHeap. #32137, lint: mark associated types as live for the dead_code pass #32158, Fix a couple compiletest nits. #32171, 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, Add FreeBSD amd64 snapshot #32197
- 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
Snapshot itself: dhuseby/rust-manual-snapshots#3
…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
…=alexcrichton lint: mark associated types as live for the dead_code pass Associated types of trait impls were being excluded from the live list. So types that only appeared in trait impls were being marked as dead code.
Fix a couple compiletest nits.
…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.`
@bors r+ p=10 |
📌 Commit 5143c3d has been approved by |
⌛ Testing commit 5143c3d with merge 6a0f3c4... |
💔 Test failed - auto-win-msvc-64-opt |
…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
Add FreeBSD amd64 snapshot Snapshot itself: dhuseby/rust-manual-snapshots#3
@bors r+ |
💡 This pull request was already approved, no need to approve it again.
|
📌 Commit 5143c3d has been approved by |
@bors r+ |
📌 Commit 10e4e9e has been approved by |
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.