File tree
19 files changed
+24
-24
lines changed- src
- doc
- librustc/ty/query
- librustc_metadata
- libserialize
- tools
19 files changed
+24
-24
lines changedSubmodule nomicon updated from 7fd4934 to 748a5e6
Submodule reference updated from 821355a to 134f419
Submodule rust-by-example updated 22 files
- .travis.yml+2
- CODE_OF_CONDUCT.md+7-9
- deploy.sh+30
- src/SUMMARY.md+2-5
- src/compatibility.md-7
- src/compatibility/raw_identifiers.md-42
- src/custom_types/constants.md+9-5
- src/error/multiple_error_types/reenter_question_mark.md+1-1
- src/error/multiple_error_types/wrap_error.md+1
- src/flow_control/match/binding.md+1-1
- src/fn/closures/capture.md+1-1
- src/hello/print.md+1-1
- src/index.md+2-4
- src/macros/designators.md-1
- src/mod/use.md+3-19
- src/primitives.md+2-3
- src/primitives/array.md+1-1
- src/scope/lifetime/elision.md+1-1
- src/std_misc/arg.md+1-1
- src/std_misc/channels.md+2-10
- src/std_misc/fs.md+2-1
- src/std_misc/process/wait.md+2-1
Submodule libcompiler_builtins updated from 0703bfa to 2a2f6d9
- .travis.yml+8-15
- Cargo.lock+90-70
- Cargo.toml+1-2
- README.md+22-34
- ci/docker/aarch64-unknown-linux-musl/Dockerfile+6-6
- ci/docker/arm-unknown-linux-musleabihf/Dockerfile+6-6
- ci/docker/i686-unknown-linux-musl/Dockerfile+6-7
- ci/docker/sparc64-unknown-linux-gnu/Dockerfile+1-4
- ci/docker/x86_64-unknown-linux-musl/Dockerfile+6-6
- ci/ios/deploy_and_run_on_ios_simulator.rs-1
- ci/linux-sparc64.sh+1-1
- ci/run.sh+2-10
- ci/style.rs+1-3
- libc-test/Cargo.toml+1-2
- libc-test/build.rs+16-76
- src/dox.rs+5-63
- src/fuchsia/aarch64.rs+2-2
- src/fuchsia/mod.rs+68-93
- src/fuchsia/powerpc64.rs+79
- src/lib.rs+27-31
- src/macros.rs+2-19
- src/redox/mod.rs-34
- src/redox/net.rs-14
- src/switch.rs-48
- src/unix/bsd/apple/b32.rs-6
- src/unix/bsd/apple/b64.rs+1-5
- src/unix/bsd/apple/mod.rs+12-46
- src/unix/bsd/freebsdlike/dragonfly/mod.rs-24
- src/unix/bsd/freebsdlike/freebsd/mod.rs-30
- src/unix/bsd/freebsdlike/mod.rs+4-24
- src/unix/bsd/mod.rs-1
- src/unix/bsd/netbsdlike/mod.rs+4-14
- src/unix/bsd/netbsdlike/netbsd/aarch64.rs-3
- src/unix/bsd/netbsdlike/netbsd/arm.rs-3
- src/unix/bsd/netbsdlike/netbsd/mod.rs+3-49
- src/unix/bsd/netbsdlike/netbsd/other/b32/mod.rs-1
- src/unix/bsd/netbsdlike/netbsd/other/b64/mod.rs-1
- src/unix/bsd/netbsdlike/netbsd/other/mod.rs+14
- src/unix/bsd/netbsdlike/netbsd/powerpc.rs-3
- src/unix/bsd/netbsdlike/netbsd/x86_64.rs-3
- src/unix/bsd/netbsdlike/openbsdlike/bitrig/mod.rs-2
- src/unix/bsd/netbsdlike/openbsdlike/mod.rs+1-14
- src/unix/bsd/netbsdlike/openbsdlike/openbsd/mod.rs-206
- src/unix/haiku/mod.rs+4-27
- src/unix/hermit/aarch64.rs-2
- src/unix/hermit/mod.rs-736
- src/unix/hermit/x86_64.rs-2
- src/unix/mod.rs+2-28
- src/unix/newlib/mod.rs+23-72
- src/unix/notbsd/android/b32/mod.rs+16
- src/unix/notbsd/android/b64/mod.rs+25
- src/unix/notbsd/android/mod.rs+23-118
- src/unix/notbsd/emscripten.rs+39-42
- src/unix/notbsd/linux/mips/mips32.rs+3-69
- src/unix/notbsd/linux/mips/mips64.rs-68
- src/unix/notbsd/linux/mips/mod.rs+20-26
- src/unix/notbsd/linux/mod.rs+88-280
- src/unix/notbsd/linux/musl/b32/arm.rs-85
- src/unix/notbsd/linux/musl/b32/mips.rs-85
- src/unix/notbsd/linux/musl/b32/mod.rs+15-9
- src/unix/notbsd/linux/musl/b32/powerpc.rs-866
- src/unix/notbsd/linux/musl/b32/x86.rs-85
- src/unix/notbsd/linux/musl/b64/aarch64.rs-135
- src/unix/notbsd/linux/musl/b64/mod.rs+62
- src/unix/notbsd/linux/musl/b64/powerpc64.rs+12-143
- src/unix/notbsd/linux/musl/b64/x86_64.rs-136
- src/unix/notbsd/linux/musl/mod.rs+75-22
- src/unix/notbsd/linux/other/b32/mod.rs-69
- src/unix/notbsd/linux/other/b64/aarch64.rs-44
- src/unix/notbsd/linux/other/b64/not_x32.rs-70
- src/unix/notbsd/linux/other/b64/powerpc64.rs-68
- src/unix/notbsd/linux/other/b64/sparc64.rs-78
- src/unix/notbsd/linux/other/b64/x32.rs-43
- src/unix/notbsd/linux/other/b64/x86_64.rs-4
- src/unix/notbsd/linux/other/mod.rs+20-47
- src/unix/notbsd/linux/s390x.rs-47
- src/unix/notbsd/mod.rs+2-200
- src/unix/solaris/mod.rs+3-7
- src/unix/uclibc/mips/mips32.rs+2-372
- src/unix/uclibc/mips/mips64.rs-5
- src/unix/uclibc/mod.rs+25-77
- src/unix/uclibc/x86_64/mod.rs+11-67
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1020 | 1020 |
| |
1021 | 1021 |
| |
1022 | 1022 |
| |
1023 |
| - | |
| 1023 | + | |
1024 | 1024 |
| |
1025 | 1025 |
| |
1026 | 1026 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
78 |
| - | |
| 78 | + | |
79 | 79 |
| |
80 | 80 |
| |
81 | 81 |
| |
|
Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
490 | 490 |
| |
491 | 491 |
| |
492 | 492 |
| |
493 |
| - | |
| 493 | + | |
494 | 494 |
| |
495 | 495 |
| |
496 | 496 |
| |
| |||
648 | 648 |
| |
649 | 649 |
| |
650 | 650 |
| |
651 |
| - | |
| 651 | + | |
652 | 652 |
| |
653 | 653 |
| |
654 | 654 |
| |
| |||
740 | 740 |
| |
741 | 741 |
| |
742 | 742 |
| |
743 |
| - | |
| 743 | + | |
744 | 744 |
| |
745 | 745 |
| |
746 | 746 |
| |
| |||
923 | 923 |
| |
924 | 924 |
| |
925 | 925 |
| |
926 |
| - | |
| 926 | + | |
927 | 927 |
| |
928 | 928 |
| |
929 | 929 |
| |
| |||
1016 | 1016 |
| |
1017 | 1017 |
| |
1018 | 1018 |
| |
1019 |
| - | |
| 1019 | + | |
1020 | 1020 |
| |
1021 | 1021 |
| |
1022 | 1022 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
58 |
| - | |
| 58 | + | |
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
| 28 | + | |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
| |||
537 | 537 |
| |
538 | 538 |
| |
539 | 539 |
| |
540 |
| - | |
| 540 | + | |
541 | 541 |
| |
542 | 542 |
| |
543 | 543 |
| |
|
Submodule llvm updated 13135 files
Submodule stdsimd updated from 05c2f61 to 1ea18a5
Submodule clippy updated from fdd830f to e456241
Submodule miri updated from e6f1e15 to e0e1bd7
Submodule rls updated from 5b5cd9d to 1263f1f
Submodule rustfmt updated from 1c40881 to 0f8029f
0 commit comments