File tree
22 files changed
+202
-65
lines changed- src
- doc
- grammar
- librustc_metadata
- librustc_save_analysis
- librustc_typeck
- check
- librustc
- hir
- ich
- middle
- traits
- libsyntax/parse
- rt
- test
- compile-fail/specialization/defaultimpl
- run-pass/specialization/defaultimpl
22 files changed
+202
-65
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+5-2
- src/cargo/core/resolver/mod.rs+41-26
- src/cargo/ops/cargo_generate_lockfile.rs+1-1
- src/cargo/ops/cargo_new.rs+2-2
- src/cargo/ops/cargo_package.rs+2-1
- src/cargo/ops/cargo_rustc/job_queue.rs+28-6
- src/cargo/ops/cargo_rustc/mod.rs+23-6
- src/cargo/ops/cargo_test.rs+1-1
- src/cargo/sources/git/utils.rs+51-44
- src/cargo/util/config.rs+15-5
- src/cargo/util/rustc.rs+14-4
- src/cargo/util/toml.rs+4-1
- 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+1-4
- tests/build.rs+21-7
- tests/cargotest/lib.rs+4-1
- tests/cfg.rs+1-11
- tests/check.rs-31
- tests/cross-compile.rs+4-4
- tests/doc.rs+1-3
- tests/git.rs+67
- tests/package.rs+2-1
- tests/publish.rs+2-1
- tests/registry.rs+3-6
- tests/test.rs+81-12
- tests/warn-on-failure.rs+92
Submodule rls updated from 016cbc5 to 6ecff95
- first-edition/src/unsafe.md+1-1
- first-edition/src/using-rust-without-the-standard-library.md+3-1
- redirects/compiler-plugins.md+3-1
- 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+42-1
Submodule reference updated from b060f73 to 6b0de90
Lines changed: 17 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
| 92 | + | |
92 | 93 |
| |
93 | 94 |
| |
94 | 95 |
| |
| |||
534 | 535 |
| |
535 | 536 |
| |
536 | 537 |
| |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
537 | 543 |
| |
538 | 544 |
| |
539 | 545 |
| |
| |||
588 | 594 |
| |
589 | 595 |
| |
590 | 596 |
| |
591 |
| - | |
| 597 | + | |
592 | 598 |
| |
593 |
| - | |
| 599 | + | |
594 | 600 |
| |
595 |
| - | |
| 601 | + | |
596 | 602 |
| |
597 |
| - | |
| 603 | + | |
598 | 604 |
| |
599 |
| - | |
| 605 | + | |
600 | 606 |
| |
601 |
| - | |
| 607 | + | |
602 | 608 |
| |
603 |
| - | |
| 609 | + | |
604 | 610 |
| |
605 |
| - | |
| 611 | + | |
606 | 612 |
| |
607 |
| - | |
| 613 | + | |
608 | 614 |
| |
609 | 615 |
| |
610 | 616 |
| |
611 |
| - | |
| 617 | + | |
612 | 618 |
| |
613 | 619 |
| |
614 | 620 |
| |
| |||
1935 | 1941 |
| |
1936 | 1942 |
| |
1937 | 1943 |
| |
1938 |
| - | |
| 1944 | + |
- .travis.yml+9-10
- 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+6-2
- libc-test/build.rs+5-2
- src/unix/bsd/apple/b64.rs+2
- src/unix/bsd/apple/mod.rs+6-27
- src/unix/bsd/freebsdlike/freebsd/mod.rs+81
- src/unix/bsd/freebsdlike/mod.rs+15-31
- src/unix/bsd/netbsdlike/mod.rs+10-33
- 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+14-54
- 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+15-25
- src/unix/solaris/mod.rs+11-26
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1362 | 1362 |
| |
1363 | 1363 |
| |
1364 | 1364 |
| |
| 1365 | + | |
| 1366 | + | |
| 1367 | + | |
1365 | 1368 |
| |
1366 | 1369 |
| |
1367 | 1370 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
933 | 933 |
| |
934 | 934 |
| |
935 | 935 |
| |
936 |
| - | |
| 936 | + | |
937 | 937 |
| |
938 | 938 |
| |
939 | 939 |
| |
|
0 commit comments