2 files changed
+11
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
351 | 351 | | |
352 | 352 | | |
353 | 353 | | |
354 | | - | |
| 354 | + | |
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
| |||
655 | 655 | | |
656 | 656 | | |
657 | 657 | | |
658 | | - | |
| 658 | + | |
659 | 659 | | |
660 | | - | |
| 660 | + | |
661 | 661 | | |
662 | 662 | | |
663 | | - | |
| 663 | + | |
664 | 664 | | |
665 | 665 | | |
666 | 666 | | |
| |||
675 | 675 | | |
676 | 676 | | |
677 | 677 | | |
678 | | - | |
| 678 | + | |
679 | 679 | | |
680 | 680 | | |
681 | 681 | | |
| |||
693 | 693 | | |
694 | 694 | | |
695 | 695 | | |
696 | | - | |
| 696 | + | |
697 | 697 | | |
698 | | - | |
| 698 | + | |
699 | 699 | | |
700 | 700 | | |
701 | 701 | | |
| |||
2294 | 2294 | | |
2295 | 2295 | | |
2296 | 2296 | | |
2297 | | - | |
| 2297 | + | |
2298 | 2298 | | |
2299 | 2299 | | |
2300 | 2300 | | |
| |||
2557 | 2557 | | |
2558 | 2558 | | |
2559 | 2559 | | |
2560 | | - | |
| 2560 | + | |
2561 | 2561 | | |
2562 | 2562 | | |
2563 | 2563 | | |
| |||
3528 | 3528 | | |
3529 | 3529 | | |
3530 | 3530 | | |
3531 | | - | |
| 3531 | + | |
3532 | 3532 | | |
3533 | 3533 | | |
3534 | 3534 | | |
| |||
- .github/workflows/main.yml+4
- Cargo.toml+1-1
- crates/cargo-test-macro/src/lib.rs+17
- crates/cargo-test-support/build.rs+1
- crates/cargo-test-support/containers/apache/Dockerfile+26
- crates/cargo-test-support/containers/apache/bar/Cargo.toml+4
- crates/cargo-test-support/containers/apache/bar/src/lib.rs+1
- crates/cargo-test-support/containers/apache/httpd-cargo.conf+12
- crates/cargo-test-support/containers/sshd/Dockerfile+29
- crates/cargo-test-support/containers/sshd/bar/Cargo.toml+4
- crates/cargo-test-support/containers/sshd/bar/src/lib.rs+1
- crates/cargo-test-support/src/containers.rs+285
- crates/cargo-test-support/src/lib.rs+7
- src/cargo/core/compiler/artifact.rs+42-2
- src/cargo/core/compiler/unit_dependencies.rs+3-40
- src/cargo/core/dependency.rs+14-7
- src/cargo/core/features.rs+4
- src/cargo/core/package.rs+1-2
- src/cargo/core/profiles.rs+6-1
- src/cargo/ops/cargo_output_metadata.rs+134-35
- src/cargo/sources/git/known_hosts.rs+2-1
- src/cargo/sources/git/utils.rs+11-2
- src/cargo/sources/registry/index.rs+1-1
- src/cargo/util/network.rs+1-1
- src/cargo/util/toml/mod.rs+46-13
- src/doc/contrib/src/tests/running.md+27
- src/doc/contrib/src/tests/writing.md+13
- src/doc/src/appendix/git-authentication.md+5
- src/doc/src/reference/config.md+1
- src/doc/src/reference/unstable.md+25
- tests/testsuite/advanced_env.rs-3
- tests/testsuite/cargo_add/dev_build_conflict/stderr.log+2-2
- tests/testsuite/cargo_add/invalid_arg/stderr.log+3-3
- tests/testsuite/cargo_add/invalid_target_empty/stderr.log+2-2
- tests/testsuite/cargo_add/no_args/stderr.log+2-2
- tests/testsuite/cargo_remove/invalid_arg/stderr.log+3-3
- tests/testsuite/cargo_remove/no_arg/stderr.log+2-2
- tests/testsuite/git.rs+2
- tests/testsuite/https.rs+152
- tests/testsuite/init/unknown_flags/stderr.log+3-3
- tests/testsuite/install.rs+2-4
- tests/testsuite/login.rs+4-4
- tests/testsuite/main.rs+2
- tests/testsuite/metadata.rs+136-4
- tests/testsuite/new.rs+3-5
- tests/testsuite/profile_config.rs+61
- tests/testsuite/run.rs+5-2
- tests/testsuite/rustc.rs+1-1
- tests/testsuite/ssh.rs+548
- tests/testsuite/vendor.rs+2-2
0 commit comments