This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 2a32ac6
committed
Auto merge of rust-lang#127385 - weihanglo:update-cargo, r=weihanglo
Update cargo
13 commits in a515d463427b3912ec0365d106791f88c1c14e1b..f86ce56396168edf5d0e1c412ddda0b2edba7d46
2024-07-02 20:53:36 +0000 to 2024-07-05 17:52:05 +0000
- test: Migrate jobserver to snapbox (rust-lang/cargo#14191)
- chore(deps): update msrv (3 versions) to v1.77 (rust-lang/cargo#14186)
- test: migrate build_plan and build_script to snapbox (rust-lang/cargo#14193)
- test: migrate cfg and check to snapbox (rust-lang/cargo#14185)
- test: migrate install* and inheritable_workspace_fields to snapbox (rust-lang/cargo#14170)
- Pass rustflags to artifacts built with implicit targets when using target-applies-to-host (rust-lang/cargo#13900)
- test: Migrate network tests to snapbox (rust-lang/cargo#14187)
- test: migrate some files to snapbox (rust-lang/cargo#14113)
- test: Auto-redact `... after last build at ...`; Migrate `freshness` to Snapbox (rust-lang/cargo#14161)
- chore: fix some typos (rust-lang/cargo#14182)
- fix: improve message for inactive weak optional feature with edition2024 through unused dep collection (rust-lang/cargo#14026)
- test:migrate `doc/directory/docscrape` to snapbox (rust-lang/cargo#14171)
- test: Migrate git_auth to snapbox (rust-lang/cargo#14172)1 file changed
+1
-1
lines changed- Cargo.toml+1-1
- crates/cargo-test-support/src/compare.rs+11
- src/cargo/core/compiler/build_context/mod.rs-26
- src/cargo/core/compiler/build_context/target_info.rs+28-8
- src/cargo/core/compiler/build_runner/mod.rs+1-1
- src/cargo/core/compiler/custom_build.rs+1-4
- src/cargo/core/compiler/fingerprint/mod.rs+4-4
- src/cargo/core/compiler/mod.rs+2-2
- src/cargo/core/compiler/standard_lib.rs+3
- src/cargo/core/compiler/unit.rs+28
- src/cargo/core/compiler/unit_dependencies.rs+2
- src/cargo/core/summary.rs+35-1
- src/cargo/ops/cargo_compile/mod.rs+8
- src/cargo/ops/cargo_compile/unit_generator.rs+6-2
- src/cargo/util/context/mod.rs+5-5
- src/cargo/util/lints.rs+6-2
- src/cargo/util/toml/mod.rs+118-18
- src/doc/contrib/src/process/unstable.md+1-1
- src/doc/src/reference/build-scripts.md+1-1
- src/doc/src/reference/registry-index.md+1-1
- src/doc/src/reference/resolver.md+1-1
- src/doc/src/reference/semver.md+2-2
- src/doc/src/reference/unstable.md+2-2
- tests/testsuite/build_plan.rs+144-124
- tests/testsuite/build_script.rs+845-732
- tests/testsuite/cargo_command.rs+139-101
- tests/testsuite/cargo_env_config.rs+47-16
- tests/testsuite/cargo_features.rs+172-204
- tests/testsuite/cargo_targets.rs+17-18
- tests/testsuite/cfg.rs+76-85
- tests/testsuite/check.rs+291-175
- tests/testsuite/directory.rs+75-93
- tests/testsuite/doc.rs+464-354
- tests/testsuite/docscrape.rs+113-102
- tests/testsuite/features.rs+12-6
- tests/testsuite/freshness.rs+700-496
- tests/testsuite/git_auth.rs+114-47
- tests/testsuite/https.rs+10-13
- tests/testsuite/inheritable_workspace_fields.rs+243-274
- tests/testsuite/install.rs+628-525
- tests/testsuite/install_upgrade.rs+344-225
- tests/testsuite/jobserver.rs+92-20
- tests/testsuite/lints/unused_optional_dependencies.rs+195-50
- tests/testsuite/rustflags.rs+53
- tests/testsuite/ssh.rs+103-90
0 commit comments