Uh oh!
There was an error while loading. Please reload this page.
[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.
rust-highfive
commented
May 9, 2020
Updates src/tools/cargo. cc @ehuss |
rust-highfive
commented
May 9, 2020
r? @varkor (rust_highfive has picked a reviewer for you, use r? to override) |
rust-highfive
commented
May 9, 2020
|
Mark-Simulacrum
commented
May 9, 2020
@bors r+ p=1 rollup=never |
bors
commented
May 9, 2020
📌 Commit f971a32732be92a7dcc3d8948b2aba9690c06493 has been approved by |
bors
commented
May 9, 2020
⌛ Testing commit f971a32732be92a7dcc3d8948b2aba9690c06493 with merge 793163e71d1c0708d6d78ff8a94439d27c5e9e2d... |
bors
commented
May 9, 2020
💔 Test failed - checks-actions |
Mark-Simulacrum
commented
May 10, 2020
Needs python fix from master, we forgot to beta nominate it; will add it tomorrow. |
Mark-Simulacrum
commented
May 10, 2020
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+ |
bors
commented
May 10, 2020
📌 Commit a840dbf0c2e9923cbc0848bee62c07ead445abcf has been approved by |
bors
commented
May 11, 2020
⌛ Testing commit a840dbf0c2e9923cbc0848bee62c07ead445abcf with merge 807502260dd3e271c07ae403cc015cd1ffd75bb8... |
bors
commented
May 11, 2020
💔 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.
Mark-Simulacrum
commented
May 11, 2020
This is waiting on an upstream clippy fix. |
Mark-Simulacrum
commented
May 11, 2020
@bors r+ Clippy fix landed and utilized. |
bors
commented
May 11, 2020
📌 Commit d0703f9 has been approved by |
bors
commented
May 11, 2020
bors
commented
May 11, 2020
☀️ 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.