File tree
6 files changed
+23
-15
lines changed- src
- doc
- librustc_driver
- librustc_metadata
- tools
6 files changed
+23
-15
lines changedSubmodule nomicon updated from 6fa139b to 616b984
- Cargo.lock+2-2
- Cargo.toml+1-1
- README.md-19
- appveyor.yml+1-1
- ci/run-docker.sh+2
- libc-test/build.rs-16
- src/unix/bsd/mod.rs-2
- src/unix/mod.rs-17
- src/unix/notbsd/android/b64/mod.rs+1-1
- src/unix/notbsd/android/mod.rs-12
- src/unix/notbsd/linux/mips/mips32.rs+1-1
- src/unix/notbsd/linux/mips/mips64.rs+1-1
- src/unix/notbsd/linux/mips/mod.rs-1
- src/unix/notbsd/linux/mod.rs-37
- src/unix/notbsd/linux/musl/mod.rs+1-2
- src/unix/notbsd/linux/other/b32/arm.rs-1
- src/unix/notbsd/linux/other/b32/powerpc.rs-1
- src/unix/notbsd/linux/other/b32/x86.rs-1
- src/unix/notbsd/linux/other/b64/aarch64.rs-1
- src/unix/notbsd/linux/other/b64/powerpc64.rs-1
- src/unix/notbsd/linux/other/b64/sparc64.rs-1
- src/unix/notbsd/linux/other/b64/x86_64.rs-1
- src/unix/notbsd/linux/other/mod.rs+1-1
- src/unix/notbsd/linux/s390x.rs+1-2
- src/unix/solaris/mod.rs+45-113
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
895 | 895 |
| |
896 | 896 |
| |
897 | 897 |
| |
| 898 | + | |
898 | 899 |
| |
899 | 900 |
| |
900 |
| - | |
| 901 | + | |
901 | 902 |
| |
902 | 903 |
| |
903 | 904 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
48 |
| - | |
| 48 | + | |
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
| |||
136 | 136 |
| |
137 | 137 |
| |
138 | 138 |
| |
| 139 | + | |
139 | 140 |
| |
140 | 141 |
| |
141 | 142 |
| |
142 | 143 |
| |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
143 | 159 |
| |
144 | 160 |
| |
145 | 161 |
| |
| |||
222 | 238 |
| |
223 | 239 |
| |
224 | 240 |
| |
225 |
| - | |
226 |
| - | |
227 |
| - | |
228 |
| - | |
229 |
| - | |
230 |
| - | |
231 |
| - | |
232 |
| - | |
233 |
| - | |
234 | 241 |
| |
235 | 242 |
| |
236 | 243 |
| |
|
Submodule rust-installer updated 2 files
- Cargo.lock+75-76
- Cargo.toml+8-8
- Makefile.in+1-1
- appveyor.yml+2-1
- src/bin/bench.rs+2-14
- src/bin/cargo.rs+1-1
- src/cargo/core/manifest.rs-13
- src/cargo/core/package_id.rs+2-2
- src/cargo/core/resolver/encode.rs+2-2
- src/cargo/core/source.rs+2-2
- src/cargo/ops/cargo_new.rs+4-5
- src/cargo/ops/cargo_read_manifest.rs+1-16
- src/cargo/ops/cargo_rustc/compilation.rs+26-3
- src/cargo/ops/cargo_rustc/context.rs+2-17
- src/cargo/ops/cargo_rustc/custom_build.rs+1-4
- src/cargo/ops/cargo_rustc/fingerprint.rs+4-4
- src/cargo/ops/cargo_rustc/layout.rs-7
- src/cargo/ops/cargo_rustc/mod.rs+5-42
- src/cargo/ops/mod.rs+1-1
- src/cargo/util/config.rs+2-8
- src/cargo/util/toml.rs+25-24
- src/crates-io/Cargo.toml+4-4
- src/doc/manifest.md-9
- src/doc/stylesheets/all.css-1
- tests/bad-config.rs-3
- tests/bench.rs-133
- tests/build-auth.rs+2-2
- tests/build-script.rs+7-18
- tests/build.rs-31
- tests/cargotest/Cargo.toml+2-2
- tests/cargotest/lib.rs+28-19
- tests/git.rs-55
- tests/new.rs-9
- tests/plugins.rs+11-22
0 commit comments