2 files changed
+2
-2
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
278 | 278 |
| |
279 | 279 |
| |
280 | 280 |
| |
281 |
| - | |
| 281 | + | |
282 | 282 |
| |
283 | 283 |
| |
284 | 284 |
| |
|
- .github/workflows/main.yml+117
- CHANGELOG.md+105-2
- Cargo.toml+1-1
- azure-pipelines.yml-118
- ci/azure-install-rust.yml-18
- ci/azure-test-all.yml-33
- crates/cargo-test-support/src/lib.rs+19-34
- publish.py+10-6
- src/bin/cargo/cli.rs-1
- src/cargo/core/compiler/build_config.rs-17
- src/cargo/core/compiler/build_context/target_info.rs-10
- src/cargo/core/compiler/mod.rs+5-34
- src/cargo/core/compiler/standard_lib.rs+9-2
- src/cargo/core/features.rs+17-2
- src/cargo/core/manifest.rs+4
- src/cargo/core/profiles.rs+12-1
- src/cargo/core/workspace.rs+25-8
- src/cargo/lib.rs+2-2
- src/cargo/ops/cargo_output_metadata.rs+10-8
- src/cargo/sources/git/source.rs+1-1
- src/cargo/sources/git/utils.rs+10-4
- src/cargo/sources/path.rs+4
- src/cargo/sources/registry/remote.rs+2-2
- src/cargo/util/command_prelude.rs+1-1
- src/cargo/util/network.rs+1-1
- src/cargo/util/paths.rs+1-1
- src/doc/src/reference/publishing.md+2-2
- src/doc/src/reference/unstable.md+9-7
- tests/testsuite/alt_registry.rs+69-69
- tests/testsuite/dep_info.rs+1-1
- tests/testsuite/doc.rs+12-21
- tests/testsuite/freshness.rs+18-8
- tests/testsuite/lto.rs+5-44
- tests/testsuite/main.rs+1
- tests/testsuite/member_discovery.rs+44
- tests/testsuite/metadata.rs+134-134
- tests/testsuite/mock-std/src/libstd/Cargo.toml+3
- tests/testsuite/mock-std/src/libstd/lib.rs+5-2
- tests/testsuite/mock-std/src/libtest/Cargo.toml+3
- tests/testsuite/profile_config.rs+1-1
- tests/testsuite/profile_targets.rs+38-29
- tests/testsuite/rustc_info_cache.rs-6
- tests/testsuite/rustdoc.rs+18-13
- tests/testsuite/standard_lib.rs+60-9
- tests/testsuite/update.rs+29-29
- tests/testsuite/vendor.rs+45-1
- tests/testsuite/workspaces.rs+90
0 commit comments