Skip to content

[beta] Rollup of 2 pull requests - #41051

Merged
bors merged 7 commits into
rust-lang:betafrom
frewsxcv:rollup
Apr 4, 2017
Merged

[beta] Rollup of 2 pull requests#41051
bors merged 7 commits into
rust-lang:betafrom
frewsxcv:rollup

Conversation

@frewsxcv

@frewsxcv frewsxcv commented Apr 3, 2017

Copy link
Copy Markdown
Contributor

arielb1 and others added 7 commits April 2, 2017 17:18
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.
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
@rust-highfive

Copy link
Copy Markdown
Contributor

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @nrc (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see the contribution instructions for more information.

@rust-highfive

Copy link
Copy Markdown
Contributor

warning Warning warning

  • Pull requests are usually filed against the master branch for this repo, but this one is against beta. Please double check that you specified the right target!

@frewsxcv

frewsxcv commented Apr 3, 2017

Copy link
Copy Markdown
Contributor Author

@bors r+ p=15

@bors

bors commented Apr 3, 2017

Copy link
Copy Markdown
Collaborator

📌 Commit 68fcad8 has been approved by frewsxcv

@frewsxcv frewsxcv changed the title Rollup of 2 pull requests [beta] Rollup of 2 pull requests Apr 3, 2017
@bors

bors commented Apr 4, 2017

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 68fcad8 with merge 66d192e...

@bors

bors commented Apr 4, 2017

Copy link
Copy Markdown
Collaborator

💔 Test failed - status-appveyor

@alexcrichton

alexcrichton commented Apr 4, 2017 via email

Copy link
Copy Markdown
Member

@bors

bors commented Apr 4, 2017

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 68fcad8 with merge 368d709...

@bors

bors commented Apr 4, 2017

Copy link
Copy Markdown
Collaborator

💔 Test failed - status-travis

@frewsxcv

frewsxcv commented Apr 4, 2017

Copy link
Copy Markdown
Contributor Author
[  9%] Linking CXX static library ../libLLVMSupport.a

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: CMakeFiles/LLVMSupport.dir/ThreadPool.cpp.o has no symbols

[  9%] Built target LLVMSupport

make[1]: *** [all] Error 2

thread 'main' panicked at '

command did not execute successfully, got: exit code: 2

build script failed, must exit now', /Users/travis/.cargo/registry/src/github.com-1ecc6299db9ec823/cmake-0.1.21/src/lib.rs:605

note: Run with `RUST_BACKTRACE=1` for a backtrace.

	finished in 72.799

Build completed unsuccessfully in 0:01:32

make: *** [all] Error 101

@bors retry

@bors

bors commented Apr 4, 2017

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 68fcad8 with merge f5a87a6...

@bors

bors commented Apr 4, 2017

Copy link
Copy Markdown
Collaborator

💔 Test failed - status-travis

@frewsxcv

frewsxcv commented Apr 4, 2017

Copy link
Copy Markdown
Contributor Author

@bors retry

@bors

bors commented Apr 4, 2017

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 68fcad8 with merge ebbe365...

@TimNN

TimNN commented Apr 4, 2017

Copy link
Copy Markdown
Contributor

@bors retry

(Try #41045 again first, to hopefully prevent any caches from possibly being invalidated by building another branch).

@bors

bors commented Apr 4, 2017

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 68fcad8 with merge fced6c1...

@TimNN

TimNN commented Apr 4, 2017

Copy link
Copy Markdown
Contributor

@bors retry

@bors

bors commented Apr 4, 2017

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 68fcad8 with merge 44bf84f...

@TimNN

TimNN commented Apr 4, 2017

Copy link
Copy Markdown
Contributor

@bors retry

@bors

bors commented Apr 4, 2017

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 68fcad8 with merge dcee285...

@TimNN

TimNN commented Apr 4, 2017

Copy link
Copy Markdown
Contributor

@bors retry

@bors

bors commented Apr 4, 2017

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 68fcad8 with merge 0973bd0...

@TimNN

TimNN commented Apr 4, 2017

Copy link
Copy Markdown
Contributor

@bors retry

@bors

bors commented Apr 4, 2017

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 68fcad8 with merge 06ad8e4...

bors added a commit that referenced this pull request Apr 4, 2017
[beta] Rollup of 2 pull requests

- Successful merges: #41016, #41048
- Failed merges:
@bors

bors commented Apr 4, 2017

Copy link
Copy Markdown
Collaborator

☀️ Test successful - status-appveyor, status-travis
Approved by: frewsxcv
Pushing 06ad8e4 to beta...

@bors
bors merged commit 68fcad8 into rust-lang:beta Apr 4, 2017
@frewsxcv
frewsxcv deleted the rollup branch April 4, 2017 15:47
@Centril Centril added the rollup A PR which is a rollup label Oct 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rollup A PR which is a rollup

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants