1 file changed
+1
-1
lines changed- Cargo.lock+1-1
- crates/rustfix/Cargo.toml+1-1
- crates/rustfix/tests/everything/closure-immutable-outer-variable.fixed.rs+3
- crates/rustfix/tests/everything/closure-immutable-outer-variable.json+62-49
- crates/rustfix/tests/everything/closure-immutable-outer-variable.rs+4-1
- src/cargo/core/compiler/build_context/target_info.rs+2-2
- src/cargo/core/compiler/build_runner/compilation_files.rs+32-16
- src/cargo/core/compiler/build_runner/mod.rs+2-2
- src/cargo/core/compiler/layout.rs+112-67
- src/cargo/core/compiler/mod.rs+5-1
- src/cargo/core/compiler/output_depinfo.rs+1-1
- src/cargo/core/compiler/timings.rs+1-1
- src/cargo/core/workspace.rs+15-4
- src/cargo/ops/cargo_clean.rs+15-9
- src/cargo/ops/cargo_package/mod.rs+7-5
- src/cargo/util/context/de.rs+22-1
- src/cargo/util/context/error.rs+108
- src/cargo/util/context/mod.rs+26-116
- src/cargo/util/context/value.rs+38-20
- src/doc/src/guide/build-performance.md+80-7
- src/doc/src/reference/config.md+1
- tests/testsuite/alt_registry.rs+9-6
- tests/testsuite/bad_config.rs+122-2
- tests/testsuite/cargo_features.rs+3-2
- tests/testsuite/config_cli.rs+1-1
- tests/testsuite/future_incompat_report.rs+2-2
- tests/testsuite/git.rs+12-8
- tests/testsuite/inheritable_workspace_fields.rs+9-6
- tests/testsuite/message_format.rs+4-1
- tests/testsuite/open_namespaces.rs+3-2
- tests/testsuite/package.rs+87-58
- tests/testsuite/publish.rs+114-76
- tests/testsuite/publish_lockfile.rs+6-4
- tests/testsuite/script/cargo.rs+52-52
- tests/testsuite/source_replacement.rs+3-2
0 commit comments