Commit 7445993
committed
Auto merge of #79384 - ehuss:update-cargo, r=ehuss
Update cargo
10 commits in 2af662e22177a839763ac8fb70d245a680b15214..bfca1cd22bf514d5f2b6c1089b0ded0ba7dfaa6e
2020-11-12 19:04:56 +0000 to 2020-11-24 16:33:21 +0000
- Shrink the progress bar, to give more space after it. (rust-lang/cargo#8892)
- Add some comments to the toml code (rust-lang/cargo#8887)
- Start searching git config at new path (rust-lang/cargo#8886)
- Fix documentation for CARGO_PRIMARY_PACKAGE. (rust-lang/cargo#8891)
- Bump to 0.51.0, update changelog (rust-lang/cargo#8894)
- Publish target's "doc" setting when emitting metadata (rust-lang/cargo#8869)
- Relaxes expectation of `cargo test` tests to accept test execution time (rust-lang/cargo#8884)
- Finish implementation of `-Zextra-link-arg`. (rust-lang/cargo#8441)
- Reproducible crate builds (rust-lang/cargo#8864)
- Allow resolver="1" to explicitly use the old resolver behavior. (rust-lang/cargo#8857)2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
298 | | - | |
| 298 | + | |
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
| |||
- CHANGELOG.md+66-2
- Cargo.toml+1-1
- src/cargo/core/compiler/custom_build.rs+35-5
- src/cargo/core/compiler/mod.rs+37-7
- src/cargo/core/features.rs+2
- src/cargo/core/manifest.rs+6
- src/cargo/core/resolver/types.rs+2-1
- src/cargo/core/source/source_id.rs+2
- src/cargo/ops/cargo_new.rs+10-13
- src/cargo/ops/cargo_package.rs+2-9
- src/cargo/util/config/target.rs+32-4
- src/cargo/util/progress.rs+3-1
- src/cargo/util/toml/mod.rs+24
- src/doc/man/cargo-metadata.md+2
- src/doc/man/generated_txt/cargo-metadata.txt+2
- src/doc/src/commands/cargo-metadata.md+2
- src/doc/src/reference/environment-variables.md+7-7
- src/doc/src/reference/unstable.md+35-3
- src/etc/man/cargo-metadata.1+2
- tests/testsuite/bench.rs+1
- tests/testsuite/build.rs+7
- tests/testsuite/build_script_extra_link_arg.rs+72
- tests/testsuite/dep_info.rs+3-3
- tests/testsuite/doc.rs-12
- tests/testsuite/features2.rs+57-2
- tests/testsuite/main.rs+1
- tests/testsuite/metabuild.rs+2
- tests/testsuite/metadata.rs+33
- tests/testsuite/new.rs+45-1
- tests/testsuite/package.rs+36
- tests/testsuite/profiles.rs+2-8
- tests/testsuite/pub_priv.rs+2
- tests/testsuite/read_manifest.rs+1
- tests/testsuite/required_features.rs+3
- tests/testsuite/test.rs+16-13
- tests/testsuite/unit_graph.rs+4
- tests/testsuite/update.rs+2
0 commit comments