Uh oh!
There was an error while loading. Please reload this page.
Bump to 1.25.0 - #47141
Conversation
rust-highfive
commented
Jan 2, 2018
r? @dtolnay (rust_highfive has picked a reviewer for you, use r? to override) |
alexcrichton
commented
Jan 2, 2018
@bors: r+ |
bors
commented
Jan 2, 2018
📌 Commit 5748286 has been approved by |
estebank
commented
Jan 2, 2018
|
estebank
commented
Jan 2, 2018
@bors r- |
alexcrichton
commented
Jan 3, 2018
@bors: r+ |
bors
commented
Jan 3, 2018
📌 Commit 5dbabd0 has been approved by |
5dbabd0 to
2f39cf9Comparealexcrichton
commented
Jan 3, 2018
@bors: r+ |
bors
commented
Jan 3, 2018
📌 Commit 2f39cf9 has been approved by |
bors
commented
Jan 3, 2018
⌛ Testing commit 2f39cf95a7b68a798958f78aac2021d7283d7663 with merge a940ccee784714528ddf3eaf2841233424cac2c7... |
bors
commented
Jan 3, 2018
💔 Test failed - status-appveyor |
2f39cf9 to
f69bf96Comparealexcrichton
commented
Jan 3, 2018
@bors: r+ |
bors
commented
Jan 3, 2018
📌 Commit f69bf96 has been approved by |
kennytm
commented
Jan 3, 2018
@bors r- Cannot run error index generator. |
f69bf96 to
06b0248Comparealexcrichton
commented
Jan 3, 2018
@bors: r+ |
bors
commented
Jan 3, 2018
📌 Commit 06b0248 has been approved by |
kennytm
commented
Jan 3, 2018
Still the same error. |
06b0248 to
fe52437Comparealexcrichton
commented
Jan 3, 2018
@bors: r+ |
bors
commented
Jan 3, 2018
📌 Commit fe52437 has been approved by |
bors
commented
Jan 4, 2018
⌛ Testing commit fe524379462bcf62f35ce570bed2f9ee29876d99 with merge b0768848634befc68a52b3cb5dad9756e5d55997... |
bors
commented
Jan 4, 2018
💔 Test failed - status-travis |
|
* Bump the release version to 1.25 * Bump the bootstrap compiler to the recent beta * Allow using unstable rustdoc features on beta - this fix has been applied to the beta branch but needed to go to the master branch as well.
These no longer work now that Cargo changes the cwd of rustc while it's running. Instead use an absolute path that's set by rustbuild.
fe52437 to
8c9bf66Comparealexcrichton
commented
Jan 4, 2018
@bors: r+ You know, one of these days bumping the bootstrap compiler will actually be a pleasant affair. |
bors
commented
Jan 4, 2018
📌 Commit 8c9bf66 has been approved by |
bors
commented
Jan 5, 2018
⌛ Testing commit 8c9bf66 with merge 0a5fc4989725478f31e5fb218e16caf8bb5d0230... |
bors
commented
Jan 5, 2018
💔 Test failed - status-appveyor |
kennytm
commented
Jan 5, 2018
Could not compile stylo on |
This showed up on the Windows bot for testing this PR, and this pr allows `mark_incr_comp_session_as_invalid` ok if it's already invalid, hopefully avoiding scary ICEs and instead leaving the nicely printed errors
alexcrichton
commented
Jan 5, 2018
@bors: r+ |
bors
commented
Jan 5, 2018
📌 Commit fcdca7f has been approved by |
bors
commented
Jan 6, 2018
Bump to 1.25.0 * Bump the release version to 1.25 * Bump the bootstrap compiler to the recent beta * Allow using unstable rustdoc features on beta - this fix has been applied to the beta branch but needed to go to the master branch as well.
bors
commented
Jan 6, 2018
☀️ Test successful - status-appveyor, status-travis |
andjo403
commented
Jan 9, 2018
Is it only me that is surprised that I got no compilation time improvement of rustc when this landed? |
the beta branch but needed to go to the master branch as well.