1 file changed
+1
-1
lines changed- crates/crates-io/lib.rs+2-20
- src/cargo/core/compiler/custom_build.rs+8-7
- src/cargo/core/compiler/fingerprint.rs+6-16
- src/cargo/core/compiler/job.rs+13-2
- src/cargo/core/compiler/job_queue.rs+74-24
- src/cargo/core/compiler/mod.rs+8-8
- src/cargo/core/compiler/standard_lib.rs+39-18
- src/cargo/sources/registry/mod.rs+9-7
- src/cargo/util/hex.rs+1-10
- tests/testsuite/dep_info.rs+4-5
- tests/testsuite/mock-std/library/test/Cargo.toml+1
- tests/testsuite/mock-std/library/test/src/lib.rs+1
- tests/testsuite/mock-std/vendor/registry-dep-only-used-by-test/Cargo.toml+9
- tests/testsuite/mock-std/vendor/registry-dep-only-used-by-test/src/lib.rs+2
- tests/testsuite/mock-std/vendor/registry-dep-using-alloc/Cargo.toml+12
- tests/testsuite/mock-std/vendor/registry-dep-using-alloc/src/lib.rs+9
- tests/testsuite/mock-std/vendor/registry-dep-using-core/Cargo.toml+11
- tests/testsuite/mock-std/vendor/registry-dep-using-core/src/lib.rs+8
- tests/testsuite/mock-std/vendor/registry-dep-using-std/Cargo.toml+11
- tests/testsuite/mock-std/vendor/registry-dep-using-std/src/lib.rs+8
- tests/testsuite/mock-std/vendor/rustc-std-workspace-alloc/Cargo.toml+1
- tests/testsuite/mock-std/vendor/rustc-std-workspace-core/Cargo.toml+1
- tests/testsuite/mock-std/vendor/rustc-std-workspace-std/Cargo.toml+1
- tests/testsuite/registry.rs+41-4
- tests/testsuite/standard_lib.rs+78-56
0 commit comments