Uh oh!
There was an error while loading. Please reload this page.
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.
rust-highfive
commented
Jun 29, 2016
r? @Aatch (rust_highfive has picked a reviewer for you, use r? to override) |
jseyfried
commented
Jun 29, 2016
@bors force r+ |
bors
commented
Jun 29, 2016
📌 Commit b4f7937 has been approved by |
jseyfried
commented
Jun 29, 2016
@bors force p=2 |
bors
commented
Jun 29, 2016
⌛ Testing commit b4f7937 with merge 3028db8... |
bors
commented
Jun 29, 2016
⌛ Testing commit b4f7937 with merge 74bce92... |
bors
commented
Jun 29, 2016
💔 Test failed - auto-linux-64-x-android-t |
jseyfried
commented
Jun 29, 2016
@bors retry force clean |
bors
commented
Jun 29, 2016
⌛ Testing commit b4f7937 with merge 12da950... |
jseyfried
commented
Jun 29, 2016
cc @alexcrichton -- android timed out |
bors
commented
Jun 29, 2016
💔 Test failed - auto-linux-64-x-android-t |
jseyfried
commented
Jun 29, 2016
@bors retry |
bors
commented
Jun 29, 2016
bors
commented
Jun 29, 2016
💔 Test failed - auto-linux-64-x-android-t |
alexcrichton
commented
Jun 29, 2016
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 |
bors
commented
Jun 29, 2016
💣 Failed to start rebuilding: |
bors
commented
Jun 29, 2016
⌛ Testing commit b4f7937 with merge 36309e1... |
jseyfried
commented
Jun 29, 2016
@alexcrichton thanks, yeah android was failing the same way on several unrelated PRs. |
bors
commented
Jun 29, 2016
💔 Test failed - auto-linux-64-x-android-t |
…=alexcrichton Support CMake installations in paths containing spaces This solves rust-lang#34490
jseyfried
commented
Jun 30, 2016
@bors r+ |
bors
commented
Jun 30, 2016
📌 Commit e59adb9 has been approved by |
bors
commented
Jun 30, 2016
⌛ Testing commit e59adb9 with merge 50f1175... |
bors
commented
Jun 30, 2016
💔 Test failed - auto-win-gnu-64-opt |
Fix pretty-printing of lifetime bound Fixrust-lang#34527.
jseyfried
commented
Jun 30, 2016
@bors r+ |
bors
commented
Jun 30, 2016
📌 Commit a8751e0 has been approved by |
bors
commented
Jun 30, 2016
bors
commented
Jun 30, 2016
💔 Test failed - auto-win-msvc-64-opt-rustbuild |
jseyfried
commented
Jun 30, 2016
@bors retry |
bors
commented
Jun 30, 2016
bors
commented
Jun 30, 2016
💔 Test failed - auto-win-msvc-64-opt-rustbuild |
alexcrichton
commented
Jun 30, 2016
@bors: retry On Thu, Jun 30, 2016 at 7:48 AM, bors notifications@github.com wrote:
|
bors
commented
Jun 30, 2016
bors
commented
Jun 30, 2016
💔 Test failed - auto-mac-64-opt-rustbuild |
arielb1
commented
Jun 30, 2016
|
alexcrichton
commented
Jun 30, 2016
@bors: retry On Thu, Jun 30, 2016 at 2:38 PM, arielb1 notifications@github.com wrote:
|
bors
commented
Jun 30, 2016
bors
commented
Jun 30, 2016
⛄ The build was interrupted to prioritize another pull request. |
Add error codes in libsyntax #34531,Fix pretty-printing of lifetime bound #34547