File tree
50 files changed
+1078
-41
lines changed- src
- doc
- librustc_metadata
- librustc_save_analysis
- librustc_trans
- librustc_typeck
- check
- coherence
- librustc
- hir
- middle
- traits
- librustdoc
- libsyntax_ext/deriving/generic
- libsyntax
- parse
- print
- rt
- test
- compile-fail/specialization/defaultimpl
- run-pass/specialization/defaultimpl
- auxiliary
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
50 files changed
+1078
-41
lines changed- .travis.yml-2
- Cargo.lock+4-4
- Makefile.in-15
- src/bin/init.rs+1-1
- src/bin/new.rs+1-1
- src/cargo/core/manifest.rs+2-5
- src/cargo/core/resolver/mod.rs+26-41
- src/cargo/ops/cargo_generate_lockfile.rs+1-1
- src/cargo/ops/cargo_new.rs+2-2
- src/cargo/ops/cargo_package.rs+1-2
- src/cargo/ops/cargo_rustc/job_queue.rs+6-28
- src/cargo/ops/cargo_rustc/mod.rs+6-23
- src/cargo/ops/cargo_test.rs+1-1
- src/cargo/sources/git/utils.rs+44-51
- src/cargo/util/config.rs+5-15
- src/cargo/util/rustc.rs+4-14
- src/cargo/util/toml.rs+1-4
- src/ci/docker/android/Dockerfile-27
- src/ci/run.sh-6
- src/doc/environment-variables.md-3
- src/doc/specifying-dependencies.md-4
- tests/bench.rs+24-24
- tests/build-script.rs+4-1
- tests/build.rs+7-21
- tests/cargotest/lib.rs+1-4
- tests/cfg.rs+11-1
- tests/check.rs+31
- tests/cross-compile.rs+4-4
- tests/doc.rs+3-1
- tests/git.rs-67
- tests/package.rs+1-2
- tests/publish.rs+1-2
- tests/registry.rs+6-3
- tests/test.rs+12-81
- tests/warn-on-failure.rs-92
Submodule rls updated from 6ecff95 to 016cbc5
- first-edition/src/unsafe.md+1-1
- first-edition/src/using-rust-without-the-standard-library.md+1-3
- redirects/compiler-plugins.md+1-3
- second-edition/src/appendix-06-translation.md+1-1
- second-edition/src/ch13-03-improving-our-io-project.md+20-20
- second-edition/src/ch17-03-oo-design-patterns.md+5-5
- second-edition/theme/index.hbs+1-42
Submodule reference updated from 6b0de90 to b060f73
- .travis.yml+10-9
- appveyor.yml+1-1
- ci/android-install-sdk.sh-4
- ci/docker/x86_64-linux-android/Dockerfile-32
- ci/run-docker.sh-4
- ci/run.sh+2-6
- libc-test/build.rs+2-5
- src/unix/bsd/apple/b64.rs-2
- src/unix/bsd/apple/mod.rs+27-6
- src/unix/bsd/freebsdlike/freebsd/mod.rs-81
- src/unix/bsd/freebsdlike/mod.rs+31-15
- src/unix/bsd/netbsdlike/mod.rs+33-10
- src/unix/bsd/netbsdlike/netbsd/mod.rs-9
- src/unix/bsd/netbsdlike/openbsdlike/mod.rs-6
- src/unix/bsd/netbsdlike/openbsdlike/openbsd.rs-5
- src/unix/haiku/mod.rs-1
- src/unix/mod.rs-31
- src/unix/notbsd/android/b32/mod.rs-3
- src/unix/notbsd/android/b64/aarch64.rs-56
- src/unix/notbsd/android/b64/mod.rs+54-14
- src/unix/notbsd/android/b64/x86_64.rs-50
- src/unix/notbsd/android/mod.rs+1
- src/unix/notbsd/linux/mips/mod.rs+1-1
- src/unix/notbsd/linux/musl/mod.rs-3
- src/unix/notbsd/linux/other/mod.rs+1
- src/unix/notbsd/linux/s390x.rs+1
- src/unix/notbsd/mod.rs+25-15
- src/unix/solaris/mod.rs+26-11
Lines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1326 | 1326 |
| |
1327 | 1327 |
| |
1328 | 1328 |
| |
1329 |
| - | |
| 1329 | + | |
| 1330 | + | |
| 1331 | + | |
| 1332 | + | |
| 1333 | + | |
| 1334 | + | |
| 1335 | + | |
1330 | 1336 |
| |
1331 | 1337 |
| |
1332 | 1338 |
| |
| |||
1340 | 1346 |
| |
1341 | 1347 |
| |
1342 | 1348 |
| |
| 1349 | + | |
1343 | 1350 |
| |
1344 | 1351 |
| |
1345 | 1352 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1712 | 1712 |
| |
1713 | 1713 |
| |
1714 | 1714 |
| |
| 1715 | + | |
1715 | 1716 |
| |
1716 | 1717 |
| |
1717 | 1718 |
| |
|
Lines changed: 10 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
678 | 678 |
| |
679 | 679 |
| |
680 | 680 |
| |
| 681 | + | |
681 | 682 |
| |
682 | 683 |
| |
683 | 684 |
| |
684 | 685 |
| |
685 | 686 |
| |
686 | 687 |
| |
| 688 | + | |
687 | 689 |
| |
688 | 690 |
| |
689 | 691 |
| |
| |||
820 | 822 |
| |
821 | 823 |
| |
822 | 824 |
| |
| 825 | + | |
| 826 | + | |
| 827 | + | |
| 828 | + | |
| 829 | + | |
| 830 | + | |
| 831 | + | |
823 | 832 |
| |
824 | 833 |
| |
825 | 834 |
| |
| |||
931 | 940 |
| |
932 | 941 |
| |
933 | 942 |
| |
934 |
| - | |
935 |
| - | |
936 |
| - | |
937 |
| - | |
938 |
| - | |
| 943 | + | |
939 | 944 |
| |
940 | 945 |
| |
941 | 946 |
| |
|
0 commit comments