5 files changed
+6
-6
lines changed+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
379 | 379 |
| |
380 | 380 |
| |
381 | 381 |
| |
382 |
| - | |
| 382 | + | |
383 | 383 |
| |
384 |
| - | |
| 384 | + | |
385 | 385 |
| |
386 | 386 |
| |
387 | 387 |
| |
|
- src/appendix-04-useful-development-tools.md+5-5
- src/appendix-05-editions.md+1-1
- src/appendix-07-nightly-rust.md+1-1
- src/ch02-00-guessing-game-tutorial.md+36-26
- src/ch07-04-bringing-paths-into-scope-with-the-use-keyword.md+6
- src/ch07-05-separating-modules-into-different-files.md+1-1
- src/ch09-02-recoverable-errors-with-result.md+6-5
- src/ch10-02-traits.md+6-6
- src/ch14-03-cargo-workspaces.md+10-5
- src/ch17-02-trait-objects.md+9-8
- src/ch18-03-pattern-syntax.md+2-2
Submodule nomicon updated from 4374786 to 5004ad3
- crates/resolver-tests/tests/resolve.rs+18
- src/bin/cargo/cli.rs-1
- src/bin/cargo/commands/clippy.rs-1
- src/bin/cargo/main.rs+1-3
- src/cargo/core/compiler/build_config.rs+8-16
- src/cargo/core/compiler/build_context/mod.rs+1-1
- src/cargo/core/compiler/build_context/target_info.rs+13-10
- src/cargo/core/compiler/context/compilation_files.rs+10
- src/cargo/core/compiler/context/mod.rs+1-4
- src/cargo/core/compiler/fingerprint.rs+15-3
- src/cargo/core/compiler/layout.rs+3
- src/cargo/core/compiler/mod.rs+53-95
- src/cargo/core/compiler/output_depinfo.rs+2-2
- src/cargo/core/features.rs-2
- src/cargo/core/package.rs+1-3
- src/cargo/core/profiles.rs+15-15
- src/cargo/core/resolver/mod.rs+14-8
- src/cargo/ops/cargo_clean.rs+1-1
- src/cargo/ops/cargo_new.rs+37-36
- src/cargo/ops/cargo_package.rs+5-7
- src/cargo/ops/cargo_test.rs+2-2
- src/cargo/ops/common_for_install_and_uninstall.rs+1-1
- src/cargo/ops/registry.rs+33-35
- src/cargo/sources/git/utils.rs+2-4
- src/cargo/sources/registry/remote.rs+1-1
- src/cargo/util/command_prelude.rs+26-10
- src/cargo/util/config/de.rs+461
- src/cargo/util/config/key.rs+109
- src/cargo/util/config/mod.rs+181-548
- src/cargo/util/config/path.rs+35
- src/cargo/util/config/value.rs+202
- src/cargo/util/errors.rs+1-1
- src/cargo/util/network.rs+1-1
- src/cargo/util/toml/mod.rs+54-23
- src/doc/man/cargo-package.adoc+1
- src/doc/man/generated/cargo-package.html+2-1
- src/doc/src/guide/build-cache.md+4-3
- src/doc/src/reference/config.md+2
- src/doc/src/reference/environment-variables.md+2-1
- src/doc/src/reference/unstable.md+5-24
- src/etc/man/cargo-package.1+4-3
- tests/testsuite/bad_config.rs+2-2
- tests/testsuite/build.rs+42-146
- tests/testsuite/build_lib.rs+1-1
- tests/testsuite/build_script.rs+4-4
- tests/testsuite/cache_messages.rs+86-92
- tests/testsuite/check.rs+12-1
- tests/testsuite/collisions.rs+3-3
- tests/testsuite/config.rs+17-13
- tests/testsuite/cross_compile.rs+1-1
- tests/testsuite/features.rs+69
- tests/testsuite/freshness.rs+15-15
- tests/testsuite/patch.rs+1
- tests/testsuite/profile_config.rs+11-11
- tests/testsuite/profile_custom.rs+3-3
- tests/testsuite/profile_overrides.rs+65-24
- tests/testsuite/profiles.rs+6-6
- tests/testsuite/publish.rs+81
- tests/testsuite/run.rs+4-4
- tests/testsuite/rustc.rs+14-14
- tests/testsuite/workspaces.rs+2
0 commit comments