-
Couldn't load subscription status.
- Fork 13.9k
[beta] backports #72054
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] backports #72054
Conversation
Pulls in updated MSVC detection logic landed in alexcrichton/cc-rs#488
Only the "first" iterator is actually set `None` when exhausted, depending on whether you iterate forward or backward. This restores behavior similar to the former `ChainState`, where it would transition from `Both` to `Front`/`Back` and only continue from that side. However, if you mix directions, then this may still set both sides to `None`, totally fusing the iterator.
|
Updates src/tools/cargo. cc @ehuss |
|
r? @varkor (rust_highfive has picked a reviewer for you, use r? to override) |
|
|
@bors r+ p=1 rollup=never |
|
📌 Commit f971a32732be92a7dcc3d8948b2aba9690c06493 has been approved by |
|
⌛ Testing commit f971a32732be92a7dcc3d8948b2aba9690c06493 with merge 793163e71d1c0708d6d78ff8a94439d27c5e9e2d... |
|
💔 Test failed - checks-actions |
|
Needs python fix from master, we forgot to beta nominate it; will add it tomorrow. |
a170e11 to
a840dbf
Compare
|
Hopefully this fixes the clippy build, I'd really rather not deal with a clippy branch ... subtree can't come [to beta] soon enough :) @bors r+ |
|
📌 Commit a840dbf0c2e9923cbc0848bee62c07ead445abcf has been approved by |
|
⌛ Testing commit a840dbf0c2e9923cbc0848bee62c07ead445abcf with merge 807502260dd3e271c07ae403cc015cd1ffd75bb8... |
|
💔 Test failed - checks-actions |
This commit changes our Windows CI to always use the latest Python interpreter available in the GHA tool cache instead of hardcoding Python 3.7.6. This is needed because occasionally GitHub bumps the installed version, deleting the previous one.
a840dbf to
51c901e
Compare
|
This is waiting on an upstream clippy fix. |
|
@bors r+ Clippy fix landed and utilized. |
|
📌 Commit d0703f9 has been approved by |
|
☀️ Test successful - checks-actions, checks-azure |
This backport rollup includes the following:
cccrate Update thecccrate #71882TyErrDo not try to find binop method on RHSTyErr#71810Vecallocations to improve performance Remove someVecallocations to improve performance #71268It also switches the bootstrap compiler to 1.43.1.