Skip to content

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 23 commits into from
Mar 12, 2016
Merged

Rollup of 11 pull requests #32200

merged 23 commits into from
Mar 12, 2016

Conversation

nathankleyn and others added 18 commits March 8, 2016 23:27
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.`
…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.
…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.`
@Manishearth
Copy link
Member Author

@bors r+ p=10

@bors
Copy link
Collaborator

bors commented Mar 11, 2016

📌 Commit 5143c3d has been approved by Manishearth

@bors
Copy link
Collaborator

bors commented Mar 11, 2016

⌛ Testing commit 5143c3d with merge 6a0f3c4...

@bors
Copy link
Collaborator

bors commented Mar 11, 2016

💔 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
@Manishearth
Copy link
Member Author

@bors r+

@bors
Copy link
Collaborator

bors commented Mar 12, 2016

💡 This pull request was already approved, no need to approve it again.

  • This pull request previously failed. You should add more commits to fix the bug, or use retry to trigger a build again.
  • There's another pull request that is currently being tested, blocking this pull request: Add tests for #26114 #32010

@bors
Copy link
Collaborator

bors commented Mar 12, 2016

📌 Commit 5143c3d has been approved by Manishearth

@Manishearth
Copy link
Member Author

@bors r+

@bors
Copy link
Collaborator

bors commented Mar 12, 2016

📌 Commit 10e4e9e has been approved by Manishearth

@bors
Copy link
Collaborator

bors commented Mar 12, 2016

⌛ Testing commit 10e4e9e with merge f1d6f12...

bors added a commit that referenced this pull request Mar 12, 2016
Rollup of 11 pull requests

- Successful merges: #32137, #32158, #32171, #32174, #32178, #32179, #32180, #32181, #32183, #32186, #32197
- Failed merges:
@bors bors merged commit 10e4e9e into rust-lang:master Mar 12, 2016
@Centril Centril added the rollup A PR which is a rollup label Oct 2, 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.