Uh oh!
There was an error while loading. Please reload this page.
Update libc to 0.2.21 - #40317
Conversation
rust-highfive
commented
Mar 7, 2017
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @brson (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. |
alexcrichton
commented
Mar 7, 2017
@bors: r+ rollup |
bors
commented
Mar 7, 2017
📌 Commit 4fd93df has been approved by |
Update libc to 0.2.21 Update to include android aarch64 and x86 improvements.
frewsxcv
commented
Mar 8, 2017
This appears to fail on Android: https://travis-ci.org/rust-lang/rust/jobs/209003929 @bors r- |
malbarbo
commented
Mar 16, 2017
@frewsxcv libc 0.2.21 fixed the type of c_char from u8 to i8. I update the c_char on src/libstd/os/raw.rs to i8. This should fix the PR. |
alexcrichton
commented
Mar 16, 2017
@bors: r+ Thanks! |
bors
commented
Mar 16, 2017
📌 Commit 184b9c2 has been approved by |
Update libc to 0.2.21 Update to include android aarch64 and x86 improvements.
Update libc to 0.2.21 Update to include android aarch64 and x86 improvements.
frewsxcv
commented
Mar 17, 2017
@bors r- Looks like there's still an issue here: #40592 (comment) |
malbarbo
commented
Mar 17, 2017
I fixed the error. Run Maybe a local error? I also rebased... |
alexcrichton
commented
Mar 17, 2017
@bors: r+ |
bors
commented
Mar 17, 2017
📌 Commit 3435c60 has been approved by |
Update libc to 0.2.21 Update to include android aarch64 and x86 improvements.
Update libc to 0.2.21 Update to include android aarch64 and x86 improvements.
Update libc to 0.2.21 Update to include android aarch64 and x86 improvements.
Update libc to 0.2.21 Update to include android aarch64 and x86 improvements.
frewsxcv
commented
Mar 18, 2017
Here's another one: #40629 (comment) @bors r- |
malbarbo
commented
Mar 25, 2017
@alexcrichton Now both |
alexcrichton
commented
Mar 27, 2017
@bors: r+ Ok! |
bors
commented
Mar 27, 2017
📌 Commit 24be899 has been approved by |
Update libc to 0.2.21 Update to include android aarch64 and x86 improvements.
Update to include android aarch64 and x86 improvements.