Uh oh!
There was an error while loading. Please reload this page.
Rollup of 5 pull requests - #40105
Conversation
frewsxcv
commented
Feb 26, 2017
- Successful merges: travis: Fuchsia builder #39918, librustc error_reporting.rs cleanup. #39977, Add compile fail test for unboxed_closures feature #40047, Fix nightly-only experimental API display #40057, Fix a typo #40078
- Failed merges: Add compile fail test for SIMD #40101
This change introduces a Dockerfile and script which builds a complete Fuchsia toolchain which can be used to build Rust distribution for Fuchsia. We only support cross-compiling at the moment, hence only setting the target.
travis: Fuchsia builder This change introduces a Dockerfile and script which builds a complete Fuchsia toolchain which can be used to build Rust distribution for Fuchsia. We only support cross-compiling at the moment, hence only setting the target.
…=eddyb librustc error_reporting.rs cleanup. Read some code in librustc, mainly in error_reporting.rs, and cleaned up some things along the way. I recommend looking at each commit individually or looking at the [whitespace insensitive diff](https://github.com/rust-lang/rust/pull/39977/files?w=1).
Add compile fail test for unboxed_closures feature Hello, this is my first contribution to rust. Issue rust-lang#39059.
Fix nightly-only experimental API display Before: <img width="1440" alt="screen shot 2017-02-23 at 12 53 09" src="https://cloud.githubusercontent.com/assets/3050060/23258119/0c9cf6f2-f9c7-11e6-9989-15b4346dade0.png"> After: <img width="1440" alt="screen shot 2017-02-23 at 12 51 40" src="https://cloud.githubusercontent.com/assets/3050060/23258076/e6881118-f9c6-11e6-826c-442a73502b59.png"> r? @frewsxcv
rust-highfive
commented
Feb 26, 2017
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @eddyb (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. |
frewsxcv
commented
Feb 26, 2017
@bors r+ p=10 |
bors
commented
Feb 26, 2017
📌 Commit e7186ba has been approved by |
bors
commented
Feb 26, 2017
⌛ Testing commit e7186ba with merge 5a17554... |
bors
commented
Feb 26, 2017
💔 Test failed - status-travis |