Skip to content

Rollup of 11 pull requests - #32200

Merged
bors merged 23 commits into
rust-lang:masterfrom
Manishearth:rollup
Mar 12, 2016
Merged

Rollup of 11 pull requests#32200
bors merged 23 commits into
rust-lang:masterfrom
Manishearth:rollup

Conversation

nathankleynand 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.
Update getting-started.md
In `rustc 1.7.0` the message that is displayed is now `Rust is ready to roll.`
@Manishearth

Copy link
Copy Markdown
MemberAuthor

@bors r+ p=10

@bors

bors commented Mar 11, 2016

Copy link
Copy Markdown
Collaborator

📌 Commit 5143c3d has been approved by Manishearth

@bors

bors commented Mar 11, 2016

Copy link
Copy Markdown
Collaborator

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

@bors

bors commented Mar 11, 2016

Copy link
Copy Markdown
Collaborator

💔 Test failed - auto-win-msvc-64-opt

…veklabnik
removed integer suffixes in librustc_typeck crate
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
@Manishearth

Copy link
Copy Markdown
MemberAuthor

@bors r+

@bors

bors commented Mar 12, 2016

Copy link
Copy Markdown
Collaborator

💡 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

bors commented Mar 12, 2016

Copy link
Copy Markdown
Collaborator

📌 Commit 5143c3d has been approved by Manishearth

@Manishearth

Copy link
Copy Markdown
MemberAuthor

@bors r+

@bors

bors commented Mar 12, 2016

Copy link
Copy Markdown
Collaborator

📌 Commit 10e4e9e has been approved by Manishearth

@bors

bors commented Mar 12, 2016

Copy link
Copy Markdown
Collaborator

⌛ 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:masterMar 12, 2016
@CentrilCentril added the rollup A PR which is a rollup label Oct 2, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rollupA PR which is a rollup

Projects

None yet

Development

Successfully merging this pull request may close these issues.

11 participants

@Manishearth@bors@Centril@nathankleyn@seanmonstar@frewsxcv@cmbrandenburg@naltun@srinivasreddy@bluss@andoriyu