1 file changed
+1
-1
lines changed- src/cargo/core/mod.rs+1-1
- src/cargo/core/workspace.rs+122-92
- src/cargo/ops/cargo_rustc/context.rs+44-18
- src/cargo/ops/cargo_rustc/fingerprint.rs+5-2
- src/cargo/ops/cargo_rustc/layout.rs+3-3
- src/cargo/ops/cargo_rustc/mod.rs+13-14
- src/cargo/ops/lockfile.rs+19-8
- src/cargo/util/toml/mod.rs+7-9
- src/doc/book/src/reference/config.md+11-9
- src/doc/book/src/reference/specifying-dependencies.md+1-2
- src/doc/config.md+10-9
- src/doc/specifying-dependencies.md+1-2
- tests/bad-config.rs+336-303
- tests/bad-manifest-path.rs+16-12
- tests/bench.rs+106-76
- tests/build-auth.rs+12-8
- tests/build-lib.rs+11-8
- tests/build-script-env.rs+4-4
- tests/build-script.rs+198-142
- tests/build.rs+423-303
- tests/cargo-features.rs+24-16
- tests/cargo.rs+8-7
- tests/cargo_alias_config.rs+18-12
- tests/cargotest/support/cross_compile.rs+4-3
- tests/cargotest/support/git.rs+24-15
- tests/cargotest/support/mod.rs+71-65
- tests/cargotest/support/publish.rs+4-4
- tests/cargotest/support/registry.rs+1-1
- tests/cfg.rs+24-16
- tests/check.rs+56-47
- tests/clean.rs+20-17
- tests/concurrent.rs+9-9
- tests/config.rs+3-2
- tests/cross-compile.rs+76-59
- tests/cross-publish.rs+6-6
- tests/death.rs+2-2
- tests/dep-info.rs+12-8
- tests/directory.rs+20-20
- tests/doc.rs+83-56
- tests/features.rs+88-60
- tests/fetch.rs+3-2
- tests/freshness.rs+40-28
- tests/generate-lockfile.rs+12-8
- tests/git.rs+104-77
- tests/install.rs+47-46
- tests/jobserver.rs+11-10
- tests/local-registry.rs+23-17
- tests/lockfile-compat.rs+59-12
- tests/metadata.rs+56-41
- tests/net-config.rs+6-4
- tests/new.rs+13
- tests/overrides.rs+107-82
- tests/package.rs+51-39
- tests/patch.rs+54-38
- tests/path.rs+63-56
- tests/plugins.rs+35-29
- tests/proc-macro.rs+24-19
- tests/profiles.rs+26-25
- tests/publish.rs+38-32
- tests/read-manifest.rs+15-10
- tests/registry.rs+84-78
- tests/required-features.rs+41-41
- tests/run.rs+85-59
- tests/rustc.rs+45-36
- tests/rustdoc.rs+21-16
- tests/rustdocflags.rs+8-8
- tests/rustflags.rs+95-95
- tests/search.rs+1-1
- tests/small-fd-limits.rs+3-2
- tests/test.rs+221-153
- tests/tool-paths.rs+18-16
- tests/verify-project.rs+9-6
- tests/version.rs+9-8
- tests/warn-on-failure.rs+6-5
- tests/workspaces.rs+143-42
0 commit comments