File tree
80 files changed
+4978
-246
lines changed- src- bootstrap
- libpanic_abort
- libpanic_unwind
- libstd- io
- net
- sys_common
- sys- cloudabi- shims
 
- redox- net
 
- sgx- abi- usercalls
 
 
- unix
- wasm
- windows
 
- thread
 
- libtest
- libunwind
- rustc/fortanix-sgx-abi_shim
- tools/tidy/src
 
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
80 files changed
+4978
-246
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 61 | 61 |  | |
| 62 | 62 |  | |
| 63 | 63 |  | |
| 64 |  | - | |
| 65 | 64 |  | |
| 66 | 65 |  | |
| 67 | 66 |  | |
| 68 | 67 |  | |
| 69 | 68 |  | |
| 70 | 69 |  | |
|  | 70 | + | |
|  | 71 | + | |
|  | 72 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 797 | 797 |  | |
| 798 | 798 |  | |
| 799 | 799 |  | |
|  | 800 | + | |
|  | 801 | + | |
|  | 802 | + | |
|  | 803 | + | |
|  | 804 | + | |
|  | 805 | + | |
|  | 806 | + | |
|  | 807 | + | |
| 800 | 808 |  | |
| 801 | 809 |  | |
| 802 | 810 |  | |
|  | |||
| 2773 | 2781 |  | |
| 2774 | 2782 |  | |
| 2775 | 2783 |  | |
|  | 2784 | + | |
| 2776 | 2785 |  | |
| 2777 | 2786 |  | |
| 2778 | 2787 |  | |
|  | |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 874 | 874 |  | |
| 875 | 875 |  | |
| 876 | 876 |  | |
|  | 877 | + | |
| 877 | 878 |  | |
| 878 | 879 |  | |
| 879 | 880 |  | |
|  | |||
Submodule libcompiler_builtins updated from fe74674 to 10f4f35
- .travis.yml+46-54
- Cargo.lock+3-3
- Cargo.toml+2-1
- README.md+1-2
- appveyor.yml+2-2
- build.rs+1-1
- ci/android-install-ndk.sh+3-3
- ci/android-install-sdk.sh+2-2
- ci/android-sysimage.sh+22-18
- ci/dox.sh+8-8
- ci/emscripten-entry.sh+1
- ci/emscripten.sh+4-2
- ci/linux-s390x.sh+2
- ci/linux-sparc64.sh+2
- ci/run-docker.sh+18-13
- ci/run-qemu.sh+7-5
- ci/run.sh+33-32
- ci/style.rs+4-1
- libc-test/Cargo.toml+1-1
- libc-test/build.rs+173-121
- src/cloudabi/mod.rs+152
- src/dox.rs+27-17
- src/fuchsia/mod.rs+158-1
- src/lib.rs+150-271
- src/macros.rs+4-1
- src/redox/mod.rs+154
- src/sgx.rs+54
- src/switch.rs+22-1
- src/unix/bsd/apple/mod.rs+18-2
- src/unix/bsd/freebsdlike/dragonfly/mod.rs+8
- src/unix/bsd/freebsdlike/freebsd/mod.rs+76
- src/unix/bsd/freebsdlike/mod.rs+153-136
- src/unix/bsd/mod.rs+43
- src/unix/bsd/netbsdlike/mod.rs+16
- src/unix/bsd/netbsdlike/netbsd/aarch64.rs+1
- src/unix/bsd/netbsdlike/netbsd/arm.rs+1
- src/unix/bsd/netbsdlike/netbsd/mod.rs+74-7
- src/unix/bsd/netbsdlike/netbsd/powerpc.rs+1
- src/unix/bsd/netbsdlike/netbsd/sparc64.rs+1
- src/unix/bsd/netbsdlike/netbsd/x86.rs+1
- src/unix/bsd/netbsdlike/netbsd/x86_64.rs+1
- src/unix/bsd/netbsdlike/openbsdlike/mod.rs+2
- src/unix/bsd/netbsdlike/openbsdlike/openbsd/mod.rs+2
- src/unix/haiku/mod.rs+12
- src/unix/hermit/mod.rs+6
- src/unix/mod.rs+178
- src/unix/newlib/mod.rs+6
- src/unix/notbsd/android/mod.rs+9-1
- src/unix/notbsd/emscripten.rs+12-1
- src/unix/notbsd/linux/mod.rs+12-1
- src/unix/notbsd/linux/musl/b32/arm.rs+3
- src/unix/notbsd/linux/musl/b32/mips.rs+3
- src/unix/notbsd/linux/musl/b32/powerpc.rs+3
- src/unix/notbsd/linux/musl/b32/x86.rs+3
- src/unix/notbsd/linux/musl/b64/aarch64.rs+3
- src/unix/notbsd/linux/musl/b64/powerpc64.rs+47-44
- src/unix/notbsd/linux/musl/mod.rs+4
- src/unix/notbsd/linux/other/b32/mod.rs+4
- src/unix/notbsd/linux/other/b64/aarch64.rs+4
- src/unix/notbsd/linux/other/b64/powerpc64.rs+4
- src/unix/notbsd/linux/other/b64/sparc64.rs+4
- src/unix/notbsd/mod.rs+37
- src/unix/solaris/mod.rs+8
- src/unix/uclibc/mod.rs+13-2
- src/windows.rs+152
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 66 | 66 |  | |
| 67 | 67 |  | |
| 68 | 68 |  | |
|  | 69 | + | |
|  | 70 | + | |
|  | 71 | + | |
|  | 72 | + | |
|  | 73 | + | |
|  | 74 | + | |
| 69 | 75 |  | |
| 70 | 76 |  | |
| 71 | 77 |  | |
|  | |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 62 | 62 |  | |
| 63 | 63 |  | |
| 64 | 64 |  | |
| 65 |  | - | |
|  | 65 | + | |
| 66 | 66 |  | |
| 67 | 67 |  | |
| 68 | 68 |  | |
|  | |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 35 | 35 |  | |
| 36 | 36 |  | |
| 37 | 37 |  | |
| 38 |  | - | |
|  | 38 | + | |
| 39 | 39 |  | |
| 40 | 40 |  | |
|  | 41 | + | |
|  | 42 | + | |
|  | 43 | + | |
| 41 | 44 |  | |
| 42 | 45 |  | |
| 43 | 46 |  | |
|  | |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 184 | 184 |  | |
| 185 | 185 |  | |
| 186 | 186 |  | |
| 187 |  | - | |
|  | 187 | + | |
| 188 | 188 |  | |
| 189 | 189 |  | |
| 190 | 190 |  | |
|  | |||
0 commit comments