Uh oh!
There was an error while loading. Please reload this page.
[beta] Beta next - #41016
Conversation
rust-highfive
commented
Apr 2, 2017
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. Fixesrust-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. Fixesrust-lang#40493. Fixesrust-lang#40573.
alexcrichton
commented
Apr 3, 2017
@bors: r+ p=10 |
bors
commented
Apr 3, 2017
📌 Commit df61f9d has been approved by |
bors
commented
Apr 3, 2017
⌛ Testing commit df61f9d with merge b26aa7a... |
bors
commented
Apr 3, 2017
💔 Test failed - status-appveyor |
arielb1
commented
Apr 3, 2017
@bors retry |
bors
commented
Apr 3, 2017
⌛ Testing commit df61f9d with merge 1ae72f9... |
bors
commented
Apr 3, 2017
💔 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
arielb1
commented
Apr 3, 2017
Updated sccache to newest (#40809) so we can have more than 10% build success probability. |
alexcrichton
commented
Apr 3, 2017
@bors: r+ |
bors
commented
Apr 3, 2017
📌 Commit ab18aae has been approved by |
bors
commented
Apr 3, 2017
⌛ Testing commit ab18aae with merge 891e69c... |
bors
commented
Apr 3, 2017
💔 Test failed - status-travis |
arielb1
commented
Apr 3, 2017
Network failure @bors retry |
bors
commented
Apr 3, 2017
⌛ Testing commit ab18aae with merge 6d2633d... |
bors
commented
Apr 3, 2017
💔 Test failed - status-travis |
frewsxcv
commented
Apr 3, 2017
bors
commented
Apr 3, 2017
⌛ Testing commit ab18aae with merge ae0d1d0... |
frewsxcv
commented
Apr 3, 2017
@bors retry |
bors
commented
Apr 3, 2017
⌛ Testing commit ab18aae with merge dbd6473... |
frewsxcv
commented
Apr 3, 2017
@bors retry |
bors
commented
Apr 3, 2017
⌛ Testing commit ab18aae with merge 1d32d91... |
frewsxcv
commented
Apr 3, 2017
@bors retry |
r? @brson