1 file changed
+1
-1
lines changed- Cargo.lock+1-1
- Cargo.toml+1-1
- crates/cargo-util-schemas/Cargo.toml+1-1
- crates/cargo-util-schemas/manifest.schema.json+8
- crates/cargo-util-schemas/src/manifest/mod.rs+6
- src/bin/cargo/commands/build.rs+1
- src/bin/cargo/commands/check.rs+1
- src/cargo/core/compiler/build_config.rs+3
- src/cargo/core/compiler/build_runner/compilation_files.rs+4
- src/cargo/core/compiler/mod.rs+59-43
- src/cargo/core/compiler/standard_lib.rs+1
- src/cargo/core/compiler/unit.rs+9
- src/cargo/core/compiler/unit_dependencies.rs+1
- src/cargo/core/features.rs+2
- src/cargo/core/manifest.rs+5
- src/cargo/core/profiles.rs+7
- src/cargo/ops/cargo_compile/mod.rs+25-1
- src/cargo/ops/cargo_compile/unit_generator.rs+1
- src/cargo/util/command_prelude.rs+9
- src/doc/contrib/src/implementation/subcommands.md+1-1
- src/doc/src/reference/unstable.md+34
- tests/testsuite/cargo/z_help/stdout.term.svg+48-46
- tests/testsuite/compile_time_deps.rs+399
- tests/testsuite/config.rs+1
- tests/testsuite/custom_target.rs+11-1
- tests/testsuite/doc.rs+7-1
- tests/testsuite/main.rs+1
- tests/testsuite/profile_trim_paths.rs+4
- tests/testsuite/profiles.rs+80
- tests/testsuite/rust_version.rs+16-16
0 commit comments