1 file changed
+1
-1
lines changed- crates/cargo-test-support/src/lib.rs+19-3
- crates/resolver-tests/src/lib.rs+1
- src/cargo/core/compiler/context/mod.rs+1-1
- src/cargo/core/compiler/future_incompat.rs+1
- src/cargo/core/compiler/mod.rs+46-1
- src/cargo/core/features.rs+101-61
- src/cargo/core/package.rs+4-5
- src/cargo/core/registry.rs+8
- src/cargo/core/resolver/dep_cache.rs+18-7
- src/cargo/core/resolver/errors.rs+13-10
- src/cargo/core/resolver/mod.rs+13-1
- src/cargo/lib.rs+3-9
- src/cargo/ops/fix.rs+6-4
- src/cargo/ops/registry.rs+1-1
- src/cargo/ops/resolve.rs+17-3
- src/cargo/ops/tree/format/mod.rs+16-2
- src/cargo/util/config/mod.rs+5-14
- src/cargo/util/toml/mod.rs+4-7
- src/doc/man/cargo-tree.md+1
- src/doc/man/generated_txt/cargo-tree.txt+3
- src/doc/src/commands/cargo-tree.md+1
- src/doc/src/reference/unstable.md+99-31
- src/etc/man/cargo-tree.1+4
- tests/testsuite/bad_config.rs+7-3
- tests/testsuite/build.rs+1-6
- tests/testsuite/build_script.rs+1-1
- tests/testsuite/cargo_features.rs+106-4
- tests/testsuite/check.rs+1-2
- tests/testsuite/directory.rs+3-2
- tests/testsuite/edition.rs+5-3
- tests/testsuite/fix.rs+48-4
- tests/testsuite/install.rs+1-3
- tests/testsuite/metabuild.rs+7-2
- tests/testsuite/patch.rs+145
- tests/testsuite/path.rs+3-2
- tests/testsuite/profile_config.rs+6-1
- tests/testsuite/profiles.rs+6-1
- tests/testsuite/pub_priv.rs+6-2
- tests/testsuite/publish_lockfile.rs+4-4
- tests/testsuite/registry.rs+9-6
- tests/testsuite/tool_paths.rs+5-2
- tests/testsuite/tree.rs+36-3
0 commit comments