-
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 5 pull requests #34541
Rollup of 5 pull requests #34541
Conversation
As far as I know whether a trait was derived or not does not change the public API so there is no need to include this information in the docs. This title currently just adds an extra divide in the list of trait implementations which I don't think needs to be there.
…hton rustdoc: Remove Derived Implementations title As far as I know whether a trait was derived or not does not change the public API so there is no need to include this information in the docs. This title currently just adds an extra divide in the list of trait implementations which I don't think needs to be there.
Added Default trait for Cow. Adds a default implementation for Cow. Which is the Owned's default.
r? @Aatch (rust_highfive has picked a reviewer for you, use r? to override) |
@bors force r+ |
📌 Commit b4f7937 has been approved by |
@bors force p=2 |
⌛ Testing commit b4f7937 with merge 3028db8... |
⌛ Testing commit b4f7937 with merge 74bce92... |
💔 Test failed - auto-linux-64-x-android-t |
@bors retry force clean |
⌛ Testing commit b4f7937 with merge 12da950... |
cc @alexcrichton -- android timed out |
💔 Test failed - auto-linux-64-x-android-t |
@bors retry |
💔 Test failed - auto-linux-64-x-android-t |
Yeah looks like the android builder is having a lot of trouble right now, I'm gonna try to watch it closely to see if I can diagnose what's going on. I don't think it's related to changes in this PR, though. @bors: retry |
💣 Failed to start rebuilding: |
⌛ Testing commit b4f7937 with merge 36309e1... |
@alexcrichton thanks, yeah android was failing the same way on several unrelated PRs. |
💔 Test failed - auto-linux-64-x-android-t |
…=alexcrichton Support CMake installations in paths containing spaces This solves rust-lang#34490
@bors r+ |
📌 Commit e59adb9 has been approved by |
⌛ Testing commit e59adb9 with merge 50f1175... |
💔 Test failed - auto-win-gnu-64-opt |
Fix pretty-printing of lifetime bound Fix rust-lang#34527.
@bors r+ |
📌 Commit a8751e0 has been approved by |
💔 Test failed - auto-win-msvc-64-opt-rustbuild |
@bors retry |
💔 Test failed - auto-win-msvc-64-opt-rustbuild |
@bors: retry On Thu, Jun 30, 2016 at 7:48 AM, bors [email protected] wrote:
|
💔 Test failed - auto-mac-64-opt-rustbuild |
|
@bors: retry On Thu, Jun 30, 2016 at 2:38 PM, arielb1 [email protected] wrote:
|
⛄ The build was interrupted to prioritize another pull request. |
Add error codes in libsyntax #34531,Fix pretty-printing of lifetime bound #34547