-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #48806 - alexcrichton:rollup, r=alexcrichton
Rollup of 9 pull requests - Successful merges: #48511, #48549, #48618, #48624, #48651, #48698, #48778, #48787, #48802 - Failed merges: #48669, #48710
- Loading branch information
Showing
52 changed files
with
458 additions
and
520 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule liblibc
updated
19 files
+67 −35 | Cargo.lock | |
+1 −1 | Cargo.toml | |
+1 −0 | appveyor.yml | |
+1 −0 | ci/run.sh | |
+8 −2 | libc-test/Cargo.toml | |
+17 −5 | libc-test/build.rs | |
+7 −3 | src/fuchsia/mod.rs | |
+3 −0 | src/lib.rs | |
+119 −0 | src/unix/bsd/apple/mod.rs | |
+76 −0 | src/unix/bsd/freebsdlike/freebsd/mod.rs | |
+3 −0 | src/unix/bsd/mod.rs | |
+15 −0 | src/unix/bsd/netbsdlike/mod.rs | |
+7 −3 | src/unix/mod.rs | |
+464 −0 | src/unix/notbsd/android/mod.rs | |
+239 −0 | src/unix/notbsd/linux/mips/mod.rs | |
+230 −8 | src/unix/notbsd/linux/mod.rs | |
+1 −1 | src/unix/notbsd/linux/other/b64/sparc64.rs | |
+276 −6 | src/unix/notbsd/linux/other/mod.rs | |
+5 −3 | src/unix/notbsd/mod.rs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.