1 file changed
+1
-1
lines changedDiff for: src/tools/cargo
- .github/workflows/main.yml+27-37
- Cargo.lock+23-7
- Cargo.toml+3-3
- crates/cargo-test-support/src/compare.rs+46-284
- crates/cargo-test-support/src/diff.rs-49
- crates/cargo-test-support/src/lib.rs+157-71
- crates/mdman/src/hbs.rs+2-5
- crates/rustfix/Cargo.toml+1-1
- crates/rustfix/src/error.rs+9-4
- crates/rustfix/src/lib.rs+27-16
- crates/rustfix/src/replace.rs+203-146
- src/bin/cargo/commands/run.rs+2-6
- src/cargo/core/compiler/compilation.rs+4
- src/cargo/core/compiler/job_queue/mod.rs+11-5
- src/cargo/core/compiler/mod.rs+7-12
- src/cargo/core/features.rs+2
- src/cargo/ops/cargo_compile/mod.rs+6-2
- src/cargo/ops/fix.rs+10-14
- src/cargo/util/context/mod.rs+23
- src/cargo/util/toml/mod.rs+4-4
- src/cargo/util/toml/targets.rs+32-8
- src/doc/contrib/src/implementation/console.md+1-1
- src/doc/src/reference/environment-variables.md-1
- src/doc/src/reference/unstable.md+20
- tests/testsuite/artifact_dep.rs+33-49
- tests/testsuite/binary_name.rs+185
- tests/testsuite/build.rs+4-262
- tests/testsuite/build_script.rs-1
- tests/testsuite/build_script_extra_link_arg.rs-1
- tests/testsuite/cache_messages.rs-1
- tests/testsuite/cargo/z_help/stdout.term.svg+8-6
- tests/testsuite/cargo_command.rs-1
- tests/testsuite/check.rs-8
- tests/testsuite/check_cfg.rs+1-23
- tests/testsuite/clean.rs+6-3
- tests/testsuite/collisions.rs-1
- tests/testsuite/features2.rs-1
- tests/testsuite/fetch.rs-1
- tests/testsuite/fix.rs-3
- tests/testsuite/freshness.rs+12-12
- tests/testsuite/freshness_checksum.rs+12-12
- tests/testsuite/future_incompat_report.rs-3
- tests/testsuite/git_auth.rs-1
- tests/testsuite/global_cache_tracker.rs+59-52
- tests/testsuite/install.rs-3
- tests/testsuite/lto.rs-1
- tests/testsuite/main.rs+1
- tests/testsuite/message_format.rs-2
- tests/testsuite/metabuild.rs-3
- tests/testsuite/offline.rs-2
- tests/testsuite/package.rs-1
- tests/testsuite/package_features.rs-1
- tests/testsuite/profile_config.rs-2
- tests/testsuite/profile_overrides.rs-1
- tests/testsuite/profile_targets.rs-2
- tests/testsuite/profile_trim_paths.rs-2
- tests/testsuite/profiles.rs-4
- tests/testsuite/progress.rs-1
- tests/testsuite/publish.rs-1
- tests/testsuite/rustc.rs-2
- tests/testsuite/rustc_info_cache.rs-2
- tests/testsuite/rustdoc_extern_html.rs-3
- tests/testsuite/script.rs+33-9
- tests/testsuite/search.rs-1
- tests/testsuite/standard_lib.rs-3
- tests/testsuite/test.rs+21-11
- tests/testsuite/warn_on_failure.rs-2
- tests/testsuite/warning_override.rs+221
- triagebot.toml+2
0 commit comments