-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Rollup of 8 pull requests #38106
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Rollup of 8 pull requests #38106
Conversation
dns2utf8
commented
Dec 1, 2016
- Successful merges: Add missing examples for Ipv6Addr #37859, add regression test for #36168 #37919, Add part of missing UdpSocket's urls and examples #38020, Refactor one_bound_for_assoc_type to take an Iterator instead of Vec #38028, Fix verify.rs #38029, bootstrap/README: fix small typo #38073, Add missing examples for IpAddr enum #38077, Add cloned example for Option #38090
- Failed merges:
use syntax::ast::Name; is a reexport of syntax::symbol::Symbol(u32);
Add missing examples for Ipv6Addr r? @steveklabnik cc @frewsxcv
add regression test for rust-lang#36168 Fixes rust-lang#36168 r? @michaelwoerister
…ewsxcv Add part of missing UdpSocket's urls and examples r? @frewsxcv
Refactor one_bound_for_assoc_type to take an Iterator instead of Vec I doubt the performance implications will be serious, but it will avoid allocating one-element Vecs for the successful case (and avoid allocating vecs at all for any case, too). `--stage 2` tests passed locally.
Fix verify.rs Finishing d2f8fb0 from @jseyfried
bootstrap/README: fix small typo
Add missing examples for IpAddr enum r? @frewsxcv
Add cloned example for Option r? @frewsxcv
r? @aturon (rust_highfive has picked a reviewer for you, use r? to override) |
Rollup looks good. Is this ok? |
📌 Commit 0c28d5d has been approved by |
⌛ Testing commit 0c28d5d with merge fb24878... |
@bors: retry force clean
|
⌛ Testing commit 0c28d5d with merge ec35783... |
Oh, the button just worked so I guessed 😉 I guess only collaborators have the right to r+? |
💔 Test failed - auto-win-gnu-32-opt |
Ah, too bad it failed. So what do we next? Can I edit this PR and try to fix it or should I close it? |
Yes, only collaborators can r+ and yes, please close it. |
Sorry for the interruption. |