-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
[beta] Rollup backports & switch bootstrap compiler #52986
Conversation
|
@@ -34,4 +34,4 @@ cargo: 0.29.0 | |||
# looking at a beta source tarball and it's uncommented we'll shortly comment it | |||
# out. | |||
|
|||
dev: 1 | |||
#dev: 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if you tested -- we might need to bump the date above to 08-02 as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, woops! Fixed.
This comment has been minimized.
This comment has been minimized.
f5c5371
to
aa111b1
Compare
@bors r+ (not increasing priority as this isn't critical) |
📌 Commit aa111b1 has been approved by |
@bors r=Mark-Simulacrum |
📌 Commit 5e50f36 has been approved by |
[beta] Rollup backports & switch bootstrap compiler This PR switches the bootstrap compiler from dev-static to static, and rollups some backports. Merged and approved: * #52929: Update compatibility note for 1.28.0 to be correct * #52918: Backport 1.27.2 release notes * #52867: releases.md: fix 2 typos * #52996: RELEASES.md: fix the `hash_map::Entry::or_default` link r? @Mark-Simulacrum
☀️ Test successful - status-appveyor, status-travis |
This PR switches the bootstrap compiler from dev-static to static, and rollups some backports.
Merged and approved:
hash_map::Entry::or_default
link #52996: RELEASES.md: fix thehash_map::Entry::or_default
linkr? @Mark-Simulacrum