-
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
[beta] Beta next #41016
[beta] Beta next #41016
Conversation
When the Range expression is the root of a constant, its node-id is used for the def-id of the body, so it has to be preserved in the AST -> HIR lowering. Fixes rust-lang#40749.
LLVM has a bug - PR32488 - where it fails to deduplicate allocas in some circumstances. The function `start_new_block` has allocas totalling 1216 bytes, and when LLVM inlines several copies of that function into the recursive function `expr::into`, that function's stack space usage goes into tens of kiBs, causing stack overflows. Mark `start_new_block` as inline(never) to keep it from being inlined, getting stack usage under control. Fixes rust-lang#40493. Fixes rust-lang#40573.
@bors: r+ p=10 |
📌 Commit df61f9d has been approved by |
⌛ Testing commit df61f9d with merge b26aa7a... |
💔 Test failed - status-appveyor |
@bors retry |
⌛ Testing commit df61f9d with merge 1ae72f9... |
💔 Test failed - status-travis |
Looks like the last version was built with mio 0.6.5 which now has known bugs against it. This build includes mio 0.6.6
Updated sccache to newest (#40809) so we can have more than 10% build success probability. |
@bors: r+ |
📌 Commit ab18aae has been approved by |
⌛ Testing commit ab18aae with merge 891e69c... |
💔 Test failed - status-travis |
Network failure @bors retry |
⌛ Testing commit ab18aae with merge 6d2633d... |
💔 Test failed - status-travis |
⌛ Testing commit ab18aae with merge ae0d1d0... |
@bors retry |
⌛ Testing commit ab18aae with merge dbd6473... |
@bors retry |
⌛ Testing commit ab18aae with merge 1d32d91... |
@bors retry |
[beta] Beta next - rust-lang#40764 - rust-lang#40809 - rust-lang#41015 r? @brson
r? @brson