-
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
Bump to 1.25.0 #47141
Bump to 1.25.0 #47141
Conversation
r? @dtolnay (rust_highfive has picked a reviewer for you, use r? to override) |
@bors: r+ |
📌 Commit 5748286 has been approved by |
|
@bors r- |
@bors: r+ |
📌 Commit 5dbabd0 has been approved by |
5dbabd0
to
2f39cf9
Compare
@bors: r+ |
📌 Commit 2f39cf9 has been approved by |
⌛ Testing commit 2f39cf95a7b68a798958f78aac2021d7283d7663 with merge a940ccee784714528ddf3eaf2841233424cac2c7... |
💔 Test failed - status-appveyor |
2f39cf9
to
f69bf96
Compare
@bors: r+ |
📌 Commit f69bf96 has been approved by |
@bors r- Cannot run error index generator.
|
f69bf96
to
06b0248
Compare
@bors: r+ |
📌 Commit 06b0248 has been approved by |
Still the same error.
|
06b0248
to
fe52437
Compare
@bors: r+ |
📌 Commit fe52437 has been approved by |
⌛ Testing commit fe524379462bcf62f35ce570bed2f9ee29876d99 with merge b0768848634befc68a52b3cb5dad9756e5d55997... |
💔 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
8c9bf66
Compare
@bors: r+ You know, one of these days bumping the bootstrap compiler will actually be a pleasant affair. |
📌 Commit 8c9bf66 has been approved by |
⌛ Testing commit 8c9bf66 with merge 0a5fc4989725478f31e5fb218e16caf8bb5d0230... |
💔 Test failed - status-appveyor |
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
@bors: r+ |
📌 Commit fcdca7f has been approved by |
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.
☀️ Test successful - status-appveyor, status-travis |
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.